modelWaterIF97_dewEnthalpy
Test dewEnthalpy of WaterIF97
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.AbsolutePressure | p0 | 10e5 | p at time 0 |
| SI.PressureSlope | pRate | 20e5 | p's rate of change |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Temperature | T | 273.15 + 25 | |
| SI.AbsolutePressure | p | p0 + pRate*time | |
| Medium.ThermodynamicState | state | Medium.setState_pTX(p, T) | |
| SI.SpecificEnthalpy | h_dew | Medium.dewEnthalpy(Medium.SaturationProperties(Tsat = Medium.saturationTemperature(state.p), psat = Medium.pressure(state))) |
Contents
| Name | Description |
|---|---|
| Medium model |