createFieldRefs.H
Go to the documentation of this file.
1 const label inertIndex(composition.species()[inertSpecie]);
2 
3 const volScalarField& T = thermo.T();
4 const volScalarField& psi = thermo.psi();
5 regionModels::surfaceFilmModel& surfaceFilm = tsurfaceFilm();
6 
8 (
9  pimple.dict().lookupOrDefault<Switch>("solvePrimaryRegion", true)
10 );
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
pimpleNoLoopControl & pimple
basicSpecieMixture & composition
Switch solvePrimaryRegion(pimple.dict().lookupOrDefault< Switch >("solvePrimaryRegion", true))
rhoReactionThermo & thermo
Definition: createFields.H:28
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition: volFieldsFwd.H:52
Info<< "\Constructing surface film model"<< endl;autoPtr< regionModels::surfaceFilmModel > tsurfaceFilm(regionModels::surfaceFilmModel::New(mesh, g))
const label inertIndex(composition.species()[inertSpecie])
const word inertSpecie(thermo.lookup("inertSpecie"))