Go to the documentation of this file.
3 volVectorField::Boundary& bfld =
U.boundaryFieldRef();
6 if (bfld[patchi].fixesValue())
8 bfld[patchi].initEvaluate();
12 surfaceScalarField::Boundary& phiBfld =
phi.boundaryFieldRef();
15 if (bfld[patchi].fixesValue())
17 bfld[patchi].evaluate();
20 rho.boundaryField()[patchi]
23 &
mesh.Sf().boundaryField()[patchi]
31 p.boundaryField().size(),
32 zeroGradientFvPatchScalarField::typeName
38 if (
p.boundaryField()[patchi].fixesValue())
40 pcorrTypes[patchi] = fixedValueFvPatchScalarField::typeName;
64 while (
pimple.correctNonOrthogonal())
79 if (
pimple.finalNonOrthogonalIter())
81 phi += pcorrEqn.flux();
dimensionedScalar rAUf("rAUf", dimTime, 1.0)
static constexpr const zero Zero
tmp< GeometricField< Type, faPatchField, areaMesh > > div(const GeometricField< Type, faePatchField, edgeMesh > &ssf)
volScalarField pcorr(IOobject("pcorr", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedScalar(p.dimensions(), Zero), pcorrTypes)
List< word > wordList
A List of words.
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
fvMatrix< scalar > fvScalarMatrix
wordList pcorrTypes(p.boundaryField().size(), zeroGradientFvPatchScalarField::typeName)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
tmp< GeometricField< Type, faPatchField, areaMesh > > ddt(const dimensioned< Type > dt, const faMesh &mesh)
tmp< GeometricField< Type, faPatchField, areaMesh > > laplacian(const GeometricField< Type, faPatchField, areaMesh > &vf, const word &name)
const volScalarField & psi
forAll(p.boundaryField(), patchi)