mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Modification of hEq in the pyrolysis model to account for gas enthalpy released
This commit is contained in:
@ -323,7 +323,7 @@ void reactingOneDim::solveEnergy()
|
||||
- fvm::laplacian(alpha, h_)
|
||||
==
|
||||
chemistrySh_
|
||||
+ fvm::Sp(solidChemistry_->RRg(), h_)
|
||||
- fvm::Sp(solidChemistry_->RRg(), h_)
|
||||
);
|
||||
|
||||
if (gasHSource_)
|
||||
|
||||
Reference in New Issue
Block a user