AuxVariables System

Tensor solvers perform time integration of the Solve operators in the simulation.

Example Input File Syntax

Available Objects

  • Moose App
  • ArrayMooseVariableUsed for grouping standard field variables with the same finite element family and order
  • MooseLinearVariableFVRealBase class for Moose variables. This should never be the terminal object type
  • MooseVariableRepresents standard field variables, e.g. Lagrange, Hermite, or non-constant Monomials
  • MooseVariableBaseBase class for Moose variables. This should never be the terminal object type
  • MooseVariableConstMonomialSpecialization for constant monomials that avoids unnecessary loops
  • MooseVariableFVRealBase class for Moose variables. This should never be the terminal object type
  • MooseVariableScalarMoose wrapper class around scalar variables
  • VectorMooseVariableRepresents vector field variables, e.g. Vector Lagrange, Nedelec or Raviart-Thomas

Available Actions

  • Moose App
  • AddAuxVariableActionAdd auxiliary variable to the simulation.
  • CopyNodalVarsActionCopies variable information from a file.