createAlphaFluxes.H
Go to the documentation of this file.
1 IOobject alphaPhi10Header
2 (
3  "alphaPhi10",
4  runTime.timeName(),
5  mesh,
6  IOobject::READ_IF_PRESENT,
7  IOobject::AUTO_WRITE
8 );
9 
10 const bool alphaRestart = alphaPhi10Header.typeHeaderOk<surfaceScalarField>();
11 
12 // MULES flux from previous time-step
14 (
17 );
18 
19 // MULES Correction
20 tmp<surfaceScalarField> talphaPhi1Corr0;
surfaceScalarField & phi
surfaceScalarField alphaPhi10(alphaPhi10Header, phi *fvc::interpolate(alpha1))
dynamicFvMesh & mesh
IOobject alphaPhi10Header("alphaPhi10", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE)
volScalarField & alpha1
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &tvf, const surfaceScalarField &faceFlux, Istream &schemeData)
Interpolate field onto faces using scheme given by Istream.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
tmp< surfaceScalarField > talphaPhi1Corr0