.TAeZoSysPro.HeatTransfer.Functions.ForcedConvection.flat_plate_ASHRAE

Information

flat_plate_ASHRAE

The following correlation is applicable for a flat plate with a turbulent boundary layer.
The formula is picked from the ASHRAE guide (2005) chapter 3 table 9 equation T9.11

Where :

The correlation is given for a Reynolds number Re > 5x105.

Interface

function flat_plate_ASHRAE
  extends Modelica.Icons.Function;
  input Modelica.SIunits.PrandtlNumber Pr;
  input Modelica.SIunits.ReynoldsNumber Re;
  output Modelica.SIunits.NusseltNumber Nu;
end flat_plate_ASHRAE;

Generated at 2024-10-21T18:25:38Z by OpenModelicaOpenModelica 1.24.0 using GenerateDoc.mos