Skip to content
Snippets Groups Projects
Commit 6faccd27 authored by Sergio Ferraris's avatar Sergio Ferraris
Browse files

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

parent 3f712ace
Branches
Tags
No related merge requests found
...@@ -323,6 +323,7 @@ void reactingOneDim::solveEnergy() ...@@ -323,6 +323,7 @@ void reactingOneDim::solveEnergy()
- fvm::laplacian(alpha, h_) - fvm::laplacian(alpha, h_)
== ==
chemistrySh_ chemistrySh_
+ fvm::Sp(solidChemistry_->RRg(), h_)
); );
if (gasHSource_) if (gasHSource_)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment