Modification of hEq in the pyrolysis model to account for gas enthalpy released

This commit is contained in:
Sergio Ferraris 2013-08-07 15:20:57 +01:00
parent a3bad4c2e0
commit 03c28e5d89

View File

@ -323,7 +323,7 @@ void reactingOneDim::solveEnergy()
- fvm::laplacian(alpha, h_)
==
chemistrySh_
+ fvm::Sp(solidChemistry_->RRg(), h_)
- fvm::Sp(solidChemistry_->RRg(), h_)
);
if (gasHSource_)