Modification of hEq in the pyrolysis model to account for gas enthalpy released
This commit is contained in:
parent
a3bad4c2e0
commit
03c28e5d89
@ -323,7 +323,7 @@ void reactingOneDim::solveEnergy()
|
||||
- fvm::laplacian(alpha, h_)
|
||||
==
|
||||
chemistrySh_
|
||||
+ fvm::Sp(solidChemistry_->RRg(), h_)
|
||||
- fvm::Sp(solidChemistry_->RRg(), h_)
|
||||
);
|
||||
|
||||
if (gasHSource_)
|
||||
|
Loading…
Reference in New Issue
Block a user