function dp_DP_staticHead
extends Modelica.Icons.Function;
input TRANSFORM.Fluid.Pipes_Obsolete.ClosureModels.PressureLoss.HeatExchangers.BellDelawareShell.Window.dp_IN_con IN_con "Input record for function dp_overall_DP" annotation(
Dialog(group = "Constant inputs"));
input TRANSFORM.Fluid.Pipes_Obsolete.ClosureModels.PressureLoss.HeatExchangers.BellDelawareShell.Window.dp_IN_var IN_var "Input record for function dp_overall_DP" annotation(
Dialog(group = "Variable inputs"));
input SI.MassFlowRate m_flow "Mass flow rate" annotation(
Dialog(group = "Input"));
input SI.MassFlowRate m_flow_small = 0.01 "Regularization of zero flow if |m_flow| < m_flow_small (dummy if use_m_flow_small = false)";
input Real g_times_height_ab "Gravity times (Height(port_b) - Height(port_a))";
output SI.Pressure DP "Output for function dp_overall_DP";
end dp_DP_staticHead;