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

Definition at line 1 of file alphaEqnSubCycle.H.

References alpha1, phi, pimple, and U.

◆ if() [2/3]

if ( nAlphaSubCycles ,
1  )

Definition at line 30 of file alphaEqnSubCycle.H.

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

Here is the call graph for this function:

◆ if() [3/3]

Definition at line 80 of file alphaEqnSubCycle.H.

Variable Documentation

◆ else

else
Initial value:
{
# 1 "/opt/OpenFOAM/OpenFOAM-v2512/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
rhoPhi
Definition rhoEqn.H:10
const volScalarField & alpha1
const volScalarField & alpha2
U
Definition pEqn.H:72
surfaceScalarField rho1f(fvc::interpolate(rho1))
dynamicFvMesh & mesh
zeroField Su
Definition alphaSuSp.H:1
zeroField Sp
Definition alphaSuSp.H:2
scalar domainFraction
Definition alphaEqn.H:25
surfaceScalarField rho2f(fvc::interpolate(rho2))
Info<< "Creating temperaturePhaseChangeTwoPhaseMixture\n"<< endl;autoPtr< temperaturePhaseChangeTwoPhaseMixture > mixture
isoAdvection advector(alpha1, phi, U)

Definition at line 52 of file alphaEqnSubCycle.H.