Corrected entropy calculations for HFC-134a
This commit is contained in:
parent
ea589078f5
commit
4ab7da72f7
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ public:
|
|||
double fp();
|
||||
double up();
|
||||
double sp() {
|
||||
return (up() - fp())/T + m_entropy_offset;
|
||||
return ((up() - m_energy_offset) - fp())/T + m_entropy_offset;
|
||||
}
|
||||
double Psat();
|
||||
// double dPsatdT();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue