FELiCS.Equation.dependentVariables.heatReleaseHandler#
Module Contents#
Classes#
Calculates the heat release for combustion simulations. |
- class FELiCS.Equation.dependentVariables.heatReleaseHandler.heatReleaseHandler(reaction)#
Calculates the heat release for combustion simulations.
This class computes the total and component-wise heat release rates and stores them in the internal field dictionary. It is typically used as a component of fluctuationClass and fluctuationSolution.
Initialize the heatReleaseHandler object
- Parameters:
reaction (
object) – FELiCS reaction object used to compute heat release rates.- Variables:
_fieldDict (
dict) – Dictionary storing total and component heat release rates.