3 alphat.correctBoundaryConditions();
dimensionedScalar Pr("Pr", dimless, laminarTransport)
fvScalarMatrix TEqn(fvm::ddt(T)+fvm::div(phi, T)-fvm::laplacian(alphaEff, T)==radiation->ST(rhoCpRef, T)+fvOptions(T))
volScalarField alphaEff("alphaEff", turbulence->nu()/Pr+alphat)
dimensionedScalar beta("beta", dimless/dimTemperature, laminarTransport)
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
autoPtr< compressible::turbulenceModel > turbulence
dimensionedScalar Prt("Prt", dimless, laminarTransport)
fv::IOoptionList & fvOptions
fvMatrix< scalar > fvScalarMatrix
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensionedScalar TRef("TRef", dimTemperature, laminarTransport)
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)