mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
ReactingMultiphaseParcel: Enable surface reactions when devolatilisation is inactive
Resolves bug report https://bugs.openfoam.org/view.php?id=2966
This commit is contained in:
@ -520,6 +520,10 @@ void Foam::ReactingMultiphaseParcel<ParcelType>::calcDevolatilisation
|
|||||||
// Check that model is active
|
// Check that model is active
|
||||||
if (!cloud.devolatilisation().active())
|
if (!cloud.devolatilisation().active())
|
||||||
{
|
{
|
||||||
|
if (canCombust != -1)
|
||||||
|
{
|
||||||
|
canCombust = 1;
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user