pEqn.H File Reference
Include dependency graph for pEqn.H:

Go to the source code of this file.

Functions

volScalarField rAU (1.0/UEqn.A())
 
surfaceScalarField rhorAUf ("rhorAUf", fvc::interpolate(rho *rAU))
 
volVectorField HbyA (constrainHbyA(rAU *UEqn.H(), U, p))
 
surfaceScalarField phiGradp (rhorAUf *mesh.magSf() *fvc::snGrad(p))
 
volScalarField rho0 (rho - psi *p)
 
 while (pimple.correctNonOrthogonal())
 

Variables

 phi
 

Function Documentation

◆ rAU()

volScalarField rAU ( 1.0/UEqn.  A())

◆ rhorAUf()

surfaceScalarField rhorAUf ( "rhorAUf"  ,
fvc::interpolate(rho *rAU  
)

◆ HbyA()

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

◆ phiGradp()

surfaceScalarField phiGradp ( rhorAUf *mesh.  magSf) *fvc::snGrad(p)

Referenced by while().

Here is the caller graph for this function:

◆ rho0()

volScalarField rho0 ( rho - psi p)

◆ while()

while ( pimple.  correctNonOrthogonal())

Definition at line 28 of file pEqn.H.

References mesh, p, phi, phiGradp(), pimple, psi, rho, rhof(), and rhorAUf().

Here is the call graph for this function:

Variable Documentation

◆ phi

phi
Initial value:
= fvc::flux(HbyA)
+ rhorAUf*fvc::ddtCorr(U, Uf)
U
Definition: pEqn.H:72
surfaceScalarField rhorAUf("rhorAUf", fvc::interpolate(rho *rAU))
HbyA
Definition: pcEqn.H:74
autoPtr< surfaceVectorField > Uf

Definition at line 18 of file pEqn.H.