Skip to content
LIBRARY
MediaModels.ThermodynamicState_pT.md

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:

NameDescriptionUnitsDefault value
checksIf true, enable property-range bounds checks; set false inside trusted call sitestrue
p_startInitial pressure [Pa]
T_startInitial temperature [K]

Connectors

  • p - This connector represents a real signal as an input to a component (RealInput)

  • T - This connector represents a real signal as an input to a component (RealInput)