FreeFOAM The Cross-Platform CFD Toolkit
readTransportProperties.H
Go to the documentation of this file.
1  singlePhaseTransportModel laminarTransport(U, phi);
2 
3  // Thermal expansion coefficient [1/K]
5 
6  // Reference temperature [K]
8 
9  // Laminar Prandtl number
11 
12  // Turbulent Prandtl number
13  dimensionedScalar Prt(laminarTransport.lookup("Prt"));