22 params.addClassDescription(
"Adds a RayBC for use in ray tracing to the simulation.");
const T & getAction(const std::string &name) const
const std::string & _name
Action that sets up the periodic boundary conditions for a PeriodicRayBC.
static InputParameters validParams()
void addRayTracingObject() override final
Calls addObject on the problem to add the desired object after _ray_tracing_study is set in _moose_ob...
const std::string & name() const
registerMooseAction("RayTracingApp", AddRayBCAction, "add_ray_boundary_condition")
ActionWarehouse & actionWarehouse()
Action for creating a RayBC and associating it with the necessary RayTracingStudy objects...
InputParameters _moose_object_pars
static bool isPeriodicRayBC(const InputParameters ¶ms)
Whether or not the RayBC params belong to a PeriodicRayBC.
std::shared_ptr< FEProblemBase > & _problem
AddRayBCAction(const InputParameters ¶ms)
static InputParameters validParams()
Base class for the RayBC syntax.
Base class for adding a RayTracingObject and associating it with the necessary RayTracingStudy.