
Go to the source code of this file.
Functions | |
| tmp< surfaceScalarField > | talphaPhi1 (alphaPhi10) |
| if (nAlphaSubCycles > 1) | |
| surfaceScalarField | alphaPhi2 ("alphaPhi2", phi - alphaPhi1) |
| volScalarField::Internal | contErr ((fvc::ddt(rho)+fvc::div(rhoPhi) -(fvOptions(alpha1, mixture.thermo1().rho())&rho1) -(fvOptions(alpha2, mixture.thermo2().rho())&rho2))()) |
Variables | |
| else | |
| const surfaceScalarField & | alphaPhi1 = talphaPhi1() |
| tmp<surfaceScalarField> talphaPhi1 | ( | alphaPhi10 | ) |
| if | ( | nAlphaSubCycles | , |
| 1 | |||
| ) |
Definition at line 3 of file compressibleAlphaEqnSubCycle.H.
References alpha1, alphaPhi10(), LTS, mesh, nAlphaSubCycles(), rhoPhi, and talphaPhi1().

| surfaceScalarField alphaPhi2 | ( | "alphaPhi2" | , |
| phi - | alphaPhi1 | ||
| ) |
| volScalarField::Internal contErr | ( | (fvc::ddt(rho)+fvc::div(rhoPhi) -(fvOptions(alpha1, mixture.thermo1().rho())&rho1) -(fvOptions(alpha2, mixture.thermo2().rho())&rho2))() | ) |
| else |
Definition at line 53 of file compressibleAlphaEqnSubCycle.H.
| const surfaceScalarField& alphaPhi1 = talphaPhi1() |
Definition at line 59 of file compressibleAlphaEqnSubCycle.H.
1.8.13