Prandtl Number prandtl_number
🧮 Unit Definition
📘 Description
Prandtl Number (prandtl_number)
Formula: viscosity * specific_heat_capacity / thermal_conductivity (dimensionless)
Category: Heat Transfer
The Prandtl number (Pr) is the dimensionless ratio that compares momentum diffusivity to thermal diffusivity. It is a primary navigation coordinate in convective heat transfer because it controls the relative thickness of velocity and thermal boundary layers.
Like Reynolds, Pr is dimensionless but information-dense. It answers a practical question: does heat spread through the fluid faster or slower than momentum spreads? Adding Pr significantly expands heat-transfer and fluid-thermal coupling coverage.
Dimensional Structure
Pr = (μ · c_p) / k
μ : dynamic viscosity (Pa·s)
c_p: specific heat capacity (J/kg·K)
k : thermal conductivity (W/m·K)
Pr can also be viewed conceptually as: Pr = ν / α (kinematic viscosity over thermal diffusivity), but in this insert we keep the formula strictly in terms of your existing nodes.
Interpretation
- High Pr: momentum diffuses faster than heat; thermal boundary layer tends to be thinner.
- Low Pr: heat diffuses quickly relative to momentum; thermal boundary layer tends to be thicker.
- Why it matters: it strongly influences convective heat transfer correlations.
Summary
Prandtl number is the key heat-transfer “material coordinate” for fluids. Together with Reynolds (and later Nusselt), it forms the core triangle of convection modeling.
🚀 Potential Usages
Formulas and Usages of Prandtl Number (Pr)
1) Core definition (as stored)
Pr = (viscosity · specific_heat_capacity) / thermal_conductivity
2) Convective heat transfer context
- Used alongside Reynolds number to determine convection regime and correlation selection.
- Influences how quickly temperature profiles develop compared to velocity profiles.
- Used in boundary-layer scaling arguments and engineering correlations.
3) Map edges (recommended)
prandtl_number = viscosity ⊗ specific_heat_capacity ⊗ (1/thermal_conductivity)
This edge binds your existing thermal + mechanical fluid primitives into a single heat-transfer waypoint.
🔬 Formula Breakdown to SI Units
-
prandtl_number
=
thermal_conductivity×thermal_conductivity -
thermal_conductivity
=
scalar×kelvin -
thermal_conductivity
=
watt×meter -
watt
=
joule×second -
joule
=
newton×meter -
newton
=
acceleration×kilogram -
acceleration
=
meter×second_squared -
second_squared
=
second×second -
joule
=
rest_energy×rest_energy -
rest_energy
=
kilogram×c_squared -
c_squared
=
meter_squared×second_squared -
meter_squared
=
meter×meter -
joule
=
magnetic_dipole_moment×tesla -
magnetic_dipole_moment
=
ampere×meter_squared -
magnetic_dipole_moment
=
magnetization×meter_cubed -
magnetization
=
ampere×meter -
meter_cubed
=
meter_squared×meter -
tesla
=
weber×meter_squared -
weber
=
volt×second -
volt
=
watt×ampere -
volt
=
joule×coulomb -
coulomb
=
ampere×second -
tesla
=
kram×ampere -
kram
=
newton×meter -
watt
=
specific_power×kilogram -
specific_power
=
meter_squared×second_cubed -
second_cubed
=
second_squared×second -
specific_power
=
velocity×acceleration -
velocity
=
meter×second -
specific_power
=
velocity_squared×second -
velocity_squared
=
velocity×velocity
🧪 SI-Level Breakdown
prandtl number = scalar (dimensionless) × kelvin
📜 Historical Background
Historical Background of Prandtl Number
The Prandtl number is named after Ludwig Prandtl, a foundational figure in boundary-layer theory and modern fluid mechanics. Dimensionless groups like Pr emerged as the organizing coordinates that allow heat-transfer behavior to be compared and generalized across different fluids, temperatures, and geometries.
In modern engineering practice, Pr is one of the first numbers consulted when building or selecting a convective heat transfer model.