correctPhi.H File Reference

Go to the source code of this file.

Functions

 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())
 

Variables

const cellCellStencilObject & overlap = Stencil::New(mesh)
 
const labelList & cellTypes = overlap.cellTypes()
 
const labelIOList & zoneIDs = overlap.zoneID()
 

Function Documentation

◆ for()

for ( )

Definition at line 33 of file correctPhi.H.

References p_rgh, and pcorrTypes().

Here is the call graph for this function:

◆ 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())

Definition at line 56 of file correctPhi.H.

References Foam::adjustPhi(), Foam::fvc::makeAbsolute(), Foam::fvc::makeRelative(), pcorr(), phi, and U.

Here is the call graph for this function:

◆ setFluxRequired()

mesh setFluxRequired ( pcorr.  name())

◆ rAUf()

dimensionedScalar rAUf ( "rAUf"  ,
dimTime/rho.  dimensions(),
1.  0 
)

◆ while()

while ( pimple.  correctNonOrthogonal())

Definition at line 71 of file correctPhi.H.

References cellTypes, Foam::fac::div(), forAll(), Foam::gMax(), Foam::fac::laplacian(), mesh, nZones, pcorr(), phi, pimple, rAUf(), and zoneIDs.

Here is the call graph for this function:

Variable Documentation

◆ overlap

const cellCellStencilObject& overlap = Stencil::New(mesh)

Definition at line 67 of file correctPhi.H.

◆ cellTypes

const labelList& cellTypes = overlap.cellTypes()

Definition at line 68 of file correctPhi.H.

◆ zoneIDs

const labelIOList& zoneIDs = overlap.zoneID()

Definition at line 69 of file correctPhi.H.