Go to the source code of this file.
Functions | |
| MRF | correctBoundaryVelocity (U) |
| fvVectorMatrix | UEqn (fvm::ddt(alphacRho, U)+MRF.DDt(alphacRho, U) - fvm::Sp(fvc::ddt(rho)+fvc::div(rhoPhi), U)+fvm::div(rhoPhi, U)+turbulence->divDevRhoReff(U)==fvOptions(rho, U)+cloudSU) |
| UEqn | relax () |
| fvOptions | constrain (UEqn) |
| volScalarField | rAUc (1.0/UEqn.A()) |
| surfaceScalarField | rAUcf (fvc::interpolate(rAUc)) |
| surfaceScalarField | phicForces ((fvc::interpolate(rAUc *cloudVolSUSu) &mesh.Sf())) |
| if (pimple.momentumPredictor()) | |
| volScalarField rAUc | ( | 1.0/UEqn. | A() | ) |
References UEqn.
| surfaceScalarField rAUcf | ( | fvc::interpolate(rAUc) | ) |
| surfaceScalarField phicForces | ( | (fvc::interpolate(rAUc *cloudVolSUSu) &mesh.Sf()) | ) |