
Go to the source code of this file.
Functions | |
| IOobject | alphaPhi10Header (IOobject::groupName("alphaPhi0", alpha1.group()), runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE) |
| if (alphaRestart) | |
| surfaceScalarField | alphaPhi10 (alphaPhi10Header, phi *fvc::interpolate(alpha1)) |
Variables | |
| const bool | alphaRestart = alphaPhi10Header.typeHeaderOk<surfaceScalarField>() |
| tmp< surfaceScalarField > | talphaPhi1Corr0 |
| IOobject alphaPhi10Header | ( | IOobject::groupName("alphaPhi0", alpha1.group()) | , |
| runTime. | timeName(), | ||
| mesh | , | ||
| IOobject::READ_IF_PRESENT | , | ||
| IOobject::AUTO_WRITE | |||
| ) |
| if | ( | alphaRestart | ) |
Definition at line 12 of file createAlphaFluxes.H.
References alpha1, alphaPhi10(), alphaPhi10Header(), Foam::endl(), Foam::Info, Foam::fvc::interpolate(), and phi.

| surfaceScalarField alphaPhi10 | ( | alphaPhi10Header | , |
| phi * | fvc::interpolatealpha1 | ||
| ) |
| const bool alphaRestart = alphaPhi10Header.typeHeaderOk<surfaceScalarField>() |
Definition at line 10 of file createAlphaFluxes.H.
Referenced by if().
| tmp<surfaceScalarField> talphaPhi1Corr0 |
Definition at line 25 of file createAlphaFluxes.H.
Referenced by if().
1.8.13