

Go to the source code of this file.
Functions | |
| word | alpharScheme ("div(phirb,alpha)") |
| if (isType< fv::EulerDdtScheme< scalar > >(ddtAlpha)||isType< fv::localEulerDdtScheme< scalar > >(ddtAlpha)) | |
| else | if (isType< fv::CrankNicolsonDdtScheme< scalar > >(ddtAlpha)) |
| surfaceScalarField | phic (mixture.cAlpha() *mag(alphaPhic/mesh.magSf())) |
| if (icAlpha > 0) | |
| if (scAlpha > 0) | |
| forAll (phic.boundaryField(), patchi) | |
| tmp< surfaceScalarField > | phiCN (alphaPhic) |
| if (ocCoeff > 0) | |
| if (MULESCorr) | |
| for (int aCorr=0;aCorr< nAlphaCorr;aCorr++) | |
| if (alphaApplyPrevCorr &&MULESCorr) | |
| if (word(mesh.ddtScheme("ddt(rho,U)"))==fv::EulerDdtScheme< vector >::typeName) | |
Variables | |
| scalar | ocCoeff = 0 |
| const fv::ddtScheme< scalar > & | ddtAlpha = tddtAlpha() |
| else | |
| scalar | cnCoeff = 1.0/(1.0 + ocCoeff) |
| surfaceScalarField::Boundary & | phicBf = phic.boundaryFieldRef() |
| word alpharScheme | ( | "div(phirb,alpha)" | ) |
| if | ( | isType< fv::EulerDdtScheme< scalar > > | ddtAlpha)||isType< fv::localEulerDdtScheme< scalar > >(ddtAlpha | ) |
Definition at line 18 of file alphaEqn.H.
| else if | ( | isType< fv::CrankNicolsonDdtScheme< scalar > > | ddtAlpha | ) |
Definition at line 26 of file alphaEqn.H.
References alphaRestart, ddtAlpha, FatalErrorInFunction, mesh, nAlphaSubCycles(), and ocCoeff.

| surfaceScalarField phic | ( | mixture. | cAlpha) *mag(alphaPhic/mesh.magSf() | ) |
Referenced by continuousPhaseName(), continuousPhaseTurbulence(), CorrectPhi(), setFlow::execute(), for(), forAll(), if(), if(), if(), if(), phiHbyA(), phir(), multiphaseSystem::solveAlphas(), MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::solveYi(), ETAB< CloudType >::update(), TAB< CloudType >::update(), and while().

| if | ( | icAlpha | , |
| 0 | ) |
| if | ( | scAlpha | , |
| 0 | ) |
| forAll | ( | phic. | boundaryField(), |
| patchi | ) |
Definition at line 79 of file alphaEqn.H.
References phic(), and phicBf.

| tmp< surfaceScalarField > phiCN | ( | alphaPhic | ) |
| if | ( | ocCoeff | , |
| 0 | ) |
Definition at line 92 of file alphaEqn.H.
References cnCoeff, ocCoeff, and phiCN().

| if | ( | MULESCorr | ) |
Definition at line 97 of file alphaEqn.H.
References alpha1, alpha2, alphaApplyPrevCorr(), alphaPhi10, divU, LTS, mesh, mixture, MULESCorr(), phiCN(), Sp, Su, and talphaPhi1Corr0.

| for | ( | ) |
Definition at line 156 of file alphaEqn.H.
References alpha1, alpha10(), alpha2, alphaPhi10, alpharScheme(), cnCoeff, divU, mixture, MULESCorr(), nAlphaCorr(), phic(), phiCN(), phir(), phir(), Sp, and Su.

| if | ( | alphaApplyPrevCorr && | MULESCorr | ) |
Definition at line 228 of file alphaEqn.H.
References alphaApplyPrevCorr(), alphaPhi10, MULESCorr(), and talphaPhi1Corr0.

Definition at line 238 of file alphaEqn.H.
References alphaPhi10, mesh, phiCN(), rho1f(), rho2f(), and rhoPhi.

| scalar ocCoeff = 0 |
Definition at line 6 of file alphaEqn.H.
| const fv::ddtScheme<scalar>& ddtAlpha = tddtAlpha() |
Definition at line 16 of file alphaEqn.H.
| else |
Definition at line 47 of file alphaEqn.H.
| scalar cnCoeff = 1.0/(1.0 + ocCoeff) |
Definition at line 56 of file alphaEqn.H.
| surfaceScalarField::Boundary& phicBf = phic.boundaryFieldRef() |
Definition at line 75 of file alphaEqn.H.
Referenced by forAll(), and multiphaseSystem::solveAlphas().