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

Go to the source code of this file.

Functions

 if (pimple.nCorrPIMPLE() > 1)
 
tmp< surfaceScalarField > talphaPhi1 (alphaPhi10)
 
 if (nAlphaSubCycles > 1)
 
volScalarField::Internal Su (IOobject("Su", runTime.timeName(), mesh), mesh, dimensionedScalar(dgdt.dimensions(), Zero))
 
 forAll (dgdt, celli)
 
volScalarField::Internal divU (mesh.moving() ? fvc::div(phi+mesh.phi()) :fvc::div(phi))
 
advector advect (Sp,(Su+divU *min(alpha1(), scalar(1)))())
 

Variables

 else
 

Function Documentation

◆ if() [1/2]

if ( pimple.  nCorrPIMPLE(),
 
)

Definition at line 1 of file compressibleAlphaEqnSubCycle.H.

References alpha1, and pimple.

◆ talphaPhi1()

tmp<surfaceScalarField> talphaPhi1 ( alphaPhi10  )

◆ if() [2/2]

if ( nAlphaSubCycles  ,
 
)

Definition at line 12 of file compressibleAlphaEqnSubCycle.H.

References alpha1, alphaPhi10, stdFoam::end(), mesh, nAlphaSubCycles(), rhoPhi, runTime, talphaPhi1(), and Foam::Zero.

Here is the call graph for this function:

◆ Su()

volScalarField::Internal Su ( IOobject("Su", runTime.timeName(), mesh ,
mesh  ,
dimensionedScalar(dgdt.dimensions(), Zero)   
)

◆ forAll()

forAll ( dgdt  ,
celli   
)

Definition at line 75 of file compressibleAlphaEqnSubCycle.H.

◆ divU()

volScalarField::Internal divU ( mesh.  moving) ? fvc::div(phi+mesh.phi()) :fvc::div(phi)

◆ advect()

advector advect ( Sp  ,
(Su+divU *min(alpha1(), scalar(1)))()   
)

Variable Documentation

◆ else

else
Initial value:
{
# 1 "/home/chef2/andy/OpenFOAM/release/v2406/OpenFOAM-v2406/applications/solvers/multiphase/compressibleInterFoam/compressibleInterIsoFoam/alphaEqn.H" 1
# 1 "/home/chef2/andy/OpenFOAM/release/v2406/OpenFOAM-v2406/applications/solvers/multiphase/compressibleInterFoam/compressibleInterIsoFoam/alphaSuSp.H" 1
volScalarField::Internal Sp
(
IOobject
(
"Sp",
runTime.timeName(),
),
dimensionedScalar(dgdt.dimensions(), Zero)
)
engineTime & runTime
dynamicFvMesh & mesh
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
zeroField Sp
Definition: alphaSuSp.H:2
static constexpr const zero Zero
Global zero (0)
Definition: zero.H:127

Definition at line 47 of file compressibleAlphaEqnSubCycle.H.