Go to the source code of this file.
Functions | |
| fvScalarMatrix | EEqn (mvConvection->fvmDiv(phi, he)+(he.name()=="e" ? fvc::div(phi, volScalarField("Ekp", 0.5 *magSqr(U)+p/rho)) :fvc::div(phi, volScalarField("K", 0.5 *magSqr(U)))) - fvm::laplacian(turbulence->alphaEff(), he)==rho *(U &g)+parcels.Sh(he)+radiation->Sh(thermo, he)+Qdot+fvOptions(rho, he)) |
| EEqn | relax () |
| fvOptions | constrain (EEqn) |
| EEqn | solve () |
| fvOptions | correct (he) |
| thermo | correct () |
| fvScalarMatrix EEqn | ( | mvConvection-> | fvmDivphi, he)+(he.name()=="e" ? fvc::div(phi, volScalarField("Ekp", 0.5 *magSqr(U)+p/rho)) :fvc::div(phi, volScalarField("K", 0.5 *magSqr(U)))) - fvm::laplacian(turbulence->alphaEff(), he = =rho *(U &g)+parcels.Sh(he)+radiation->Sh(thermo, he)+Qdot+fvOptions(rho, he) | ) |
| EEqn relax | ( | ) |
| EEqn solve | ( | ) |
| thermo correct | ( | ) |
1.8.13