function dp_MFLOW
extends Modelica.Icons.Function;
input TRANSFORM.Fluid.Pipes_Obsolete.ClosureModels.PressureLoss.HeatExchangers.BellDelawareShell.Nozzle.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.Nozzle.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)";
output SI.MassFlowRate M_FLOW "Output of function dp_overall_MFLOW";
end dp_MFLOW;