functionbasicFlowFunction_dp_m_flow
Inverse of flow function that computes that computes the square inverse of flow coefficient
Extends from Modelica.Icons.Function (Icon for functions).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | m_flow | Mass flow rate in design flow direction | |
| Modelica.Units.SI.PressureDifference | dp | Pressure difference between port_a and port_b (= port_a.p - port_b.p) | |
| Modelica.Units.SI.MassFlowRate | m_flow_small | Minimum value of mass flow rate guarding against k=(0)/sqrt(dp) | |
| Modelica.Units.SI.PressureDifference | dp_small | Minimum value of pressure drop guarding against k=m_flow/(0) |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | kSquInv | Square inverse of flow coefficient |