FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

readTransportProperties.H

Go to the documentation of this file.
00001     singlePhaseTransportModel laminarTransport(U, phi);
00002 
00003     // Thermal expansion coefficient [1/K]
00004     dimensionedScalar beta(laminarTransport.lookup("beta"));
00005 
00006     // Reference temperature [K]
00007     dimensionedScalar TRef(laminarTransport.lookup("TRef"));
00008 
00009     // Laminar Prandtl number
00010     dimensionedScalar Pr(laminarTransport.lookup("Pr"));
00011 
00012     // Turbulent Prandtl number
00013     dimensionedScalar Prt(laminarTransport.lookup("Prt"));
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines