:py:mod:`FELiCS.Equation.dependentVariables.energyHandler` ========================================================== .. py:module:: FELiCS.Equation.dependentVariables.energyHandler Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: FELiCS.Equation.dependentVariables.energyHandler.energyHandler .. py:class:: energyHandler Handles the relationship between temperature and transported energy variables (e.g., enthalpy, sensible energy) for FELiCS simulations. Depending on which state variable is linearized or known, the respective other is calculated. **Initialize the energyHandler object** :param None: :ivar _param: FELiCS parameter object. :vartype _param: :py:class:`object` :ivar _mean: FELiCS mean flow object. :vartype _mean: :py:class:`object` :ivar _fieldDict: Dictionary of field variables. :vartype _fieldDict: :py:class:`dict` :ivar _isSolution: Flag indicating if the current field is a solution. :vartype _isSolution: :py:class:`bool`