InverseIncompressible_sh_TInverse computation for incompressible media |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
This models computes the temperature Th
for predefined specific enthalpy h1
via numerical inversion of function Modelica.Media.Incompressible.TableBased.h_T.
The specific enthalpy h2
is computed as check variable from temperature Th
and must be identical to h1
.
In an analogous manner, the temperature Ts
is computed for predefined specific entropy s1
via numerical inversion of function Modelica.Media.Incompressible.TableBased.s_T.
The specific entropy s2
is computed as check variable from temperature Ts
and must be identical to s1
.
The numerical computation of the inverse function is performed by function Modelica.Math.Nonlinear.solveOneNonlinearEquation in both cases.
T_min |
Value: Medium.T_min Type: Temperature (K) Description: Vary temperature linearly from T_min (time=0) up to T_max (time=1) |
---|---|
T_max |
Value: Medium.T_max Type: Temperature (K) Description: Vary temperature linearly from T_min (time=0) up to T_max (time=1) |
p |
Value: 1.0e5 Type: Pressure (Pa) Description: Fixed pressure in model |
h_min |
Value: Medium.h_T(Medium.T_min) Type: SpecificEnthalpy (J/kg) Description: Specific enthalpy at T_min |
h_max |
Value: Medium.h_T(Medium.T_max) Type: SpecificEnthalpy (J/kg) Description: Specific enthalpy at T_max |
s_min |
Value: Medium.specificEntropy(Medium.setState_pT(p, T_min)) Type: SpecificEntropy (J/(kg·K)) Description: Specific entropy at T_min |
s_max |
Value: Medium.specificEntropy(Medium.setState_pT(p, T_max)) Type: SpecificEntropy (J/(kg·K)) Description: Specific entropy at T_max |