- active__all__ If specified only the blocks named will be visited and made activeDefault:__all__ C++ Type:std::vector<std::string> Controllable:No Description:If specified only the blocks named will be visited and made active 
- familyLAGRANGESpecifies the family of FE shape functions to use for this variableDefault:LAGRANGE C++ Type:MooseEnum Controllable:No Description:Specifies the family of FE shape functions to use for this variable 
- inactiveIf specified blocks matching these identifiers will be skipped.C++ Type:std::vector<std::string> Controllable:No Description:If specified blocks matching these identifiers will be skipped. 
- initial_conditionSpecifies a constant initial condition for this variableC++ Type:std::vector<double> Unit:(no unit assumed) Controllable:No Description:Specifies a constant initial condition for this variable 
- initial_from_file_varGives the name of a variable for which to read an initial condition from a mesh fileC++ Type:std::string Controllable:No Description:Gives the name of a variable for which to read an initial condition from a mesh file 
- orderFIRSTSpecifies the order of the FE shape function to use for this variable (additional orders not listed are allowed)Default:FIRST C++ Type:MooseEnum Controllable:No Description:Specifies the order of the FE shape function to use for this variable (additional orders not listed are allowed) 
- scalingSpecifies a scaling factor to apply to this variableC++ Type:std::vector<double> Unit:(no unit assumed) Controllable:No Description:Specifies a scaling factor to apply to this variable 
AddVariableAction
Add a non-linear variable to the simulation.
Finite element and scalar Variables are specified as an object inside the [Variables] block. This MooseObjectAction adds them to the Problem.
More information about Variables may be found on the Variables syntax documentation.
Input Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.C++ Type:std::vector<std::string> Controllable:No Description:Adds user-defined labels for accessing object parameters via control logic.