FELiCS.Equation.dependentVariables.momentumHandler

FELiCS.Equation.dependentVariables.momentumHandler#

Module Contents#

Classes#

momentumHandler

Handles momentum-related calculations and variable transformations.

class FELiCS.Equation.dependentVariables.momentumHandler.momentumHandler#

Handles momentum-related calculations and variable transformations.

This class provides methods for determining required fields, relating conservative and primitive variables, and initializing molecular momentum diffusion fluctuations based on the selected viscosity model.

Initialize the momentumHandler object

Parameters:

None

Variables:
  • _param (object) – Simulation parameter object containing case configuration.

  • _fieldDict (dict) – Dictionary of available field variables.

  • _mean (object) – Mean flow field object.

  • _isSolution (bool) – Indicates if the handler is used for a solution field.