Go to the source code of this file.
Functions | |
alphat | correctBoundaryConditions () |
volScalarField | alphaTimeAverage ("alpha", turbulence->nu()/Pr) |
volScalarField | alphaEff ("alphaEff", turbulence->nu()/Pr+alphat) |
fvScalarMatrix | TEqn (fvm::div(phi, T) - fvm::laplacian(alphaEff, T)==radiation->ST(rhoCpRef, T)+fvOptions(T)) |
TEqn | relax () |
fvOptions | constrain (TEqn) |
TEqn | solve () |
radiation | correct () |
fvOptions | correct (T) |
Variables | |
alphat = turbulence->nut()/Prt | |
rhok = 1.0 - beta*(T - TRef) | |
Tcoeff =T - TRef | |
alphat correctBoundaryConditions | ( | ) |
volScalarField alphaTimeAverage | ( | "alpha" | , |
turbulence->nu()/ | Pr | ||
) |
volScalarField alphaEff | ( | "alphaEff" | , |
turbulence->nu()/Pr+ | alphat | ||
) |
fvScalarMatrix TEqn | ( | fvm::div(phi, T) - fvm::laplacian(alphaEff, T) | = =radiation->ST(rhoCpRef, T)+fvOptions(T) | ) |
Referenced by scalarTransport::execute(), forAll(), if(), and main().
TEqn relax | ( | ) |
radiation correct | ( | ) |
alphat = turbulence->nut()/Prt |
Definition at line 2 of file TEqn.H.
Referenced by phaseModel::alphaEff(), heThermo< BasicSolidThermo, MixtureType >::alphaEff(), if(), phaseModel::kappaEff(), heThermo< BasicSolidThermo, MixtureType >::kappaEff(), wallHeatTransferFvPatchScalarField::updateCoeffs(), alphatFilmWallFunctionFvPatchScalarField::updateCoeffs(), and turbulentHeatFluxTemperatureFvPatchScalarField::updateCoeffs().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.