.TRANSFORM.Fluid.ClosureRelations.PressureLoss.Functions.TubesAndConduits.SinglePhase.LaminarTurbulent_MSLDetailed.dp_MFLOW_staticHead

Information

calculate mass flow rate with static head

Interface

function dp_MFLOW_staticHead
  extends Modelica.Icons.Function;
  input dp_IN_con IN_con "Input record for function dp_overall_MFLOW" annotation(
    Dialog(group = "Constant inputs"));
  input dp_IN_var IN_var "Input record for function dp_overall_MFLOW" annotation(
    Dialog(group = "Variable inputs"));
  input SI.Pressure dp "Pressure loss" annotation(
    Dialog(group = "Input"));
  input SI.AbsolutePressure dp_small = 1 "Regularization of zero flow if |dp| < dp_small (dummy if use_dp_small = false)";
  input Real g_times_height_ab "Gravity times (Height(port_b) - Height(port_a))";
  output SI.MassFlowRate M_FLOW "Output of function dp_overall_MFLOW";
end dp_MFLOW_staticHead;

Generated at 2025-01-31T19:25:52Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos