Loading...
Searching...
No Matches
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(),
1  )

Definition at line 1 of file compressibleAlphaEqnSubCycle.H.

References alpha1, and pimple.

◆ talphaPhi1()

tmp< surfaceScalarField > talphaPhi1 ( alphaPhi10 )

References alphaPhi10.

◆ if() [2/2]

if ( nAlphaSubCycles ,
1  )

Definition at line 12 of file compressibleAlphaEqnSubCycle.H.

References alpha1, alphaPhi10, mesh, nAlphaSubCycles(), rhoPhi, runTime, and talphaPhi1.

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)))()  )

References advector(), divU, Sp, and Su.

Here is the call graph for this function:

Variable Documentation

◆ else

else
Initial value:
{
# 1 "/opt/OpenFOAM/OpenFOAM-v2512/applications/solvers/multiphase/compressibleInterFoam/compressibleInterIsoFoam/alphaEqn.H" 1
# 1 "/opt/OpenFOAM/OpenFOAM-v2512/applications/solvers/multiphase/compressibleInterFoam/compressibleInterIsoFoam/alphaSuSp.H" 1
volScalarField::Internal Sp
(
IOobject
(
"Sp",
runTime.timeName(),
),
dimensionedScalar(dgdt.dimensions(), Zero)
)
dynamicFvMesh & mesh
engineTime & runTime
zeroField Sp
Definition alphaSuSp.H:2

Definition at line 46 of file compressibleAlphaEqnSubCycle.H.