25 params.
set<std::vector<std::string>>(
"_object_params_set_by_action") = {
"variable"};
37 std::vector<std::string> elements;
41 std::string & var_name = elements[elements.size() - 2];
registerMooseAction("MooseApp", AddAuxKernelAction, "add_aux_kernel")
std::shared_ptr< FEProblemBase > & _problem
Convenience reference to a problem this action works on.
Action to add AuxKernel nested within an AuxVariable.
static InputParameters validParams()
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.
AddAuxKernelAction(const InputParameters ¶ms)
const InputParameters & _pars
The object's parameters.
InputParameters _moose_object_pars
The parameters for the object to be created.
static InputParameters validParams()
std::string _type
The Object type that is being created.