modelInverse_sh_T
Solve h = h_pT(p, T), s = s_pT(p, T) for T, if h or s is given
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Temperature | T_min | 300 | Vary temperature linearly from T_min (time=0) up to T_max (time=1) |
| SI.Temperature | T_max | 500 | Vary temperature linearly from T_min (time=0) up to T_max (time=1) |
| SI.Pressure | p | 1.0e5 | Fixed pressure in model |
| SI.SpecificEnthalpy | h_min | Medium.specificEnthalpy(Medium.setState_pT(p, T_min)) | Specific enthalpy at T_min |
| SI.SpecificEnthalpy | h_max | Medium.specificEnthalpy(Medium.setState_pT(p, T_max)) | Specific enthalpy at T_max |
| SI.SpecificEntropy | s_min | Medium.specificEntropy(Medium.setState_pT(p, T_min)) | Specific entropy at T_min |
| SI.SpecificEntropy | s_max | Medium.specificEntropy(Medium.setState_pT(p, T_max)) | Specific entropy at T_max |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.SpecificEnthalpy | h1 | Pre-defined specific enthalpy | |
| SI.SpecificEnthalpy | h2 | Specific enthalpy computed from T (= h1 required) | |
| SI.SpecificEntropy | s1 | Pre-defined specific entropy | |
| SI.SpecificEntropy | s2 | Specific entropy computed from T (= h1 required) | |
| SI.Temperature | Th | Temperature computed from h1 | |
| SI.Temperature | Ts | Temperature computed from s1 |