21 params.addClassDescription(
"Adds a RayKernel for use in ray tracing to the simulation.");
registerMooseAction("RayTracingApp", AddRayKernelAction, "add_ray_kernel")
std::shared_ptr< FEProblemBase > & _problem
Action for creating a RayKernel and associating it with the necessary RayTracingStudy objects.
static InputParameters validParams()
AddRayKernelAction(const InputParameters ¶ms)
void addRayTracingObject() override final
Calls addObject on the problem to add the desired object after _ray_tracing_study is set in _moose_ob...
Base class for adding a RayTracingObject and associating it with the necessary RayTracingStudy.
static InputParameters validParams()
const std::string & _name
InputParameters _moose_object_pars
Base object for the RayKernel syntax.