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< BasicThermo, MixtureType >::alphaEff(), 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 | ( | ) |
1.8.11