Go to the documentation of this file.
47 namespace regionModels
49 namespace pyrolysisModels
102 const word& modelType,
104 const word& regionType
110 const word& modelType,
113 const word& regionType
Base class for pyrolysis models.
virtual tmp< volScalarField > kappa() const
Return the region thermal conductivity [W/m/k].
A class for handling words, derived from string.
void operator=(const noPyrolysis &)
Disallow default bitwise assignment.
A class for managing temporary objects.
virtual void evolveRegion()
Evolve the pyrolysis equations.
void constructThermoChemistry()
Reset solidChemistryModel and solidThermo pointers.
virtual const volScalarField & rho() const
Return density [kg/m3].
virtual const volScalarField & T() const
Return const temperature [K].
virtual const surfaceScalarField & phiGas() const
Return the total gas mass flux to primary region [kg/m2/s].
virtual bool read()
Read control parameters from dictionary.
autoPtr< radiation::radiationModel > radiation_
Pointer to radiation model.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
virtual const tmp< volScalarField > Cp() const
Return specific heat capacity [J/kg/K].
virtual tmp< volScalarField > kappaRad() const
Return the region absorptivity [1/m].
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual void preEvolveRegion()
Pre-evolve region.
noPyrolysis(const noPyrolysis &)
Disallow default bitwise copy construct.
TypeName("none")
Runtime type information.
virtual ~noPyrolysis()
Destructor.
Generic GeometricField class.
autoPtr< basicSolidChemistryModel > solidChemistry_
Pointer to the solid chemistry model.