connectorFluidPort
Interface for quasi one-dimensional fluid flow in a piping network (incompressible or compressible, one or more phases, one or more substances)
Components
| Type | Name | Default | Description |
| Medium.AbsolutePressure | p | | Pressure in the connection point |
| Medium.MassFlowRate | m_flow | | Mass flow rate from the connection point into the component |
| Medium.SpecificEnthalpy | h | | Specific mixture enthalpy in the connection point |
| Medium.EnthalpyFlowRate | H_flow | | Enthalpy flow rate into the component (if m_flow > 0, H_flow = m_flow*h) |
| Medium.MassFraction[Medium.nXi] | Xi | | Independent mixture mass fractions m_i/m in the connection point |
| Medium.MassFlowRate[Medium.nXi] | mXi_flow | | Mass flow rates of the independent substances from the connection point into the component (if m_flow > 0, mX_flow = m_flow*X) |
| Medium.ExtraProperty[Medium.nC] | C | | Properties c_i/m in the connection point |
| Medium.ExtraPropertyFlowRate[Medium.nC] | mC_flow | | Flow rates of auxiliary properties from the connection point into the component (if m_flow > 0, mC_flow = m_flow*C) |
Contents
| Name | Description |
Medium | Medium model |