Changeset 635
- Timestamp:
- 09/17/07 15:39:26 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Modelica/branches/maintenance/2.2.2/Modelica/Media/Water/IF97_Utilities.mo
r572 r635 1370 1370 extends Modelica.Icons.Function; 1371 1371 input SI.Pressure p "pressure"; 1372 output SI.SpecificEnt halpy s;1372 output SI.SpecificEntropy s; 1373 1373 protected 1374 1374 Real x "auxiliary variable"; … … 3521 3521 extends Modelica.Icons.Function; 3522 3522 input SI.Temperature T "temperature (K)"; 3523 output Real dpt "temperature derivative of pressure";3523 output Real dpt(unit = "Pa/K") "temperature derivative of pressure"; 3524 3524 protected 3525 3525 Real[31] o "vector of auxiliary variables"; … … 3568 3568 extends Modelica.Icons.Function; 3569 3569 input SI.Temperature T "temperature (K)"; 3570 input Real der_T "temperature derivative";3571 output Real der_psat "pressure";3570 input Real der_T(unit = "K/s") "temperature derivative"; 3571 output Real der_psat(unit = "Pa/s") "pressure"; 3572 3572 protected 3573 3573 Real dpt; … … 3889 3889 input SI.Pressure p "Pressure"; 3890 3890 input SI.SpecificEnthalpy h "specific enthalpy"; 3891 output SI. Volume v "specific volume";3891 output SI.SpecificVolume v "specific volume"; 3892 3892 protected 3893 3893 constant Real[:] n= … … 3931 3931 input SI.Pressure p "Pressure"; 3932 3932 input SI.SpecificEnthalpy h "specific enthalpy"; 3933 output SI. Volume v "specific volume";3933 output SI.SpecificVolume v "specific volume"; 3934 3934 protected 3935 3935 constant Real[:] n= … … 4055 4055 input SI.Pressure p "Pressure"; 4056 4056 input SI.SpecificEntropy s "specific entropy"; 4057 output SI. Volume v "specific volume";4057 output SI.SpecificVolume v "specific volume"; 4058 4058 protected 4059 4059 constant Real[:] n= … … 4095 4095 input SI.Pressure p "Pressure"; 4096 4096 input SI.SpecificEntropy s "specific entropy"; 4097 output SI. Volume v "specific volume";4097 output SI.SpecificVolume v "specific volume"; 4098 4098 protected 4099 4099 constant Real[:] n=
