createFieldRefs.H
Go to the documentation of this file.
1const label inertIndex(composition.species().find(inertSpecie));
2
3const volScalarField& T = thermo.T();
4const volScalarField& psi = thermo.psi();
5regionModels::surfaceFilmModel& surfaceFilm = tsurfaceFilm();
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
basicSpecieMixture & composition
const volScalarField & psi
const volScalarField & T
regionModels::surfaceFilmModel & surfaceFilm
Info<< "\nConstructing surface film model"<< endl;autoPtr< regionModels::surfaceFilmModel > tsurfaceFilm(regionModels::surfaceFilmModel::New(mesh, g))
label inertIndex
const word inertSpecie(thermo.get< word >("inertSpecie"))