Go to the source code of this file.
Functions | |
alphat | correctBoundaryConditions () |
volScalarField | alphaEff ("alphaEff", turbulence->nu()/Pr+alphat) |
fvScalarMatrix | TEqn (fvm::ddt(T)+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 | |
rhok = 1.0 - beta*(T - TRef) | |
alphat correctBoundaryConditions | ( | ) |
volScalarField alphaEff | ( | "alphaEff" | , |
turbulence->nu()/Pr+ | alphat | ||
) |
Referenced by heThermo< BasicSolidThermo, MixtureType >::alphaEff(), heThermo< BasicSolidThermo, MixtureType >::alphahe(), rotorDiskSource::calculate(), alphatFilmWallFunctionFvPatchScalarField::updateCoeffs(), and alphatJayatillekeWallFunctionFvPatchScalarField::updateCoeffs().
fvScalarMatrix TEqn | ( | fvm::ddt(T)+fvm::div(phi, T) - fvm::laplacian(alphaEff, T) | = =radiation->ST(rhoCpRef, T)+fvOptions(T) | ) |
TEqn relax | ( | ) |
TEqn solve | ( | ) |
radiation correct | ( | ) |