FELiCS.Equation.dependentVariables.energyHandler#
Module Contents#
Classes#
Handles the relationship between temperature and transported energy variables |
- class FELiCS.Equation.dependentVariables.energyHandler.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
- Parameters:
None
- Variables:
_param (
object) – FELiCS parameter object._mean (
object) – FELiCS mean flow object._fieldDict (
dict) – Dictionary of field variables._isSolution (
bool) – Flag indicating if the current field is a solution.