mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-03 18:35:03 -05:00
Fix cp0 for tabular backends; closes #696
This commit is contained in:
@@ -703,6 +703,7 @@ class TabularBackend : public AbstractState
|
||||
return _Q*yV + (1-_Q)*yL;
|
||||
}
|
||||
CoolPropDbl calc_cpmolar_idealgas(void){
|
||||
this->AS->set_T(_T);
|
||||
return this->AS->cp0molar();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user