1 Info<<
"Reading thermophysical properties\n" << endl;
5 rhoQGDThermo::New(mesh)
10 volScalarField&
p = thermo.p();
11 const volScalarField&
T = thermo.T();
12 const surfaceScalarField&
hQGDf = thermo.hQGDf();
13 const surfaceScalarField&
tauQGDf = thermo.tauQGDf();
15 Info <<
"Thermo corrected" << endl;
43 surfaceScalarField
phiu
46 mesh.Sf() & linearInterpolate(
U)
49 surfaceScalarField
phiwo
52 mesh.Sf() & linearInterpolate(
U)
58 scalar pRefValue = 0.0;
59 setRefCell(p, thermo.subDict(
"QGD"), pRefCell, pRefValue);
64 T.dimensions()*dimVolume/dimTime
const surfaceScalarField & tauQGDf
const surfaceScalarField & hQGDf
volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh)
Switch implicitDiffusion(thermo.implicitDiffusion())
Info<< "\nReading gravitationalProperties"<< endl;IOdictionary gravitationalProperties(IOobject("gravitationalProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE));const dimensionedVector g(gravitationalProperties.lookup("g"));Info<< "Reading thermophysical properties\n"<< endl;autoPtr< rhoQGDThermo > pThermo(rhoQGDThermo::New(mesh))
volScalarField rho(IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho())
fvScalarMatrix TSu(T, T.dimensions()*dimVolume/dimTime)