Ray Tracing Failure Analysis Report

Introduction

The Failure Analysis Report (FAR) for the Ray Tracing module describes the system functional and non-functional requirements that describe the expected interactions that the software shall provide.

Dependencies

The Ray Tracing module is developed using MOOSE and can itself be based on various MOOSE modules, as such the FAR for the Ray Tracing module is dependent upon the following documents.

Failure Analysis Requirements

The following is a complete list for all the requirements related to failure analysis for the Ray Tracing module.

  • ray_tracing: Actions
  • 6.1.1The system shall throw an error when adding a RayBC and the provided RayTracingStudy
    1. could not be found
    2. or is not a RayTracingStudy.

    Specification(s): provided/missing, provided/not_a_study

    Design: AddRayBCAction

    Issue(s): #16028

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 6.1.2The system shall throw an error when adding a RayBC and RayTracingStudy was not provided
    1. and multiple studies were found
    2. or when no studies were found.

    Specification(s): not_provided/multiple, not_provided/missing

    Design: AddRayBCAction

    Issue(s): #16028

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 6.1.3The system shall throw an error when adding a RayKernel and the provided RayTracingStudy
    1. could not be found
    2. or is not a RayTracingStudy.

    Specification(s): provided/missing, provided/not_a_study

    Design: AddRayKernelAction

    Issue(s): #16028

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 6.1.4The system shall throw an error when adding a RayKernel and RayTracingStudy was not provided
    1. and multiple studies were found
    2. or when no studies were found.

    Specification(s): not_provided/multiple, not_provided/missing

    Design: AddRayKernelAction

    Issue(s): #16028

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • ray_tracing: Raybcs
  • 6.6.2The system shall throw a reasonable error when adding a dependency for a RayBC that does not exist.

    Specification(s): missing

    Design: RayBCs

    Issue(s): #16028

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 6.6.3The system shall report an error when changing a ray direction within a RayBC when
    1. the ray was set to not continue by another RayBC,
    2. the ray already had its direction changed,
    3. the end point of the ray was set upon generation,
    4. and when the direction is changed to the zero vector.

    Specification(s): change_direction/should_not_continue, change_direction/again, change_direction/end_set, change_direction/zero

    Design: RayBCs

    Issue(s): #16028

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 6.6.5The system shall report a reasonable warning when using an approximation to reflect a ray on a side that is not planar.

    Specification(s): non_planar_warning

    Design: ReflectRayBCRayBCs

    Issue(s): #16028

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • ray_tracing: Raykernels
  • 6.7.1The system shall throw a reasonable error if an ADRayKernel
    1. is used with a coordinate system other than xyz or
    2. is used in an explicit manner.

    Specification(s): errors/xyz_only, errors/implicit_only

    Design: ADRayKernel

    Issue(s): #16028

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 6.7.2The system shall throw a reasonable error if a non-supported auxiliary variable is used with a ray aux kernel.

    Specification(s): const_monomial_only

    Design: AuxRayKernel

    Issue(s): #16028

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 6.7.8The system shall throw a reasonable error when adding a dependency for a RayKernel that does not exist.

    Specification(s): missing

    Design: RayKernels

    Issue(s): #16028

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 6.7.9The system shall report an error when changing a ray start and/or direction within a RayKernel when
    1. the ray was set to not continue by another RayKernel,
    2. the ray was set to not continue by another RayKernel and it is at its end point,
    3. the ray's trajectory was already changed,
    4. the ray's end point has been set,
    5. the ray's start point is not within the current element, and
    6. when the ray's new direction is set to the zero vector.

    Specification(s): change_direction/should_not_continue, change_direction/should_not_continue_at_end, change_direction/changed_again, change_direction/end_set, change_direction/out_of_elem, change_direction/zero_direction

    Design: RayKernels

    Issue(s): #16028

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 6.7.17The system shall throw a reasonable error if a RayKernel
    1. is utilized with a coordinate system other than xyz or
    2. if the execute flag for the associated ray study is not set correctly to use the RayKernel.

    Specification(s): errors/xyz_only, errors/bad_execute_on

    Design: RayKernel

    Issue(s): #16028

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • ray_tracing: Traceray
  • 6.9.11The system shall throw an error if RayBCs are defined on internal sidesets, but the study does not have internal sideset capability enabled.

    Specification(s): internal_sidesets_disabled

    Design: RayTracingStudy

    Issue(s): #16028

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 6.9.12The system shall throw an error if RayBCs are defined on internal sidesets and said internal sidesets are not bounded by different subdomains.

    Specification(s): not_subdomain_bounded

    Design: RayTracingStudy

    Issue(s): #16028

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 6.9.14The system shall by default warn that tracing on non-planar faces is an approximation.

    Specification(s): warning

    Design: RayTracingStudy

    Issue(s): #16028#16170

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException

  • 6.9.24The system shall report an error when a ray hits a boundary during tracing and
    1. the boundary does not have any RayBCs
    2. and then the boundary does not have any RayBCs that change the trajectory of the ray or end the ray.

    Specification(s): error/both, error/one

    Design: RayTracingStudy

    Issue(s): #16028

    Collection(s): FUNCTIONALFAILURE_ANALYSIS

    Type(s): RunException