Skip to content

ReactingHeterogeneousParcel and ThermoParcel interaction problem

Summary

At line 297 in ThermoParcel.C an integration is done to get a new particle delta temperature, but only convective- and radiative heat transfer is considered in the integration. The chemical heat calculated in ReactingHeterogeneousParcel.C and put into the variable dhsTrans is not added to the integration constants (anc, ancp and bcp) like the other heat transfer mechanisms.

Steps to reproduce

Example case

The tutorial rectangularDuct includes both parcel types.

What is the current bug behaviour?

Heat from chemical reaction does not heat up currently calculated parcle

What is the expected correct behavior?

The parcel shoud be heated up with heat from chemical reaction also

Relevant logs and/or images

Environment information

  • OpenFOAM version : v2112
  • Operating system : ubuntu
  • Hardware info :
  • Compiler : g++

Possible fixes