AddVariableAction

under construction:Undocumented Class

The AddVariableAction 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 /Variables/AddVariableAction

Input Parameters

  • 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

Optional Parameters

  • scaling1Specifies a scaling factor to apply to this variable

    Default:1

    C++ Type:double

    Description:Specifies a scaling factor to apply to this variable

  • 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

  • eigenFalseTrue to make this variable an eigen variable

    Default:False

    C++ Type:bool

    Description:True to make this variable an eigen variable

Advanced Parameters

References