FELiCS.Equation.dependentVariables.HeatReleaseHandler

FELiCS.Equation.dependentVariables.HeatReleaseHandler#

Module Contents#

Classes#

HeatReleaseHandler

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.