modelMoistAir
Test Moist Air
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.AbsolutePressure | p0 | 2e5 | p at time 0 |
| SI.PressureSlope | pRate | -1.5e5 | p's rate of change |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Temperature | T | 273.15 + 100 | |
| SI.AbsolutePressure | p | p0 + pRate*time | |
| Medium.MassFraction[Medium.nX] | X | {0.05, 0.95} | |
| Medium.ThermodynamicState | state | Medium.setState_pTX(p, T, X) | |
| SI.SpecificEntropy | s | Medium.specificEntropy(state) | |
| SI.SpecificInternalEnergy | u | Medium.specificInternalEnergy(state) | |
| SI.Temperature | Tsat | Medium.saturationTemperature(p) | |
| Medium.MassFraction[Medium.nXi] | Xi | Medium.massFraction(state) |
Contents
| Name | Description |
|---|---|
| Medium model |