:py:mod:`FELiCS.Equation.dependentVariables.heatReleaseHandler` =============================================================== .. py:module:: FELiCS.Equation.dependentVariables.heatReleaseHandler Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: FELiCS.Equation.dependentVariables.heatReleaseHandler.heatReleaseHandler .. py:class:: 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** :param reaction: FELiCS reaction object used to compute heat release rates. :type reaction: :py:class:`object` :ivar _fieldDict: Dictionary storing total and component heat release rates. :vartype _fieldDict: :py:class:`dict`