Go to the documentation of this file.
39 namespace regionModels
41 namespace pyrolysisModels
88 const word& modelType,
90 const word& regionType
108 const word& modelType,
111 const word& regionType
114 pyrolysisModel(modelType,
mesh,
dict, regionType),
Base class for pyrolysis models.
Selector class for relaxation factors, solver type and solution.
A class for handling words, derived from Foam::string.
static autoPtr< solidThermo > New(const fvMesh &, const word &phaseName=word::null)
virtual const surfaceScalarField & phiGas() const
A class for managing temporary objects.
const dimensionedScalar alpha
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
const Time & time() const
Ostream & endl(Ostream &os)
virtual const tmp< volScalarField > Cp() const
autoPtr< radiation::radiationModel > radiation_
virtual void evolveRegion()
virtual void preEvolveRegion()
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
SolverPerformance< Type > solve(const dictionary &)
Fundamental solid thermodynamic properties.
defineTypeNameAndDebug(noPyrolysis, 0)
const dimensionedScalar h
static autoPtr< radiationModel > New(const volScalarField &T)
tmp< fvMatrix< Type > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
void relax(const scalar alpha)
autoPtr< solidThermo > solidThermo_
const dictionary & subDict(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
virtual tmp< volScalarField > kappaRad() const
virtual void preEvolveRegion()
bool readEntry(const word &keyword, T &val, enum keyType::option matchOpt=keyType::REGEX, bool mandatory=true) const
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))
const dictionary & solution() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const dictionary & controlDict() const
Macros for easy insertion into run-time selection tables.
Mesh data needed to do the Finite Volume discretisation.
errorManip< error > abort(error &err)
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
#define FatalErrorInFunction
tmp< fvMatrix< Type > > ddt(const GeometricField< Type, fvPatchField, volMesh > &vf)
Calculate the laplacian of the given field.
Top level model for radiation modelling.
fileName::Type type(const fileName &name, const bool followLink=true)
Pyrolysis model which solves only the energy equation in the region.
A special matrix type and solver, designed for finite volume solutions of scalar equations....
static const GeometricField< Type, PatchField, GeoMesh > & null()
virtual const volScalarField & rho() const
Generic GeometricField class.
addToRunTimeSelectionTable(pyrolysisModel, noPyrolysis, mesh)
virtual const volScalarField & T() const
virtual tmp< volScalarField > kappa() const
const word & name() const
const fvMesh & regionMesh() const