LIBRARY
MediaModels.ThermodynamicState_pT
Thermodynamic-state record parametrised by (p, T) for ideal-gas media (dry air).
Pressure p and temperature T are exposed as RealInputs the caller must drive. Used inside BaseProperties_DryAir and similar models; rarely instantiated directly. Set checks = false in property-evaluation contexts where the upstream guarantees a valid state.
Usage
HVACComponents.MediaModels.ThermodynamicState_pT(p_start, T_start)
Parameters:
| Name | Description | Units | Default value |
|---|---|---|---|
checks | If true, enable property-range bounds checks; set false inside trusted call sites | – | true |
p_start | Initial pressure [Pa] | – | |
T_start | Initial temperature [K] | – |