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

Go to the source code of this file.

Functions

 if (pimple.nCorrPIMPLE() > 1)
 
 if (nAlphaSubCycles > 1)
 
 if (porosityEnabled)
 

Variables

 else
 

Function Documentation

◆ if() [1/3]

if ( pimple.  nCorrPIMPLE(),
 
)

Definition at line 1 of file alphaEqnSubCycle.H.

References alpha1, phi, pimple, and U.

◆ if() [2/3]

if ( nAlphaSubCycles  ,
 
)

Definition at line 30 of file alphaEqnSubCycle.H.

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

Here is the call graph for this function:

◆ if() [3/3]

if ( porosityEnabled  )

Definition at line 85 of file alphaEqnSubCycle.H.

Variable Documentation

◆ else

else
Initial value:
{
# 1 "/home/chef2/andy/OpenFOAM/release/v2212/OpenFOAM-v2212/applications/solvers/multiphase/interIsoFoam/alphaEqn.H" 1
{
if (mesh.moving())
{
U -= fvc::reconstruct(mesh.phi());
}
advector.advect(Sp, Su);
if (mesh.moving())
{
U += fvc::reconstruct(mesh.phi());
}
rhoPhi = advector.getRhoPhi(rho1f, rho2f);
alpha2 = 1.0 - alpha1;
mixture.correct();
}
scalar domainFraction = 0
scalar domainFraction
Definition: alphaEqn.H:25
zeroField Su
Definition: alphaSuSp.H:1
surfaceScalarField rho1f(fvc::interpolate(rho1))
isoAdvection advector(alpha1, phi, U)
Info<< "Creating temperaturePhaseChangeTwoPhaseMixture\"<< endl;autoPtr< temperaturePhaseChangeTwoPhaseMixture > mixture
Definition: createFields.H:39
const volScalarField & alpha2
surfaceScalarField rho2f(fvc::interpolate(rho2))
dynamicFvMesh & mesh
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> reconstruct(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
U
Definition: pEqn.H:72
rhoPhi
Definition: rhoEqn.H:10
zeroField Sp
Definition: alphaSuSp.H:2
const volScalarField & alpha1

Definition at line 58 of file alphaEqnSubCycle.H.