Go to the source code of this file.
|
| | 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()
◆ pcorrTypes()
| wordList pcorrTypes |
( |
p. | boundaryField).size(, |
|
|
fvPatchFieldBase::zeroGradientType() | ) |
◆ forAll()
| forAll |
( |
p. | boundaryField(), |
|
|
patchi | ) |
◆ pcorr()
◆ setFluxRequired()
| mesh setFluxRequired |
( |
pcorr. | name() | ) |
|
◆ while()
| while |
( |
pimple. | correctNonOrthogonal() | ) |
|