We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb6672 commit a270be1Copy full SHA for a270be1
Modelica/Media/Water/IF97_Utilities.mo
@@ -3017,7 +3017,7 @@ package IF97_Utilities
3017
Real Tlim=min(T, data.TCRIT);
3018
algorithm
3019
assert(T >= 273.16, "IF97 medium function psat: input temperature (= "
3020
- + String(triple.ptriple) + " K).\n" +
+ + String(triple.Ttriple) + " K).\n" +
3021
"lower than the triple point temperature 273.16 K");
3022
o[1] := -650.17534844798 + Tlim;
3023
o[2] := 1/o[1];
0 commit comments