31 #include "addToRunTimeSelectionTable.H"
55 const dictionary& dict
58 QGDCoeffs(io, mesh, dict),
62 scalar ScQGD = 0.0, PrQGD = 1.0;
64 ScQGD_.primitiveFieldRef() = ScQGD;
65 PrQGD_.primitiveFieldRef() = PrQGD;
66 muQGD_.primitiveFieldRef() = 0.0;
69 ScQGD_.boundaryFieldRef() = ScQGD;
70 PrQGD_.boundaryFieldRef() = PrQGD;
71 muQGD_.boundaryFieldRef() = 0.0;
74 dict.lookup(
"Gr") >> Gr_;
75 dict.lookup(
"T0") >> T0_;
86 this->tauQGD_ = dimensionedScalar(
"tauQGD",dimTime,T0_/Gr_);
87 this->tauQGDf_= linearInterpolate(this->tauQGD_);
volScalarField alphauQGD_
T0byGr(const IOobject &io, const fvMesh &mesh, const dictionary &dict)
void correct(const QGDThermo &)
Abstract base class for classes implementing thermophysical properties of gases and fluids governed b...
addToRunTimeSelectionTable(QGDCoeffs, constScPrModel1, dictionary)
defineTypeNameAndDebug(constScPrModel1, 0)