Go to the source code of this file.
|
fvScalarMatrix | EaEqn (fvm::ddt(rho, hea)+mvConvection->fvmDiv(phi, hea)+fvc::ddt(rho, K)+fvc::div(phi, K)+(hea.name()=="ea" ? fvc::div(fvc::absolute(phi/fvc::interpolate(rho), U), p, "div(phiv,p)") :-dpdt) - fvm::laplacian(turbulence->alphaEff(), hea)+fvOptions(rho, hea)) |
|
EaEqn | relax () |
|
fvOptions | constrain (EaEqn) |
|
EaEqn | solve () |
|
fvOptions | correct (hea) |
|
thermo | correct () |
|
◆ EaEqn()
fvScalarMatrix EaEqn |
( |
fvm::ddt(rho, hea)+mvConvection->fvmDiv(phi, hea)+fvc::ddt(rho, K)+fvc::div(phi, K)+(hea.name()=="ea" ? fvc::div(fvc::absolute(phi/fvc::interpolate(rho), U), p, "div(phiv,p)") :-dpdt) - fvm::laplacian(turbulence->alphaEff(), hea)+fvOptions(rho, hea) |
| ) |
|
◆ relax()
◆ constrain()
◆ solve()
◆ correct() [1/2]
◆ correct() [2/2]