

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(phi/mesh.magSf())) |
| if (icAlpha > 0) | |
| if (scAlpha > 0) | |
| forAll (phic.boundaryField(), patchi) | |
| tmp< surfaceScalarField > | phiCN (phi) |
| 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||word(mesh.ddtScheme("ddt(rho,U)"))==fv::localEulerDdtScheme< vector >::typeName) | |
Variables | |
| scalar | ocCoeff = 0 |
| const fv::ddtScheme< scalar > & | ddtAlpha = tddtAlpha() |
| else | |
| scalar | cnCoeff = 1.0/(1.0 + ocCoeff) |
| surfaceScalarField::Boundary & | phicBf |
| word alpharScheme | ( | "div(phirb,alpha)" | ) |
| if | ( | isType< fv::EulerDdtScheme< scalar >> | ddtAlpha)||isType< fv::localEulerDdtScheme< scalar >>(ddtAlpha | ) |
Definition at line 19 of file alphaEqn.H.
| else if | ( | isType< fv::CrankNicolsonDdtScheme< scalar >> | ddtAlpha | ) |
Definition at line 26 of file alphaEqn.H.
References alphaRestart, ddtAlpha, Foam::exit(), Foam::FatalError, FatalErrorInFunction, mesh, nAlphaSubCycles(), and ocCoeff.

| surfaceScalarField phic | ( | mixture. | cAlpha) *mag(phi/mesh.magSf() | ) |
Referenced by for(), if(), ETAB< CloudType >::update(), TAB< CloudType >::update(), and while().

| if | ( | icAlpha | , |
| 0 | |||
| ) |
Definition at line 62 of file alphaEqn.H.
References icAlpha(), Foam::fvc::interpolate(), Foam::mag(), mixture, phic(), and U.

| if | ( | scAlpha | , |
| 0 | |||
| ) |
Definition at line 69 of file alphaEqn.H.
References Foam::fvc::grad(), Foam::fvc::interpolate(), Foam::mag(), mesh, phic(), scAlpha(), Foam::symm(), and U.

| forAll | ( | phic. | boundaryField(), |
| patchi | |||
| ) |
Definition at line 81 of file alphaEqn.H.
References patchi, phi, and phiCN().

| tmp<surfaceScalarField> phiCN | ( | phi | ) |
| if | ( | ocCoeff | , |
| 0 | |||
| ) |
Definition at line 94 of file alphaEqn.H.
| if | ( | MULESCorr | ) |
Definition at line 99 of file alphaEqn.H.
References alpha1, alpha2, alphaApplyPrevCorr(), alphaPhi10(), correct, divU, Foam::endl(), Foam::Info, LTS, Foam::max(), mesh, Foam::min(), mixture, Sp, Su, and talphaPhi1Corr0.

| for | ( | ) |
Definition at line 150 of file alphaEqn.H.
References alpha1, alpha10(), alpha2, alphaPhi10(), alpharScheme(), correct, divU, Foam::MULES::explicitSolve(), Foam::fvc::flux(), Foam::min(), mixture, MULESCorr(), phic(), phiCN(), phir(), Sp, and Su.

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

| if | ( | word(mesh.ddtScheme("ddt(rho,U)")) | = = fv::EulerDdtScheme<vector>::typeName || word(mesh.ddtScheme("ddt(rho,U)")) == fv::localEulerDdtScheme<vector>::typeName | ) |
Definition at line 235 of file alphaEqn.H.
References alpha1, alphaPhi10(), cnCoeff, Foam::endl(), Foam::Info, Foam::max(), mesh, Foam::min(), phi, rho1f(), rho2f(), and rhoPhi.

| scalar ocCoeff = 0 |
Definition at line 6 of file alphaEqn.H.
Referenced by if().
| const fv::ddtScheme<scalar>& ddtAlpha = tddtAlpha() |
Definition at line 16 of file alphaEqn.H.
Referenced by if().
| else |
Definition at line 48 of file alphaEqn.H.
| scalar cnCoeff = 1.0/(1.0 + ocCoeff) |
Definition at line 56 of file alphaEqn.H.
Referenced by if().
| surfaceScalarField::Boundary& phicBf |
Definition at line 76 of file alphaEqn.H.
1.8.13