Functions | Variables
pcEqn.H File Reference
Include dependency graph for pcEqn.H:

Go to the source code of this file.

Functions

rho relax ()
 
volScalarField rAU (1.0/UEqn().A())
 
volScalarField rAtU (1.0/(1.0/rAU-UEqn().H1()))
 
volVectorField HbyA ("HbyA", U)
 
 if (pimple.nCorrPISO()<=1)
 
 if (pimple.transonic())
 
MRF makeRelative (fvc::interpolate(rho), phiHbyA)
 
volScalarField rhorAtU ("rhorAtU", rho *rAtU)
 
 while (pimple.correctNonOrthogonal())
 
U correctBoundaryConditions ()
 
fvOptions correct (U)
 
 if (thermo.dpdt())
 
 if (!pimple.transonic())
 

Variables

 rho = thermo.rho()
 
 HbyA = rAU*UEqn().H()
 
 else
 
 phiHbyA = fvc::interpolate(rho*(rAtU - rAU))*fvc::snGrad(p)*mesh.magSf()
 
 U = HbyA - rAtU*fvc::grad(p)
 
 K = 0.5*magSqr(U)
 

Function Documentation

rho relax ( )
volScalarField rAU ( 1.0/  UEqn).A()

Referenced by if().

Here is the caller graph for this function:

volScalarField rAtU ( 1.0/  1.0/rAU-UEqn().H1())

Referenced by if().

Here is the caller graph for this function:

volVectorField HbyA ( "HbyA"  ,
U   
)
if ( pimple.nCorrPISO()<=  1)

Definition at line 11 of file pcEqn.H.

References UEqn().

Here is the call graph for this function:

if ( pimple.  transonic())
MRF makeRelative ( fvc::interpolate(rho ,
phiHbyA   
)
volScalarField rhorAtU ( "rhorAtU"  ,
rho rAtU 
)

Referenced by if(), and while().

Here is the caller graph for this function:

while ( pimple.  correctNonOrthogonal())

Definition at line 79 of file pcEqn.H.

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

Here is the call graph for this function:

U correctBoundaryConditions ( )
fvOptions correct ( U  )
if ( thermo.  dpdt())

Definition at line 110 of file pcEqn.H.

References Foam::fvc::ddt(), dpdt, Foam::max(), Foam::min(), p, rho, rhoMax(), rhoMin(), and thermo.

Here is the call graph for this function:

if ( !pimple.  transonic())

Definition at line 120 of file pcEqn.H.

References Foam::endl(), Foam::Info, Foam::max(), Foam::min(), and rho.

Here is the call graph for this function:

Variable Documentation

rho = thermo.rho()

Definition at line 1 of file pcEqn.H.

Referenced by if(), and while().

HbyA = rAU*UEqn().H()

Definition at line 9 of file pcEqn.H.

Referenced by if().

else
Initial value:
{
(
"phiHbyA",
(
)
)
rho
Definition: pcEqn.H:1
volScalarField rAU(1.0/UEqn().A())
phiHbyA
Definition: pcEqn.H:74
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
tmp< surfaceScalarField > interpolate(const RhoType &rho)
dynamicFvMesh & mesh
HbyA
Definition: pcEqn.H:9
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
surfaceScalarField & phi
U
Definition: pcEqn.H:105

Definition at line 62 of file pcEqn.H.

phiHbyA = fvc::interpolate(rho*(rAtU - rAU))*fvc::snGrad(p)*mesh.magSf()

Definition at line 74 of file pcEqn.H.

Referenced by while().

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

Definition at line 105 of file pcEqn.H.

Referenced by if().

K = 0.5*magSqr(U)

Definition at line 108 of file pcEqn.H.