Calculation of the mean convective heat transfer coefficient kc for a hydrodynamically developed 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_turbulent_KC extends Modelica.Icons.Function; input Modelica.Fluid.Dissipation.HeatTransfer.Plate.kc_turbulent_IN_con IN_con "Input record for function kc_turbulent_KC" annotation( Dialog(group = "Constant inputs")); input Modelica.Fluid.Dissipation.HeatTransfer.Plate.kc_turbulent_IN_var IN_var "Input record for function kc_turbulent_KC" annotation( Dialog(group = "Variable inputs")); output SI.CoefficientOfHeatTransfer kc "Output for function kc_turbulent_KC"; end kc_turbulent_KC;
2016-04-11 Stefan Wischhusen: Removed singularity for Re at zero mass flow rate.