Go to the source code of this file.
|
| | if (finalIter) |
| |
| | if (frozenFlow) |
| |
| tmp< fvVectorMatrix > | tUEqn (fvm::ddt(rho, U)+fvm::div(phi, U)+MRF.DDt(rho, U)+turb.divDevRhoReff(U)==fvOptions(rho, U)) |
| |
| UEqn | relax () |
| |
| fvOptions | constrain (UEqn) |
| |
| | if (momentumPredictor) |
| |
| fvScalarMatrix | EEqn (fvm::ddt(rho, he)+fvm::div(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(turb.alphaEff(), he)==rho *(U &g)+rad.Sh(thermo)+fvOptions(rho, he)) |
| |
| EEqn | relax () |
| |
| fvOptions | constrain (EEqn) |
| |
| EEqn | solve (mesh.solver(he.select(finalIter))) |
| |
| fvOptions | correct (he) |
| |
| thermo | correct () |
| |
| fvScalarMatrix EEqn |
( |
fvm::ddt(rho, he)+fvm::div(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(turb.alphaEff(), he) |
= =rho *(U &g)+rad.Sh(thermo)+fvOptions(rho, he) | ) |
|
Initial value:{
GeometricField< scalar, fvPatchField, volMesh > volScalarField
psiReactionThermo & thermo
| EEqn solve |
( |
mesh. |
solverhe.select(finalIter) | ) |
|
Initial value:{
if (oCorr == 0)
{
}
# 1 "/home/ubuntu/OpenFOAM-4.1/applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/UEqn.H" 1
MRF.correctBoundaryVelocity(
U)
Definition at line 11 of file solveFluid.H.