Go to the documentation of this file.
14 if (
p.needReference())
44 -
MRF.relative(
mesh.Sf().boundaryField() &
U.boundaryField())
45 )/(
mesh.magSf().boundaryField()*
rAUf.boundaryField())
49 while (
pimple.correctNonOrthogonal())
58 pEqn.solve(
mesh.solver(
p.select(
pimple.finalInnerIter())));
60 if (
pimple.finalNonOrthogonalIter())
66 #include "continuityErrs.H"
72 U.correctBoundaryConditions();
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
tmp< surfaceScalarField > interpolate(const RhoType &rho)
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
setSnGrad< fixedFluxPressureFvPatchScalarField >(p_rgh.boundaryField(),(phiHbyA.boundaryField() - MRF.relative(mesh.Sf().boundaryField() &U.boundaryField()))/(mesh.magSf().boundaryField() *rAUf.boundaryField()))
simpleMatrix< scalar > A(Nc)
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
fvMatrix< scalar > fvScalarMatrix
tmp< GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMesh > > ddtCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
tmp< volScalarField > rAtU(rAU)
tmp< fvVectorMatrix > UEqn(fvm::div(phi, U)+MRF.DDt(U)+turbulence->divDevReff(U)==fvOptions(U))
GeometricField< scalar, fvPatchField, volMesh > volScalarField
surfaceVectorField n(mesh.Sf()/mesh.magSf())
GeometricField< vector, fvPatchField, volMesh > volVectorField
volScalarField rAU("rAU", 1.0/UEqn().A())
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
MRF makeRelative(phiHbyA)
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
const dictionary & pimple
void makeAbsolute(surfaceScalarField &phi, const volVectorField &U)
Make the given flux absolute.
GeometricField< vector, fvsPatchField, surfaceMesh > surfaceVectorField
surfaceScalarField rAUf("rAUf", fvc::interpolate(rAU))