Functions | Variables
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())
 
volVectorField HbyA ("HbyA", U)
 
 if (pimple.transonic())
 
 while (pimple.correctNonOrthogonal())
 
U correctBoundaryConditions ()
 
fvOptions correct (U)
 
 if (thermo.dpdt())
 

Variables

 rho = thermo.rho()
 
 HbyA = invA & UEqn.H()
 
 else
 
 U = HbyA - (invA & (betav*fvc::grad(p)))
 
 K = 0.5*magSqr(U)
 

Function Documentation

◆ rAU()

volScalarField rAU ( 1.0/UEqn.  A())

◆ HbyA()

volVectorField HbyA ( "HbyA"  ,
U   
)

◆ if() [1/2]

if ( pimple.  transonic())

Definition at line 8 of file pEqn.H.

References betav, Foam::fvc::ddt(), Foam::fvc::ddtCorr(), Foam::fvc::div(), fvOptions, HbyA, Foam::MULES::interpolate(), invA(), Foam::fvc::laplacian(), mesh, p, phi, phid(), pimple, psi, rAU(), rho, and U.

Here is the call graph for this function:

◆ while()

while ( pimple.  correctNonOrthogonal())

Definition at line 51 of file pEqn.H.

References betav, Foam::fvc::ddt(), Foam::fvc::div(), fvOptions, invA(), Foam::fvc::laplacian(), mesh, p, phi, phiHbyA, pimple, psi, and rho.

Here is the call graph for this function:

◆ correctBoundaryConditions()

U correctBoundaryConditions ( )

◆ correct()

fvOptions correct ( U  )

◆ if() [2/2]

if ( thermo.  dpdt())

Definition at line 79 of file pEqn.H.

References Foam::fvc::ddt(), dpdt, and p.

Here is the call graph for this function:

Variable Documentation

◆ rho

rho = thermo.rho()

Definition at line 1 of file pEqn.H.

◆ HbyA

HbyA = invA & UEqn.H()

Definition at line 6 of file pEqn.H.

◆ else

else
Initial value:

Definition at line 41 of file pEqn.H.

◆ U

U = HbyA - (invA & (betav*fvc::grad(p)))

Definition at line 74 of file pEqn.H.

◆ K

K = 0.5*magSqr(U)

Definition at line 77 of file pEqn.H.

Foam::MULES::interpolate
tmp< surfaceScalarField > interpolate(const RhoType &rho)
Definition: IMULESTemplates.C:40
phi
phi
Definition: pEqn.H:20
U
U
Definition: pEqn.H:46
Foam::fvc::ddtCorr
tmp< GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMesh > > ddtCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
Definition: fvcDdt.C:155
mesh
dynamicFvMesh & mesh
Definition: createDynamicFvMesh.H:18
rho
rho
Definition: pEqn.H:3
rAU
volScalarField rAU("rAU", 1.0/UEqn().A())
HbyA
HbyA
Definition: pEqn.H:4
Foam::surfaceScalarField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
Definition: surfaceFieldsFwd.H:52
phiHbyA
phiHbyA
Definition: pEqn.H:21