Go to the source code of this file.
|
fvScalarMatrix | EEqn (fvm::ddt(rho, he)+mvConvection->fvmDiv(phi, he)+fvc::ddt(rho, K)+fvc::div(phi, K)+(he.name()=="e" ? fvc::div(fvc::absolute(phi/fvc::interpolate(rho), U), p, "div(phiv,p)") :-dpdt) - 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 () |
|
◆ EEqn()
fvScalarMatrix EEqn |
( |
fvm::ddt(rho, he)+mvConvection->fvmDiv(phi, he)+fvc::ddt(rho, K)+fvc::div(phi, K)+(he.name()=="e" ? fvc::div(fvc::absolute(phi/fvc::interpolate(rho), U), p, "div(phiv,p)") :-dpdt) - fvm::laplacian(turbulence->alphaEff(), he) |
= =rho *(U &g)+parcels.Sh(he)+radiation->Sh(thermo, he)+Qdot+fvOptions(rho, he) | ) |
|
◆ relax()
◆ constrain()
◆ solve()
◆ correct() [1/2]
◆ correct() [2/2]