1 Info<< "Reading thermophysical properties\n" << endl;
3 autoPtr<basicPsiThermo> pThermo
5 basicPsiThermo::New(mesh)
7 basicPsiThermo& thermo = pThermo();
9 volScalarField& p = thermo.p();
10 volScalarField& e = thermo.e();
11 const volScalarField& T = thermo.T();
12 const volScalarField& psi = thermo.psi();
13 const volScalarField& mu = thermo.mu();
16 if (max(mu.internalField()) > 0.0)
21 Info<< "Reading field U\n" << endl;
35 #include "rhoBoundaryTypes.H"
73 rho*(e + 0.5*magSqr(U))
76 surfaceScalarField pos
85 dimensionedScalar("pos", dimless, 1.0)
88 surfaceScalarField neg
97 dimensionedScalar("neg", dimless, -1.0)