- familyLAGRANGESpecifies the family of FE shape functions to use for this variable
Default:LAGRANGE
C++ Type:MooseEnum
Description:Specifies the family of FE shape functions to use for this variable
- initial_conditionSpecifies the initial condition for this variable
C++ Type:double
Description:Specifies the initial condition for this variable
- inactiveIf specified blocks matching these identifiers will be skipped.
C++ Type:std::vector
Description:If specified blocks matching these identifiers will be skipped.
- active__all__ If specified only the blocks named will be visited and made active
Default:__all__
C++ Type:std::vector
Description:If specified only the blocks named will be visited and made active
- orderFIRSTSpecifies the order of the FE shape function to use for this variable (additional orders not listed are allowed)
Default:FIRST
C++ Type:MooseEnum
Description:Specifies the order of the FE shape function to use for this variable (additional orders not listed are allowed)
- blockThe block id where this variable lives
C++ Type:std::vector
Description:The block id where this variable lives
AddAuxVariableAction
under construction:Undocumented Class
The AddAuxVariableAction has not been documented, if you would like to contribute to MOOSE by writing documentation, please see Documenting MOOSE. The content contained on this page explains the typical documentation associated with an action; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.
!syntax description /AuxVariables/AddAuxVariableAction
Input Parameters
- outputsVector of output names were you would like to restrict the output of variables(s) associated with this object
C++ Type:std::vector
Description:Vector of output names were you would like to restrict the output of variables(s) associated with this object