mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Adding heat transfer term to the hEq due to energy transfer to the gas
This commit is contained in:
@ -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_)
|
||||||
|
|||||||
Reference in New Issue
Block a user