mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-23 04:47:57 -05:00
Implement fake cp0 for tabular backends
This commit is contained in:
@@ -675,6 +675,9 @@ class TabularBackend : public AbstractState
|
||||
/// Write the tables to file
|
||||
void write_tables();
|
||||
|
||||
CoolPropDbl calc_cpmolar_idealgas(void){
|
||||
return this->AS->cp0molar();
|
||||
}
|
||||
CoolPropDbl calc_T(void){
|
||||
if (using_single_phase_table){
|
||||
switch(selected_table){
|
||||
|
||||
Reference in New Issue
Block a user