LIBRARY
Components.Sources.Boundary_pTPhi
Moist-air boundary condition fixing pressure, temperature, and relative humidity.
Connects through a single MoistAirFluidPort (port1) and imposes the prescribed p_in, T_in, Phi_in on the boundary state — mass flow is whatever the adjacent network demands. Acts as either source or sink depending on flow direction. medium_data must be a moist-air medium.
Usage
HVACComponents.Components.Sources.Boundary_pTPhi(p_in, T_in, Phi_in, m_flow_start, medium_data)
Parameters:
| Name | Description | Units | Default value |
|---|---|---|---|
p_in | Boundary pressure [Pa] | Pa | |
T_in | Boundary temperature [K] | K | |
Phi_in | Boundary relative humidity [-] (in [0, 1]) | – | |
m_flow_start | Initial mass flow at port1 [kg/s] (solver guess) | kg/s | |
medium_data | Moist-air medium properties | – |
Connectors
port1- (MoistAirFluidPort)