- active__all__ If specified only the blocks named will be visited and made active
Default:__all__
C++ Type:std::vector<std::string>
Controllable:No
Description:If specified only the blocks named will be visited and made active
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector<std::string>
Controllable:No
Description:Adds user-defined labels for accessing object parameters via control logic.
- inactiveIf specified blocks matching these identifiers will be skipped.
C++ Type:std::vector<std::string>
Controllable:No
Description:If specified blocks matching these identifiers will be skipped.
AddRayKernelAction
Adds a RayKernel for use in ray tracing to the simulation.
For more information, see RayBCs.
A RayKernels/index.md requires a RayTracingStudy to be associated with it. This is provided with the "study" parameter. If the "study" parameter not provided, the associated RayTracingStudy will be the one study object that exists. If multiple studies exist, the "study" parameter must be provided.
Input Parameters
- isObjectActionTrueIndicates that this is a MooseObjectAction.
Default:True
C++ Type:bool
Controllable:No
Description:Indicates that this is a MooseObjectAction.