Changeset 855 for branches/maintenance/2.2.2
- Timestamp:
- 11/20/07 04:32:44 (10 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/maintenance/2.2.2/Modelica/Media/Water/package.mo
r573 r855 855 855 d=d, 856 856 T=T, 857 phase= IF97_Utilities.phase_dT(d,T),857 phase=0, 858 858 h=specificEnthalpy_dT(d,T), 859 859 p=pressure_dT(d,T)); … … 865 865 d=density_ph(p,h), 866 866 T=temperature_ph(p,h), 867 phase= IF97_Utilities.phase_ph(p,h),867 phase=0, 868 868 h=h, 869 869 p=p); … … 875 875 d=density_ps(p,s), 876 876 T=temperature_ps(p,s), 877 phase= IF97_Utilities.phase_ps(p,s),877 phase=0, 878 878 h=specificEnthalpy_ps(p,s), 879 879 p=p);
