static InputParameters validParams()
Adds a finite volume boundary condition that contributes to a linear system from the [LinearFVBCs] bl...
static InputParameters validParams()
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.
AddLinearFVBCAction(const InputParameters ¶ms)
const std::string & _current_task
The current action (even though we have separate instances for each action)
const std::string _name
The name of this class.
registerMooseAction("MooseApp", AddLinearFVBCAction, "add_linear_fv_bc")
std::string _type
The Object type that is being created.
InputParameters _moose_object_pars
The parameters for the object to be created.
std::shared_ptr< FEProblemBase > & _problem
Convenience reference to a problem this action works on.