RayDataValue

Obtains a value from the data or aux data of a Ray after tracing has been completed.

A Ray in the Ray Tracing Module has the ability to locally store information that can be modified along the trace. This object enables convenient access to said data after the trace has completed.

Input Parameters

  • data_nameThe name of the data to extract from the Ray

    C++ Type:std::string

    Options:

    Description:The name of the data to extract from the Ray

  • studyThe RayTracingStudy that owns the Ray

    C++ Type:UserObjectName

    Options:

    Description:The RayTracingStudy that owns the Ray

Required Parameters

  • auxFalseWhether or not the data is an auxiliary value

    Default:False

    C++ Type:bool

    Options:

    Description:Whether or not the data is an auxiliary value

  • execute_onTIMESTEP_ENDThe list of flag(s) indicating when this object should be executed, the available options include NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM.

    Default:TIMESTEP_END

    C++ Type:ExecFlagEnum

    Options:NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM, TRANSFER

    Description:The list of flag(s) indicating when this object should be executed, the available options include NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM.

  • ray_idThe ID of the Ray to get the value from. This or 'ray_id' must be set.

    C++ Type:unsigned long

    Options:

    Description:The ID of the Ray to get the value from. This or 'ray_id' must be set.

  • ray_nameName of the Ray to get the value from. This or 'ray_name' must be set.

    C++ Type:std::string

    Options:

    Description:Name of the Ray to get the value from. This or 'ray_name' must be set.

Optional Parameters

  • allow_duplicate_execution_on_initialFalseIn the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).

    Default:False

    C++ Type:bool

    Options:

    Description:In the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).

  • control_tagsAdds user-defined labels for accessing object parameters via control logic.

    C++ Type:std::vector<std::string>

    Options:

    Description:Adds user-defined labels for accessing object parameters via control logic.

  • enableTrueSet the enabled status of the MooseObject.

    Default:True

    C++ Type:bool

    Options:

    Description:Set the enabled status of the MooseObject.

  • force_preauxFalseForces the GeneralUserObject to be executed in PREAUX

    Default:False

    C++ Type:bool

    Options:

    Description:Forces the GeneralUserObject to be executed in PREAUX

  • force_preicFalseForces the GeneralUserObject to be executed in PREIC during initial setup

    Default:False

    C++ Type:bool

    Options:

    Description:Forces the GeneralUserObject to be executed in PREIC during initial setup

  • outputsVector of output names were you would like to restrict the output of variables(s) associated with this object

    C++ Type:std::vector<OutputName>

    Options:

    Description:Vector of output names were you would like to restrict the output of variables(s) associated with this object

  • use_displaced_meshFalseWhether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.

    Default:False

    C++ Type:bool

    Options:

    Description:Whether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.

Advanced Parameters

Input Files