35 #ifndef reactingOneDim_H 36 #define reactingOneDim_H 46 namespace regionModels
48 namespace pyrolysisModels
71 void readReactingOneDimControls();
208 const word& modelType,
210 const word& regionType
216 const word& modelType,
219 const word& regionType
260 virtual scalar
maxDiff()
const;
virtual void info()
Provide some feedback.
virtual scalar solidRegionDiffNo() const
Mean diffusion number of the solid region.
PtrList< volScalarField > & Ys_
List of solid components.
Mesh data needed to do the Finite Volume discretisation.
void updateQr()
Update radiative flux in pyrolysis region.
void solveEnergy()
Solve energy.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
scalar maxDiff_
Maximum diffussivity.
label nNonOrthCorr_
Number of non-orthogonal correctors.
virtual tmp< volScalarField > kappa() const
Return the region thermal conductivity [W/m/k].
virtual const tmp< volScalarField > Cp() const
Return specific heat capacity [J/kg/K].
autoPtr< radiation::radiationModel > radiation_
Pointer to radiation model.
scalar totalGasMassFlux_
Total mass gas flux at the pyrolysing walls [kg/s].
solidReactionThermo & solidThermo_
Reference to solid thermo.
virtual const surfaceScalarField & phiGas() const
Return the total gas mass flux to primary region [kg/m2/s].
bool gasHSource_
Add gas enthalpy source term.
virtual scalar maxDiff() const
Return max diffusivity allowed in the solid.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
TypeName("reactingOneDim")
Runtime type information.
void calculateMassTransfer()
Mass check.
Base class for pyrolysis models.
void solveContinuity()
Solve continuity equation.
virtual tmp< volScalarField > kappaRad() const
Return the region absorptivity [1/m].
dimensionedScalar lostSolidMass_
Cumulative lost mass of the condensed phase [kg].
void updatePhiGas()
Update enthalpy flux for pyrolysis gases.
A list of keyword definitions, which are a keyword followed by any number of values (e...
dimensionedScalar addedGasMass_
Cumulative mass generation of the gas phase [kg].
Foam::solidReactionThermo.
surfaceScalarField phiGas_
Total gas mass flux to the primary region [kg/m2/s].
autoPtr< basicSolidChemistryModel > solidChemistry_
Reference to the solid chemistry model.
volScalarField rho_
Density [kg/m3].
bool QrHSource_
Add in depth radiation source term.
dimensionedScalar totalHeatRR_
Total heat release rate [J/s].
volScalarField Qr_
Coupled region radiative heat flux [W/m2].
virtual void preEvolveRegion()
Pre-evolve region.
virtual void evolveRegion()
Evolve the pyrolysis equations.
const volScalarField & rho() const
Fields.
void updateFields()
Update submodels.
bool useChemistrySolvers_
Use chemistry solvers (ode or sequential)
virtual const volScalarField & T() const
Return const temperature [K].
scalar minimumDelta_
Minimum delta for combustion.
volScalarField phiHsGas_
Sensible enthalpy gas flux [J/m2/s].
void solveSpeciesMass()
Solve solid species mass conservation.
virtual ~reactingOneDim()
Destructor.
volScalarField chemistrySh_
Heat release [J/s/m3].
virtual scalar addMassSources(const label patchI, const label faceI)
External hook to add mass to the primary region.
void updateMesh(const scalarField &mass0)
Update/move mesh based on change in mass.
bool read()
Read control parameters from dictionary.
label nNonOrthCorr() const
Return the number of non-orthogonal correctors.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.