modelRayleighNumber

Calculates the Rayleigh number for a given fluid and characteristic length

Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).

Information

This model calculates the rayleigh number for a given fluid and characteristic length. It is calculated using Eq 9.25 in Incropera and DeWitt (1996). The equation is:

RaL = GrL Pr (g B (TS - TF) L3) /(ν*α)

where:
RaL is the Rayleigh number, GrL is the Grashof number, Pr is the Prandtl number, g is gravity, B is the isobaric expansion coefficient, TS is the temperature of the surface, TF is the temperature of the fluid, L is the characteristic length, ν is the kinematic viscosity and α is the thermal diffusivity.

This model is currently only used in natural convection calculations for water. As a result, the calculations reference functions to identify properties of water instead of a medium model.

References

Fundamentals of Heat and Mass Transfer (Fourth Edition), Frank Incropera and David DeWitt, John Wiley and Sons, 1996

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.DiameterChaLenCharacteristic length

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputTSurSurface temperature of the HX
Modelica.Blocks.Interfaces.RealOutputRaRayleigh number
Modelica.Blocks.Interfaces.RealOutputPrPrandlt number
Modelica.Blocks.Interfaces.RealInputTFluTemperature of the surrounding fluid

Components

TypeNameDefaultDescription
RealGrGrashof number
RealBisobaricExpansionCoefficient
RealnuKinematic viscosity of the medium
Modelica.Units.SI.DynamicViscositymuDynamic viscosity of the medium
Modelica.Units.SI.DensityrhoDensity of the medium

Contents

NameDescription
MediumFluid medium model

Revisions

  • February 26, 2013 by Peter Grant
    First implementation