Go to the documentation of this file.
53 if (
p.needReference())
68 while (
pimple.correctNonOrthogonal())
77 pEqn.solve(
mesh.solver(
p.select(
pimple.finalInnerIter())));
79 if (
pimple.finalNonOrthogonalIter())
100 U.correctBoundaryConditions();
tmp< volVectorField > constrainHbyA(const tmp< volVectorField > &tHbyA, const volVectorField &U, const volScalarField &p)
volVectorField gradP(fvc::grad(p))
surfaceScalarField faceMask(localMin< scalar >(mesh).interpolate(cellMask))
tmp< GeometricField< typename outerProduct< vector, Type >::type, faPatchField, areaMesh >> grad(const GeometricField< Type, faePatchField, edgeMesh > &ssf)
tmp< GeometricField< Type, faPatchField, areaMesh > > div(const GeometricField< Type, faePatchField, edgeMesh > &ssf)
tmp< fvVectorMatrix > tUEqn(fvm::ddt(rho, U)+fvm::div(phi, U)+MRF.DDt(rho, U)+turbulence->divDevRhoReff(U)==fvOptions(rho, U))
fvMatrix< scalar > fvScalarMatrix
GeometricField< scalar, fvPatchField, volMesh > volScalarField
MRF makeRelative(fvc::interpolate(rho), phiHbyA)
volScalarField rAU(1.0/UEqn.A())
GeometricField< vector, fvPatchField, volMesh > volVectorField
volVectorField H("H", UEqn.H())
bool oversetAdjustPhi(surfaceScalarField &phi, const volVectorField &U)
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
tmp< GeometricField< Type, faPatchField, areaMesh > > laplacian(const GeometricField< Type, faPatchField, areaMesh > &vf, const word &name)
void makeAbsolute(surfaceScalarField &phi, const volVectorField &U)
Calculates and prints the continuity errors.
GeometricField< vector, fvsPatchField, surfaceMesh > surfaceVectorField
tmp< surfaceScalarField > flux(const volVectorField &vvf)
adjustPhi(phiHbyA, U, p_rgh)
surfaceVectorField n(mesh.Sf()/mesh.magSf())
surfaceScalarField rAUf("rAUf", fvc::interpolate(rAU))