Go to the source code of this file.
|
| | for (label i=0;i< p_rgh.boundaryField().size();i++) |
| volScalarField | pcorr (IOobject("pcorr", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedScalar(p_rgh.dimensions(), Zero), pcorrTypes) |
| | if (pcorr.needReference()) |
| mesh | setFluxRequired (pcorr.name()) |
| dimensionedScalar | rAUf ("rAUf", dimTime/rho.dimensions(), 1.0) |
| | while (pimple.correctNonOrthogonal()) |
|
| const cellCellStencilObject & | overlap = Stencil::New(mesh) |
| const labelUList & | cellTypes = overlap.cellTypes() |
| const labelIOList & | zoneIDs = overlap.zoneID() |
◆ for()
◆ pcorr()
| volScalarField pcorr |
( |
IOobject("pcorr", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE) | , |
|
|
mesh | , |
|
|
dimensionedScalar(p_rgh.dimensions(), Zero) | , |
|
|
pcorrTypes | ) |
◆ if()
| if |
( |
pcorr. | needReference() | ) |
|
◆ setFluxRequired()
| mesh setFluxRequired |
( |
pcorr. | name() | ) |
|
◆ rAUf()
| dimensionedScalar rAUf |
( |
"rAUf" | , |
|
|
dimTime/rho. | dimensions(), |
|
|
1. | 0 ) |
◆ while()
| while |
( |
pimple. | correctNonOrthogonal() | ) |
|
◆ overlap
| const cellCellStencilObject& overlap = Stencil::New(mesh) |
◆ cellTypes
| const labelUList& cellTypes = overlap.cellTypes() |
◆ zoneIDs
| const labelIOList& zoneIDs = overlap.zoneID() |