WOLFRAM SYSTEM MODELER

Inverse_sh_T

Solve h = h_pT(p, T), s = s_pT(p, T) for T, if h or s is given

Wolfram Language

In[1]:=
SystemModel["Modelica.Media.Examples.ReferenceAir.Inverse_sh_T"]
Out[1]:=

Parameters (7)

T_min

Value: 300

Type: Temperature (K)

Description: Vary temperature linearly from T_min (time=0) up to T_max (time=1)

T_max

Value: 500

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.specificEnthalpy(Medium.setState_pT(p, T_min))

Type: SpecificEnthalpy (J/kg)

Description: Specific enthalpy at T_min

h_max

Value: Medium.specificEnthalpy(Medium.setState_pT(p, 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