createFieldRefs.H
Go to the documentation of this file.
1 const volScalarField& psi = thermo.psi();
2 const volScalarField& T = thermo.T();
3 filmModelType& surfaceFilm = tsurfaceFilm();
4 const label inertIndex(composition.species()[inertSpecie]);
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Definition: label.H:59
basicMultiComponentMixture & composition
Info<< "\Constructing surface film model"<< endl;typedef regionModels::surfaceFilmModels::surfaceFilmModel filmModelType;autoPtr< filmModelType > tsurfaceFilm(filmModelType::New(mesh, g))
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition: volFieldsFwd.H:52
psiReactionThermo & thermo
Definition: createFields.H:31
const volScalarField & psi
const label inertIndex(composition.species()[inertSpecie])
const word inertSpecie(thermo.lookup("inertSpecie"))