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];
Action to add AuxKernel nested within an AuxVariable.
static InputParameters validParams()
static InputParameters validParams()
std::string _type
The Object type that is being created.
InputParameters _moose_object_pars
The parameters for the object to be created.
const InputParameters & _pars
Parameters of this object, references the InputParameters stored in the InputParametersWarehouse.
std::shared_ptr< FEProblemBase > & _problem
Convenience reference to a problem this action works on.
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.
AddAuxKernelAction(const InputParameters ¶ms)
registerMooseAction("MooseApp", AddAuxKernelAction, "add_aux_kernel")