Pyrolysis chemistry model. It includes gas phase in the solid reaction. More...
Public Member Functions | |
TypeName ("pyrolysis") | |
Runtime type information. More... | |
pyrolysisChemistryModel (typename CompType::reactionThermo &thermo) | |
Construct from thermo. More... | |
virtual | ~pyrolysisChemistryModel () |
Destructor. More... | |
const PtrList< GasThermo > & | gasThermo () const |
Thermodynamic data of gases. More... | |
const speciesTable & | gasTable () const |
Gases table. More... | |
label | nSpecie () const |
The number of solids. More... | |
label | nGases () const |
The number of solids. More... | |
virtual scalarField | omega (const scalarField &c, const scalar T, const scalar p, const bool updateC0=false) const |
dc/dt = omega, rate of change in concentration, for each species More... | |
virtual scalar | omega (const Reaction< SolidThermo > &r, const scalarField &c, const scalar T, const scalar p, scalar &pf, scalar &cf, label &lRef, scalar &pr, scalar &cr, label &rRef) const |
Return the reaction rate for reaction r. More... | |
virtual scalar | omegaI (label iReaction, const scalarField &c, const scalar T, const scalar p, scalar &pf, scalar &cf, label &lRef, scalar &pr, scalar &cr, label &rRef) const |
Return the reaction rate for iReaction. More... | |
virtual void | calculate () |
Calculates the reaction rates. More... | |
const volScalarField::Internal & | RRg (const label i) const |
Return const access to the chemical source terms for gases. More... | |
tmp< volScalarField::Internal > | RRg () const |
Return total gas source term. More... | |
virtual tmp< volScalarField > | gasHs (const volScalarField &p, const volScalarField &T, const label i) const |
Return sensible enthalpy for gas i [J/Kg]. More... | |
virtual scalar | solve (const scalar deltaT) |
Solve the reaction system for the given time step. More... | |
virtual label | nEqns () const |
Number of ODE's to solve. More... | |
virtual void | derivatives (const scalar t, const scalarField &c, scalarField &dcdt) const |
Calculate the derivatives in dydx. More... | |
virtual void | jacobian (const scalar t, const scalarField &c, scalarField &dcdt, scalarSquareMatrix &dfdc) const |
Calculate the Jacobian of the system. More... | |
virtual void | solve (scalarField &c, scalar &T, scalar &p, scalar &deltaT, scalar &subDeltaT) const |
![]() | |
TypeName ("solidChemistryModel") | |
Runtime type information. More... | |
solidChemistryModel (typename CompType::reactionThermo &thermo) | |
Construct from thermo. More... | |
virtual | ~solidChemistryModel () |
Destructor. More... | |
const PtrList< Reaction< SolidThermo > > & | reactions () const |
The reactions. More... | |
label | nReaction () const |
The number of reactions. More... | |
const volScalarField::Internal & | RRs (const label i) const |
Return const access to the chemical source terms for solids. More... | |
tmp< volScalarField::Internal > | RRs () const |
Return total solid source term. More... | |
tmp< DimensionedField< scalar, volMesh > > | RRsHs () const |
Return net solid sensible enthalpy. More... | |
virtual scalar | solve (const scalarField &deltaT) |
Solve the reaction system for the given time step. More... | |
virtual tmp< volScalarField > | tc () const |
Return the chemical time scale. More... | |
virtual tmp< volScalarField > | Qdot () const |
Return the heat release rate [kg/m/s3]. More... | |
![]() | |
ODESystem () | |
Construct null. More... | |
virtual | ~ODESystem ()=default |
Destructor. More... | |
Protected Member Functions | |
PtrList< volScalarField::Internal > & | RRg () |
Write access to source terms for gases. More... | |
![]() | |
PtrList< volScalarField::Internal > & | RRs () |
Write access to source terms for solids. More... | |
void | setCellReacting (const label celli, const bool active) |
Set reacting status of cell, celli. More... | |
Protected Attributes | |
speciesTable | pyrolisisGases_ |
List of gas species present in reaction system. More... | |
PtrList< GasThermo > | gasThermo_ |
Thermodynamic data of gases. More... | |
label | nGases_ |
Number of gas species. More... | |
label | nSpecie_ |
Number of components being solved by ODE. More... | |
PtrList< volScalarField::Internal > | RRg_ |
List of reaction rate per gas [kg/m3/s]. More... | |
![]() | |
PtrList< volScalarField > & | Ys_ |
Reference to solid mass fractions. More... | |
const PtrList< Reaction< SolidThermo > > & | reactions_ |
Reactions. More... | |
const PtrList< SolidThermo > & | solidThermo_ |
Thermodynamic data of solids. More... | |
label | nSolids_ |
Number of solid components. More... | |
label | nReaction_ |
Number of solid reactions. More... | |
PtrList< volScalarField::Internal > | RRs_ |
List of reaction rate per solid [kg/m3/s]. More... | |
List< bool > | reactingCells_ |
List of active reacting cells. More... | |
Pyrolysis chemistry model. It includes gas phase in the solid reaction.
Definition at line 58 of file pyrolysisChemistryModel.H.
pyrolysisChemistryModel | ( | typename CompType::reactionThermo & | thermo | ) |
Construct from thermo.
Definition at line 38 of file pyrolysisChemistryModel.C.
References dictName(), Foam::dimMass, Foam::dimTime, Foam::dimVolume, forAll, Foam::indent(), Foam::Info, Foam::max(), mesh, Foam::name(), Foam::nl, solidThermo::rho(), thermoDict, timeName, IOobject::typeHeaderOk(), and Foam::Zero.
|
virtual |
Destructor.
Definition at line 174 of file pyrolysisChemistryModel.C.
|
inlineprotected |
Write access to source terms for gases.
Definition at line 35 of file pyrolysisChemistryModelI.H.
TypeName | ( | "pyrolysis" | ) |
Runtime type information.
|
inline |
Thermodynamic data of gases.
Definition at line 44 of file pyrolysisChemistryModelI.H.
|
inline |
Gases table.
Definition at line 53 of file pyrolysisChemistryModelI.H.
|
inline |
The number of solids.
Definition at line 62 of file pyrolysisChemistryModelI.H.
|
inline |
The number of solids.
|
virtual |
dc/dt = omega, rate of change in concentration, for each species
Implements solidChemistryModel< CompType, SolidThermo >.
Definition at line 183 of file pyrolysisChemistryModel.C.
References Foam::constant::universal::c, forAll, g, om, p, R, s, T, and Foam::Zero.
|
virtual |
Return the reaction rate for reaction r.
NOTE: Currently does not calculate reference specie and characteristic times (pf, cf,l Ref, etc.)
Implements solidChemistryModel< CompType, SolidThermo >.
Definition at line 239 of file pyrolysisChemistryModel.C.
References Foam::constant::universal::c, Foam::constant::physicoChemical::c1, Foam::exp(), Foam::max(), p, Foam::pow(), R, s, T, and Foam::Zero.
|
virtual |
Return the reaction rate for iReaction.
NOTE: Currently does not calculate reference specie and characteristic times (pf, cf,l Ref, etc.)
Implements solidChemistryModel< CompType, SolidThermo >.
Definition at line 282 of file pyrolysisChemistryModel.C.
References Foam::constant::universal::c, p, R, and T.
|
virtual |
Calculates the reaction rates.
Implements solidChemistryModel< CompType, SolidThermo >.
Definition at line 452 of file pyrolysisChemistryModel.C.
References Foam::constant::universal::c, delta, forAll, mesh, basicThermo::p(), Foam::constant::mathematical::pi(), rho, basicThermo::T(), timeName, and Foam::Zero.
|
inline |
Return const access to the chemical source terms for gases.
Definition at line 71 of file pyrolysisChemistryModelI.H.
|
inline |
Return total gas source term.
Definition at line 82 of file pyrolysisChemistryModelI.H.
References Foam::dimMass, Foam::dimTime, Foam::dimVolume, mesh, tmp< T >::ref(), timeName, and Foam::Zero.
|
virtual |
Return sensible enthalpy for gas i [J/Kg].
Definition at line 618 of file pyrolysisChemistryModel.C.
References Foam::dimEnergy, Foam::dimMass, forAll, p, tmp< T >::ref(), T, and Foam::Zero.
|
virtual |
Solve the reaction system for the given time step.
and return the characteristic time
Implements solidChemistryModel< CompType, SolidThermo >.
Definition at line 520 of file pyrolysisChemistryModel.C.
References Foam::constant::universal::c, delta, forAll, mesh, Foam::min(), p, basicThermo::p(), Foam::constant::mathematical::pi(), rho, solve(), T, basicThermo::T(), timeName, and Foam::Zero.
|
virtual |
Number of ODE's to solve.
Implements solidChemistryModel< CompType, SolidThermo >.
Definition at line 443 of file pyrolysisChemistryModel.C.
|
virtual |
Calculate the derivatives in dydx.
Implements solidChemistryModel< CompType, SolidThermo >.
Definition at line 305 of file pyrolysisChemistryModel.C.
References Foam::constant::universal::c, Foam::mag(), Foam::min(), p, and T.
|
virtual |
Calculate the Jacobian of the system.
Need by the stiff-system solvers
Implements solidChemistryModel< CompType, SolidThermo >.
Definition at line 347 of file pyrolysisChemistryModel.C.
References Foam::constant::universal::c, Foam::constant::physicoChemical::c2, delta, Foam::endl(), Foam::exp(), forAll, Foam::Info, Foam::max(), p, Foam::pow(), R, T, and Foam::Zero.
|
virtual |
Implements solidChemistryModel< CompType, SolidThermo >.
Definition at line 657 of file pyrolysisChemistryModel.C.
References NotImplemented.
|
protected |
List of gas species present in reaction system.
Definition at line 71 of file pyrolysisChemistryModel.H.
|
protected |
Thermodynamic data of gases.
Definition at line 74 of file pyrolysisChemistryModel.H.
|
protected |
Number of gas species.
Definition at line 77 of file pyrolysisChemistryModel.H.
|
protected |
Number of components being solved by ODE.
Definition at line 80 of file pyrolysisChemistryModel.H.
|
protected |
List of reaction rate per gas [kg/m3/s].
Definition at line 83 of file pyrolysisChemistryModel.H.