ENH: Adding heat transfer term to the hEq due to energy transfer to the gas

This commit is contained in:
Sergio Ferraris
2013-08-06 10:37:35 +01:00
parent 3f712acec8
commit 6faccd27d4

View File

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