function dp_MFLOW_staticHead
extends Modelica.Icons.Function;
input TRANSFORM.Fluid.Pipes_Obsolete.ClosureModels.PressureLoss.HeatExchangers.BellDelawareShell.CentralCross.dp_IN_con IN_con "Input record for function dp_overall_MFLOW" annotation(
Dialog(group = "Constant inputs"));
input TRANSFORM.Fluid.Pipes_Obsolete.ClosureModels.PressureLoss.HeatExchangers.BellDelawareShell.CentralCross.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;