Skip to main content
Version: 8.1

system.thermo.if97.prandtl

Calculates Prandtl number.

Syntax

system.thermo.if97.prandtl(h, s) # Enthalpy and Entropy
system.thermo.if97.prandtl(p, h) # Pressure and Enthalpy
system.thermo.if97.prandtl(p, s) # Pressure and Entropy
system.thermo.if97.prandtl(p, t) # Pressure and Temperature
info

This function must be called with named parameters.

Parameters

TypeParameterDescription
DoublehSpecific Enthalpy (J/kg)
DoublepAbsolute Pressure (Pa)
DoublesSpecific Entropy (J/(kg·K))
DoubletTemperature (K)

Returns

Double - Prandtl Number

The ratio of momentum diffusivity to thermal diffusivity.

Scope

Gateway, Designer, Client, Perspective Session

Example

Pressure and Temperature

p = 101325
t = 373.15
result = system.thermo.if97.prandtl(p=p, t=t)
print result
Result
1.02487092858