correctPhi.H File Reference

Go to the source code of this file.

Functions

 if (mesh.changing())
 
wordList pcorrTypes (p.boundaryField().size(), zeroGradientFvPatchScalarField::typeName)
 
 forAll (p.boundaryField(), patchi)
 
volScalarField pcorr (IOobject("pcorr", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedScalar(p.dimensions(), Zero), pcorrTypes)
 
 while (pimple.correctNonOrthogonal())
 

Variables

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

Function Documentation

◆ if()

if ( mesh.  changing())

Definition at line 1 of file correctPhi.H.

References forAll, mesh, phi, and U.

◆ pcorrTypes()

wordList pcorrTypes ( p.  boundaryField).size(,
zeroGradientFvPatchScalarField::typeName   
)

◆ forAll()

forAll ( p.  boundaryField(),
patchi   
)

Definition at line 31 of file correctPhi.H.

References p, pcorrTypes(), and ensightPTraits< Type >::typeName.

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.dimensions(), Zero)  ,
pcorrTypes   
)

◆ while()

while ( pimple.  correctNonOrthogonal())

Definition at line 61 of file correctPhi.H.

References cellTypes, forAll, mesh, nZones, pcorr(), phi, pimple, rAUf(), and zoneIDs.

Here is the call graph for this function:

Variable Documentation

◆ overlap

◆ cellTypes

const labelList& cellTypes = overlap.cellTypes()

Definition at line 58 of file correctPhi.H.

Referenced by while().

◆ zoneIDs