Functions | Variables
pEqnPimpleDyM.H File Reference
Include dependency graph for pEqnPimpleDyM.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

volScalarField rAU (1.0/UEqn.A())
 
volVectorField HbyA (constrainHbyA(rAU *UEqn.H(), U, p))
 
surfaceScalarField phiHbyA ("phiHbyA", fvc::flux(HbyA)+MRF.zeroFilter(fvc::interpolate(rAU) *fvc::ddtCorr(U, phi, Uf)))
 
MRF makeRelative (phiHbyA)
 
 if (p.needReference())
 
tmp< volScalarField > rAtU (rAU)
 
 if (pimple.consistent())
 
 if (pimple.nCorrPISO()<=1)
 
 constrainPressure (p, U, phiHbyA, rAtU(), MRF)
 
 while (pimple.correctNonOrthogonal())
 
p relax ()
 
U correctBoundaryConditions ()
 
fvOptions correct (U)
 

Variables

 U = HbyA - rAtU*fvc::grad(p)
 

Function Documentation

◆ rAU()

volScalarField rAU ( 1.0/UEqn.  A())

◆ HbyA()

volVectorField HbyA ( constrainHbyA(rAU *UEqn.H(), U, p )

Referenced by if().

Here is the caller graph for this function:

◆ phiHbyA()

surfaceScalarField phiHbyA ( "phiHbyA"  ,
fvc::flux(HbyA)+MRF.zeroFilter(fvc::interpolate(rAU) *fvc::ddtCorr(U, phi, Uf))   
)

Referenced by if(), and while().

Here is the caller graph for this function:

◆ makeRelative()

MRF makeRelative ( phiHbyA  )

Referenced by if(), and DAPimpleDyMFoam::solvePrimal().

Here is the caller graph for this function:

◆ if() [1/3]

if ( p.  needReference())

Definition at line 12 of file pEqnPimpleDyM.H.

References adjustPhi(), makeRelative(), p, phiHbyA(), and U.

Here is the call graph for this function:

◆ rAtU()

tmp<volScalarField> rAtU ( rAU  )

◆ if() [2/3]

if ( pimple.  consistent())

Definition at line 21 of file pEqnPimpleDyM.H.

References HbyA(), mesh, p, phiHbyA(), rAtU(), rAU(), and UEqn.

Here is the call graph for this function:

◆ if() [3/3]

if ( pimple.nCorrPISO()<=  1)

Definition at line 29 of file pEqnPimpleDyM.H.

References tUEqn().

Here is the call graph for this function:

◆ constrainPressure()

constrainPressure ( p  ,
U  ,
phiHbyA  ,
rAtU()  ,
MRF   
)

◆ while()

while ( pimple.  correctNonOrthogonal())

Definition at line 38 of file pEqnPimpleDyM.H.

References mesh, p, phi, phiHbyA(), pimple, pRefCell, pRefValue, and rAtU().

Here is the call graph for this function:

◆ relax()

rho relax ( )

◆ correctBoundaryConditions()

U correctBoundaryConditions ( )

◆ correct()

fvOptions correct ( U  )

Variable Documentation

◆ U

U = HbyA - rAtU*fvc::grad(p)