Go to the source code of this file.
Functions | |
| if (mesh.changing()) | |
| wordList | pcorrTypes (p.boundaryField().size(), fvPatchFieldBase::zeroGradientType()) |
| forAll (p.boundaryField(), patchi) | |
| volScalarField | pcorr (IOobject("pcorr", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedScalar(p.dimensions(), Zero), pcorrTypes) |
| mesh | setFluxRequired (pcorr.name()) |
| while (pimple.correctNonOrthogonal()) | |
| if | ( | mesh. | changing() | ) |
| wordList pcorrTypes | ( | p. | boundaryField).size(, |
| fvPatchFieldBase::zeroGradientType() | ) |
References p.
Referenced by Foam::CorrectPhi(), Foam::CorrectPhi(), correctUphiBCs(), for(), for(), forAll(), pcorr(), and pcorr().

| forAll | ( | p. | boundaryField(), |
| patchi | ) |
Definition at line 36 of file correctPhi.H.
References p, and pcorrTypes().

| volScalarField pcorr | ( | IOobject("pcorr", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE) | , |
| mesh | , | ||
| dimensionedScalar(p.dimensions(), Zero) | , | ||
| pcorrTypes | ) |
References mesh, p, pcorrTypes(), and runTime.
Referenced by Foam::CorrectPhi(), Foam::CorrectPhi(), if(), setFluxRequired(), and while().


| mesh setFluxRequired | ( | pcorr. | name() | ) |