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

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

parent a3bad4c2
No related merge requests found
......@@ -323,7 +323,7 @@ void reactingOneDim::solveEnergy()
- fvm::laplacian(alpha, h_)
==
chemistrySh_
+ fvm::Sp(solidChemistry_->RRg(), h_)
- fvm::Sp(solidChemistry_->RRg(), h_)
);
if (gasHSource_)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment