Skip to content
Snippets Groups Projects
Commit a434d4f9 authored by Andrew Heather's avatar Andrew Heather
Browse files

Prantdl -> turbulent Prandtl number

parent d1854c45
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
volScalarField kappaEff
(
"kappaEff",
turbulence->nu() + turbulence->nut()/Pr
turbulence->nu() + turbulence->nut()/Prt
);
fvScalarMatrix TEqn
......
......@@ -9,5 +9,5 @@
// reference kinematic pressure [m2/s2]
dimensionedScalar pRef(laminarTransport.lookup("pRef"));
// Prandtl number
dimensionedScalar Pr(laminarTransport.lookup("Pr"));
// turbulent Prandtl number
dimensionedScalar Prt(laminarTransport.lookup("Prt"));
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment