| Modelica.Fluid.System | system (from PartialTwoPort) | | System wide properties |
| Medium.MassFlowRate | m_flow (from PartialTwoPortTransport) | | Mass flow rate in design flow direction |
| SI.Pressure | dp (from PartialTwoPortTransport) | | Pressure difference between port_a and port_b (= port_a.p - port_b.p) |
| SI.VolumeFlowRate | V_flow (from PartialTwoPortTransport) | m_flow/Modelica.Fluid.Utilities.regStep(m_flow, Medium.density(state_a), Medium.density(state_b), m_flow_small) | Volume flow rate at inflowing port (positive when flow from port_a to port_b) |
| Medium.Temperature | port_a_T (from PartialTwoPortTransport) | Modelica.Fluid.Utilities.regStep(port_a.m_flow, Medium.temperature(state_a), Medium.temperature(Medium.setState_phX(port_a.p, port_a.h_outflow, port_a.Xi_outflow)), m_flow_small) | Temperature close to port_a, if show_T = true |
| Medium.Temperature | port_b_T (from PartialTwoPortTransport) | Modelica.Fluid.Utilities.regStep(port_b.m_flow, Medium.temperature(state_b), Medium.temperature(Medium.setState_phX(port_b.p, port_b.h_outflow, port_b.Xi_outflow)), m_flow_small) | Temperature close to port_b, if show_T = true |
| SI.Length | pathLength (from PartialLumpedFlow) | | Length flow path |
| SI.Momentum | I (from PartialLumpedFlow) | | Momenta of flow segments |
| SI.Force | Ib_flow (from PartialLumpedFlow) | | Flow of momentum across boundaries |
| SI.Force | F_p (from PartialLumpedFlow) | | Pressure force |
| SI.Force | F_fg (from PartialLumpedFlow) | | Friction and gravity force |
| SI.ReynoldsNumber | Re (from BaseModelNonconstantCrossSectionArea) | Modelica.Fluid.Pipes.BaseClasses.CharacteristicNumbers.ReynoldsNumber_m_flow(m_flow, noEvent(if m_flow > 0 then Medium.dynamicViscosity(state_a) else Medium.dynamicViscosity(state_b)), data.D_Re) | Reynolds number at diameter data.D_Re |
| SI.AbsolutePressure | p_total_a (from BaseModelNonconstantCrossSectionArea) | port_a.p + 0.5*m_flow^2/((Modelica.Constants.pi/4*data.diameter_a^2)^2*noEvent(if port_a.m_flow > 0 then Medium.density(state_a) else Medium.density(state_b))) | Total pressure at port_a |
| SI.AbsolutePressure | p_total_b (from BaseModelNonconstantCrossSectionArea) | port_b.p + 0.5*m_flow^2/((Modelica.Constants.pi/4*data.diameter_b^2)^2*noEvent(if port_b.m_flow > 0 then Medium.density(state_b) else Medium.density(state_a))) | Total pressure at port_a |
| SI.Velocity | v_a (from BaseModelNonconstantCrossSectionArea) | port_a.m_flow/(Modelica.Constants.pi/4*data.diameter_a^2*noEvent(if port_a.m_flow > 0 then Medium.density(state_a) else Medium.density(state_b))) | Fluid velocity into port_a |
| SI.Velocity | v_b (from BaseModelNonconstantCrossSectionArea) | port_b.m_flow/(Modelica.Constants.pi/4*data.diameter_b^2*noEvent(if port_b.m_flow > 0 then Medium.density(state_b) else Medium.density(state_a))) | Fluid velocity into port_b |
| SI.Pressure | dp_fg (from BaseModelNonconstantCrossSectionArea) | | Pressure loss due to friction and gravity |
| SI.Area | A_mean (from BaseModelNonconstantCrossSectionArea) | Modelica.Constants.pi/4*(data.diameter_a^2 + data.diameter_b^2)/2 | Mean cross flow area |
| Medium.ThermodynamicState | state_b_des (from BaseModelNonconstantCrossSectionArea) | | Thermodynamic state at port b for flow a -> b |
| Medium.ThermodynamicState | state_a_nondes (from BaseModelNonconstantCrossSectionArea) | | Thermodynamic state at port a for flow a <- b |