Skip to content
LIBRARY
MediaModels.ThermodynamicState_pTXi.md

MediaModels.ThermodynamicState_pTXi

Thermodynamic-state record parametrised by (p, T, Xi) for moist-air media.

Pressure p, temperature T, and water-vapor mass fraction Xi are exposed as RealInputs the caller must drive. Used inside BaseProperties_MoistAir and PartialHEXCrossflow; rarely instantiated directly. Set checks = false in property-evaluation contexts where the upstream guarantees a valid state.

Usage

HVACComponents.MediaModels.ThermodynamicState_pTXi(p_start, T_start, Xi_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]
Xi_startInitial water-vapor mass fraction [-]

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)

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