Calculation of the mean convective heat transfer coefficient kc for a laminar or turbulent fluid flow over an even surface. Generally this function is numerically best used for the calculation of the mean convective heat transfer coefficient kc at known fluid velocity. See more information .
function kc_overall_KC extends Modelica.Icons.Function; input Modelica.Fluid.Dissipation.HeatTransfer.Plate.kc_overall_IN_con IN_con "Input record for function kc_overall_KC" annotation( Dialog(group = "Constant inputs")); input Modelica.Fluid.Dissipation.HeatTransfer.Plate.kc_overall_IN_var IN_var "Input record for function kc_overall_KC" annotation( Dialog(group = "Variable inputs")); output SI.CoefficientOfHeatTransfer kc "Output for function kc_overall_KC"; end kc_overall_KC;
2016-04-11 Stefan Wischhusen: Removed singularity for Re at zero mass flow rate.