Reactor Requirements Traceability Matrix
This template follows INL template TEM-214, "IT System Requirements Traceability Matrix."
This document serves as an addendum to Framework Requirements Traceability Matrix and captures information for RTM specific to the Reactor application.
Introduction
Minimum System Requirements
In general, the following is required for MOOSE-based development:
GCC/Clang C++17 compliant compiler (GCC @ 7.5.0, Clang @ 5.0.2 or greater)
Note: Intel compilers are not supported.
Memory: 16 GBs (debug builds)
Processor: 64-bit x86
Disk: 30GB
System Purpose
The MOOSE is a tool for solving complex coupled Multiphysics equations using the finite element method. MOOSE uses an object-oriented design to abstract data structure management, parallelism, threading and compiling while providing an easy to use interface targeted at engineers that may not have a lot of software development experience. MOOSE will require extreme scalability and flexibility when compared to other FEM frameworks. For instance, MOOSE needs the ability to run extremely complex material models, or even third-party applications within a parallel simulation without sacrificing parallelism. This capability is in contrast to what is often seen in commercial packages, where custom material models can limit the parallel scalability, forcing serial runs in the most severe cases. When comparing high-end capabilities, many MOOSE competitors target modest-sized clusters with just a few thousand processing cores. MOOSE, however, will be required to routinely executed on much larger clusters with scalability to clusters available in the top 500 systems (top500.org). MOOSE will also be targeted at smaller systems such as high-end laptop computers.
The design goal of MOOSE is to give developers ultimate control over their physical models and applications. Designing new models or solving completely new classes of problems will be accomplished by writing standard C++ source code within the framework's class hierarchy. Scientists and engineers will be free to implement completely new algorithms using pieces of the framework where possible, and extending the framework's capabilities where it makes sense to do so. Commercial applications do not have this capability, and instead opt for either a more rigid parameter system or a limited application-specific metalanguage.
System Scope
MOOSE's scope is to provide a set of interfaces for building FEM simulations. Abstractions to all underlying libraries are provided.
Solving coupled problems where competing physical phenomena impact one and other in a significant nonlinear fashion represents a serious challenge to several solution strategies. Small perturbations in strongly-coupled parameters often have very large adverse effects on convergence behavior. These adverse effects are compounded as additional physics are added to a model. To overcome these challenges, MOOSE employs three distinct yet compatible systems for solving these types of problems.
First, an advanced numerical technique called the JFNK method is employed to solve the most fully-coupled physics in an accurate, consistent way. An example of this would be the effect of temperature on the expansion or contraction of a material. While the JFNK numerical method is very effective at solving fully-coupled equations, it can also be computationally expensive. Plus, not all physical phenomena in a given model are truly coupled to one another. For instance, in a reactor, the speed of the coolant flow may not have any direct effect on the complex chemical reactions taking place inside the fuel rods. We call such models "loosely-coupled". A robust, scalable system must strike the proper balance between the various modeling strategies to avoid performing unnecessary computations or incorrectly predicting behavior in situations such as these.
MOOSE's Multiapp system will allow modelers to group physics into logical categories where MOOSE can solve some groups fully-coupled and others loosely-coupled. The Multiapp system goes even further by also supporting a "tightly-coupled" strategy, which falls somewhere between the "fully-coupled" and "loosely-coupled" approaches. Several sets of physics can then be linked together into logical hierarchies using any one of these coupling strategies, allowing for several potential solution strategies. For instance, a complex nuclear reactor model might consist of several tightly-coupled systems of fully-coupled equations.
Finally, MOOSE's Transfers system ties all of the physics groups contained within the Multiapp system together and allows for full control over the flow of information among the various groups. This capability bridges physical phenomena from several different complementary scales simultaneously. When these three MOOSE systems are combined, myriad coupling combinations are possible. In all cases, the MOOSE framework handles the parallel communication, input, output and execution of the underlying simulation. By handling these computer science tasks, the MOOSE framework keeps modelers focused on doing research.
MOOSE innovates by building advanced simulation capabilities on top of the very best available software technologies in a way that makes them widely accessible for innovative research. MOOSE is equally capable of solving small models on common laptops and the very biggest FEM models ever attempted—all without any major changes to configuration or source code. Since its inception, the MOOSE project has focused on both developer and computational efficiency. Improved developer efficiency is achieved by leveraging existing algorithms and technologies from several leading open-source packages. Additionally, MOOSE uses several complementary parallel technologies (both the distributed-memory message passing paradigm and shared-memory thread-based approaches are used) to lay an efficient computational foundation for development. Using existing open technologies in this manner helps the developers reduce the scope of the project and keeps the size of the MOOSE code base maintainable. This approach provides users with state-of-the-art finite element and solver technology as a basis for the advanced coupling and solution strategies mentioned previously.
MOOSE's developers work openly with other package developers to make sure that cutting-edge technologies are available through MOOSE, providing researchers with competitive research opportunities. MOOSE maintains a set of objects that hide parallel interfaces while exposing advanced spatial and temporal coupling algorithms in the framework. This accessible approach places developmental technology into the hands of scientists and engineers, which can speed the pace of scientific discovery.
Assumptions and Dependencies
The Reactor application is developed using MOOSE and is based on various modules, as such the RTM for Reactor is dependent upon the files listed at the beginning of this document.
Pre-test Instructions/Environment/Setup
Ideally all testing should be performed on a clean test machine following one of the supported configurations setup by the test system engineer. Testing may be performed on local workstations and cluster systems containing supported operating systems.
The repository should be clean prior to building and testing. When using "git" this can be done by doing a force clean in the main repository and each one of the submodules:
git clean -xfd
git submodule foreach 'git clean -xfd'
All tests must pass in accordance with the type of test being performed. This list can be found in the Software Test Plan.
System Requirements Traceability
Functional Requirements
- reactor: Functions
- 12.1.1The system shall include a function that describes the rotation of multiple control drums
- using control_drum_id.
- without using control_drum_id.
Specification(s): test/multi_cd_func, test/multi_cd_func_noid
Design: MultiControlDrumFunction
Issue(s): #19100
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.1.2The function that describes control drums shall throw an error
- if start_angles and angular_speeds have different lengths.
- if angle_ranges and angular_speeds have different lengths.
- if input control drum parameters are not compatible with MeshMetaData.
- if rotation_end_time is smaller than rotation_start_time.
Specification(s): errors/err_diff_start_angles_size, errors/err_diff_angle_ranges_size, errors/err_diff_metadata_size, errors/err_end_before_start
Design: MultiControlDrumFunction
Issue(s): #19100
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- reactor: Meshgenerators
- 12.2.1The system shall generate a 3D square assembly mesh from 2 pin types
Specification(s): square
Design: AssemblyMeshGenerator
Issue(s): #19949
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.2The system shall generate a 3D hexagonal assembly mesh with duct regions with assigned IDs
Specification(s): hex_ductIDs
Design: AssemblyMeshGenerator
Issue(s): #19949
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.3The system should modify the azimuthal blocks
- (without the external block) based on the given angle range.
- (with the external block) based on the given angle range.
- (based on block names) based on the given angle range.
Specification(s): test/block_id_in, test/block_id_ext, test/block_name_in
Design: AzimuthalBlockSplitGenerator
Issue(s): #19100
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.4The system shall throw an error
- if old_blocks given as block ids and new_block_ids have different sizes.
- if old_blocks given as block names and new_block_ids have different sizes.
- if new_block_names and new_block_ids have different sizes.
- if old_blocks contains blocks that do not exist in the input mesh.
- if the circular region is overlapped with background region after radius correction.
- if the mesh is too corase for the absorber.
Specification(s): errors/err_diff_block_size_id, errors/err_diff_block_size_name, errors/err_diff_new_block_name_id, errors/err_non_exist_block_name, errors/err_overlapped_circular_regions, errors/err_too_coarse_input_mesh
Design: AzimuthalBlockSplitGenerator
Issue(s): #19100
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.5The system shall include the ability to assign coarse element IDs based on a coarse mesh for elements of a fine mesh.
Specification(s): coarse_element_id_test
Design: CoarseMeshExtraElementIDGenerator
Issue(s): #19297
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.6The system shall include the ability to assign extra element IDs based on the subdomain ID of a coarse mesh for elements of a fine mesh.
Specification(s): coarse_element_subdomain_id_test
Design: CoarseMeshExtraElementIDGenerator
Issue(s): #19297
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.7The system shall include the ability to assign extra element IDs based on an extra element ID of a coarse mesh for elements of a fine mesh.
Specification(s): coarse_element_extra_elem_id_test
Design: CoarseMeshExtraElementIDGenerator
Issue(s): #19297
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.8The system shall return an error if
- the coarse mesh extra element id used for assigning does not exist
- the input mesh is not nested in the coarse mesh in CoarseMeshExtraElementIDGenerator
- the fine mesh lies beyond the extent of the coarse mesh
- any node of the fine mesh lies beyond the extent of the coarse mesh
Specification(s): errors/unknown_extra_elem_id, errors/mesh_not_embedded_despite_request, errors/mesh_element_centroid_outside_coarse_mesh, errors/mesh_element_node_outside_coarse_mesh
Design: CoarseMeshExtraElementIDGenerator
Issue(s): #19297
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.9The system shall generate a full 3D square core mesh with 3 pin types and 2 assembly types
Specification(s): square
Design: CoreMeshGenerator
Issue(s): #19949
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.10The system shall generate a 3D square core mesh with empty lattice positions
Specification(s): empty
Design: CoreMeshGenerator
Issue(s): #19949
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.11The system shall generate a 3D hexagonal core mesh with empty lattice positions
Specification(s): hex
Design: CoreMeshGenerator
Issue(s): #19949
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.12The system shall include the ability to copy an element ID to other element IDs.
Specification(s): copy_element_id_test
Design: ExtraElementIDCopyGenerator
Issue(s): #19297
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.13The system shall return an error if the requested source element ID does not exist on the mesh.
Specification(s): unknown_source_id
Design: ExtraElementIDCopyGenerator
Issue(s): #19297
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.14The system shall generate a hexagon mesh that adapts one boundary of the mesh saved in the exodus file.
Specification(s): back_only
Design: HexagonConcentricCircleAdaptiveBoundaryMeshGenerator
Issue(s): #18628
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.15The system shall generate a non-adaptive hexagon mesh when inputs and sides_to_adapt are not provided.
Specification(s): empty_inputs
Design: HexagonConcentricCircleAdaptiveBoundaryMeshGenerator
Issue(s): #18628
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.16The system shall throw an error if sides_to_adapt and inputs have different sizes.
Specification(s): err_sides_to_adpat_size
Design: HexagonConcentricCircleAdaptiveBoundaryMeshGenerator
Issue(s): #18628
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.17The system shall stitch hexagon meshes to form a large mesh with hexagon boundary.
Specification(s): hexagon_boundary
Design: PatternedHexMeshGenerator
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.18The system shall stitch hexagon meshes to form a large mesh without extra boundary.
Specification(s): none_boundary
Design: PatternedHexMeshGenerator
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.19The system shall stitch hexagon meshes twice to form a larger mesh.
Specification(s): patterned_pattern
Design: PatternedHexMeshGenerator
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.20The system shall stitch hexagon meshes twice to form a larger mesh with a control drum.
Specification(s): patterned_pattern_cd
Design: PatternedHexMeshGenerator
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.21The system shall throw a reasonable error when generating patterned hexagon mesh if one of the input meshes has a flat side facing up.
Specification(s): err_input_flat_side_up
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.22The system shall throw an error if the input meshes contain different block ids that share the same block name.
Specification(s): err_block_name_conflict
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.23The system shall throw an error if the layer number of pattern is not odd.
Specification(s): err_pattern_layer
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.24The system shall throw an error if the layer number of pattern is zero or unity.
Specification(s): err_pattern_unity
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.25The system shall throw an error if the pattern does not represent a hexagonal pattern.
Specification(s): err_pattern_shape
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.26The system shall throw an error if the pattern includes input mesh indices that exceed number of elements of inputs.
Specification(s): err_out_of_range_pattern
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.27The system shall throw an error if background_block_id and duct_block_ids are not provided simultaneously if the mesh has ducts.
Specification(s): err_block_id
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.28The system shall throw an error if background_block_name and duct_block_names are not provided simultaneously if the mesh has ducts.
Specification(s): err_block_name
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.29The system shall throw an error if length of duct_block_ids is not consistent with number of ducts.
Specification(s): err_duct_ids
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.30The system shall throw an error if length of duct_block_names is not consistent with number of ducts.
Specification(s): err_duct_names
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.31The system shall throw an error if background_block_name or background_block_id are provided when pattern_boundary is none.
Specification(s): err_non_background
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.32The system shall throw an error if no hexagon size is provided when pattern_boundary is hexagon.
Specification(s): err_no_hexagon_size
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.33The system shall throw an error if not all the meshes provided in inputs are used in pattern.
Specification(s): err_missing_input_meshes_in_pattern
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.34The system shall throw an error if no pitch meta data can be obtained from the input mesh.
Specification(s): err_no_appropriate_pitch_meta
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.35The system shall throw an error if no pattern pitch meta data can be obtained from the input mesh.
Specification(s): err_no_appropriate_pattern_pitch_meta
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.36The system shall throw an error if input meshes have different pattern pitch meta data.
Specification(s): err_different_pattern_pitch_meta
Design: PatternedHexMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.37The system shall generate a hexagonal assembly mesh then modify the peripheral region to facilitate further stitching.
Specification(s): single_hex
Design: PatternedHexPeripheralModifier
Issue(s): #20641
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.38The system shall generate a hexagonal assembly mesh with modified peripheral region and retain the specified reporting id.
Specification(s): single_hex_pin_id
Design: PatternedHexPeripheralModifier
Issue(s): #20641
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.39The system shall generate a hexagonal assembly mesh with modified peripheral region and assign new values to the specified reporting id.
Specification(s): single_hex_pin_id_new
Design: PatternedHexPeripheralModifier
Issue(s): #20641
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.40The system shall generate hexagonal assembly meshes with peripheral regions modified in order to stitch them together to form a core mesh.
Specification(s): hex_pattern
Design: PatternedHexPeripheralModifier
Issue(s): #20641
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.41The system shall throw an error if the size of specificed reporting id values does not match size of specified reporting id names.
Specification(s): err_different_id_sizes
Design: PatternedHexPeripheralModifier
Issue(s): #20641
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.42The system shall throw an error if the specified reporting id to be modified does not exist on the input mesh.
Specification(s): err_nonexist_reporting_id
Design: PatternedHexPeripheralModifier
Issue(s): #20641
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.43The system shall throw an error if the input mesh to the hexagonal mesh boundary modifier is generated by an incompatible mesh generator.
Specification(s): err_incompatible_input
Design: PatternedHexPeripheralModifier
Issue(s): #20641
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.44The system shall add a peripheral ring to to the input mesh without preserving volumes due to polygonization.
Specification(s): core_peripheral_ring_nonpreserved
Design: PeripheralRingMeshGenerator
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.45The system shall be able to add a peripheral ring to the input mesh and preserve volumes even with polygonization.
Specification(s): core_peripheral_ring_preserved
Design: PeripheralRingMeshGenerator
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.46The system shall be able to add a peripheral ring with radial biasing to the input mesh and preserve volumes even with polygonization.
Specification(s): core_peripheral_ring_biased
Design: PeripheralRingMeshGenerator
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.47The system shall be able to add a peripheral ring with boundary layers to the input mesh and preserve volumes even with polygonization.
Specification(s): core_peripheral_ring_boundary_layers
Design: PeripheralRingMeshGenerator
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.48The system shall throw an error if the specified inner and outer boundary layers are overlapped.
Specification(s): err_overlapped_boundary_layers
Design: PeripheralRingMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.49The system shall throw an error if a non-2D mesh is given as the input mesh.
Specification(s): err_non_2d_mesh
Design: PeripheralRingMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.50The system shall throw an error if the given boundary of the input mesh has two or more segments.
Specification(s): err_invalid_boundary_type_1
Design: PeripheralRingMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.51The system shall throw an error if the given boundary of the input mesh is an open curve.
Specification(s): err_invalid_boundary_type_2
Design: PeripheralRingMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.52The system shall throw an error if the consecutive nodes of the given boundary of the input mesh do not change monotonically.
Specification(s): err_invalid_boundary_type_3
Design: PeripheralRingMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.53The system shall throw an error if the given peripheral ring radius is not enough to cover the input mesh.
Specification(s): err_small_radius
Design: PeripheralRingMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.54The system shall throw an error if the given external boundary is actually an internal boundary of the input mesh.
Specification(s): err_internal_boundary
Design: PeripheralRingMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.55The system shall generate a triangulation without any Steiner points, given an inner boundary name.
Specification(s): no_steiner_points_inner_boundary_name
Design: PeripheralTriangleMeshGenerator
Issue(s): #18628
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.56The system shall generate a triangulation without any Steiner points, given an inner boundary id.
Specification(s): no_steiner_points_inner_boundary_id
Design: PeripheralTriangleMeshGenerator
Issue(s): #18628
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.57The system shall generate a triangulation with Steiner points.
Specification(s): steiner_points
Design: PeripheralTriangleMeshGenerator
Issue(s): #18628
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.58The system shall throw an error if extra_circle_radii and extra_circle_num_segments are not compatible.
Specification(s): err_steiner_input_length
Design: PeripheralTriangleMeshGenerator
Issue(s): #18628
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.59The system shall throw an error if both inner_boundary_name and inner_boundary_id are both provided.
Specification(s): err_inner_mesh_both_boundary
Design: PeripheralTriangleMeshGenerator
Issue(s): #18628
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.60The system shall throw an error if neither inner_boundary_name and inner_boundary_id are provided.
Specification(s): err_inner_mesh_no_boundary
Design: PeripheralTriangleMeshGenerator
Issue(s): #18628
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.61The system shall throw an error if inner_boundary_name is not defined on the input mesh.
Specification(s): err_inner_mesh_name_not_found
Design: PeripheralTriangleMeshGenerator
Issue(s): #18628
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.62The system shall throw an error if inner_boundary_id is not defined on the input mesh.
Specification(s): err_inner_mesh_id_not_found
Design: PeripheralTriangleMeshGenerator
Issue(s): #18628
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.63The system shall generate a 2D square pin mesh with fuel, gap, clad, background regions
Specification(s): square
Design: PinMeshGenerator
Issue(s): #19949
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.64The system shall generate a 3D square pin mesh with ring and background region and tri center elements
Specification(s): tri
Design: PinMeshGenerator
Issue(s): #19949
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.65The system shall throw an error when trying to generate a pin mesh with more than 1 radial region and tri center elements
Specification(s): tri_error
Design: PinMeshGenerator
Issue(s): #19949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.66The system shall generate a 2D hexagonal pin mesh with 2 radial regions
Specification(s): hex
Design: PinMeshGenerator
Issue(s): #19949
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.67The system shall generate a 3D hexagonal pin mesh with radial, background, and duct regions
Specification(s): complex
Design: PinMeshGenerator
Issue(s): #19949
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.68The system shall generate a hexagon mesh without rings and ducts.
Specification(s): back_only
Design: PolygonConcentricCircleMeshGenerator
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.69The system shall generate a hexagon mesh without rings and ducts with one of its flat side facing up.
Specification(s): back_only_flat_up
Design: PolygonConcentricCircleMeshGenerator
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.70The system shall generate a hexagon mesh with only one radial layer of elements without rings and ducts.
Specification(s): back_only_one_layer
Design: PolygonConcentricCircleMeshGenerator
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.71The system shall generate a hexagon mesh with rings.
Specification(s): rings
Design: PolygonConcentricCircleMeshGenerator
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.72The system shall generate a hexagon mesh with ducts.
Specification(s): ducts
Design: PolygonConcentricCircleMeshGenerator
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.73The system shall generate a hexagon mesh with rings and ducts.
Specification(s): full
Design: PolygonConcentricCircleMeshGenerator
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.74The system shall generate a radially biased hexagon mesh with rings and ducts.
Specification(s): full_biasing
Design: PolygonConcentricCircleMeshGenerator
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.75The system shall generate a hexagon mesh with rings and ducts including boundary layers.
Specification(s): full_boundary_layers
Design: PolygonConcentricCircleMeshGenerator
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.76The system shall generate a hexagon mesh with rings, ducts and quad central elements.
Specification(s): full_quad
Design: PolygonConcentricCircleMeshGenerator
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.77The system shall generate a hexagon mesh with rings, ducts and quad central elements with custom center quad factor.
Specification(s): full_quad_custom
Design: PolygonConcentricCircleMeshGenerator
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.78The system shall throw an error if
- num_sectors_per_side and quad_center_elements are not compatible.
- interface_boundary_names has an incorrect length.
- background_block_ids has more than one element when the mesh has ring(s).
- background_block_names has more than one element when the mesh has ring(s).
- background_block_ids has a length other than zero or two when the mesh does not have rings and background_intervals does not equal one.
- background_block_names has a length other than zero or two when the mesh does not have rings and background_intervals does not equal one.
- multiple block ids share a single block name.
- size of num_sectors_per_side is not num_sides.
- num_sectors_per_side elements are not all even.
- ring_radii and ring_intervals have different sizes.
- ring_radii and ring_radial_biases have different sizes.
- ring_block_ids size is not consistent with number of rings in the mesh.
- ring_block_names size is not consistent with number of rings in the mesh.
- ring_radii is not strictly ascending.
- rings are bigger than the polygon.
- duct_sizes and duct_intervals have different sizes.
- duct_sizes and duct_radial_biases have different sizes.
- duct_block_ids size is not consistent with the number of ducts in the mesh.
- duct_block_names size is not consistent with the number of ducts in the mesh.
- duct_sizes is not strictly ascending.
- duct_sizes is non-positive or is low enough to be overlapped with rings.
- duct_sizes is bigger than the polygon.
- boundary layers in background region of a hexagonal cell are overlapped.
- inner and outer ring boundary layer parameters have inconsistent size.
- ring's inner boundary layer has zero interval but non-zero thickness.
- ring's inner boundary layer has nonzero intervals but zero thickness.
- ring's outer boundary layer has zero interval but non-zero thickness.
- ring's outer boundary layer has nonzero intervals but zero thickness.
- ring's boundary layers are thicker than the ring itself.
- inner and outer duct boundary layer parameters have inconsistent size.
- duct's inner boundary layer has zero interval but non-zero thickness.
- duct's inner boundary layer has nonzero intervals but zero thickness.
- duct's outer boundary layer has zero interval but non-zero thickness.
- duct's outer boundary layer has nonzero intervals but zero thickness.
- duct's boundary layers are thicker than the ring itself.
- center_quad_factor is provided for triangular center elements.
Specification(s): exceptions/err_quad_diff_sector_nums, exceptions/err_interface_ids_length, exceptions/err_background_block_ids_1, exceptions/err_background_block_names_1, exceptions/err_background_block_ids_2, exceptions/err_background_block_names_2, exceptions/err_block_ids_with_one_name, exceptions/err_num_sectors_per_side_size, exceptions/err_odd_num_sectors_per_side, exceptions/err_ring_radii_length_1, exceptions/err_ring_radii_length_2, exceptions/err_ring_block_ids, exceptions/err_ring_block_names, exceptions/err_descend_ring_radii, exceptions/err_oversize_ring_radii, exceptions/err_duct_sizes_length_1, exceptions/err_duct_sizes_length_2, exceptions/err_duct_block_ids, exceptions/err_duct_block_names, exceptions/err_descend_duct_sizes, exceptions/err_undersize_duct_sizes, exceptions/err_oversize_duct_sizes, exceptions/err_overlapped_background_boundary, exceptions/err_ring_boundary_layer_param_size, exceptions/err_ring_inner_boundary_layer_zero_interval, exceptions/err_ring_inner_boundary_layer_nonzero_interval, exceptions/err_ring_outer_boundary_layer_zero_interval, exceptions/err_ring_outer_boundary_layer_nonzero_interval, exceptions/err_ring_boundary_layers_oversize, exceptions/err_duct_boundary_layer_param_size, exceptions/err_duct_inner_boundary_layer_zero_interval, exceptions/err_duct_inner_boundary_layer_nonzero_interval, exceptions/err_duct_outer_boundary_layer_zero_interval, exceptions/err_duct_outer_boundary_layer_nonzero_interval, exceptions/err_duct_boundary_layers_oversize, exceptions/err_center_quad_factor_for_tri_elems
Design: PolygonConcentricCircleMeshGenerator
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.79The system shall support the generation of reporting IDs for Cartesian assemblies assigned
- in sequential order for each components in the lattice
- based on the ID of the input pattern tiles
- based on user-defined mapping
Specification(s): assembly/cell, assembly/pattern, assembly/manual
Design: CartesianIDPatternedMeshGenerator
Issue(s): #19217
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.80The system shall support the generation of assembly and pin reporting IDs for Cartesian cores
- with regular square core boundary
- with zagged core boundary formed by removal of certain assemblies on periphery
Specification(s): core/regular_boundary, core/zigzag_boundary
Design: CartesianIDPatternedMeshGenerator
Issue(s): #19217
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.81The system shall support the generation of depletion IDs for a 2D reactor core
Specification(s): 2dcore
Design: DepletionIDGenerator
Issue(s): #19617
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.82The system shall support the generation of plane depletion IDs for 2D reactor cores with skipped materials
Specification(s): 2dcore_exclude_material_id
Design: DepletionIDGenerator
Issue(s): #19617
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.83The system shall support the generation of reporting IDs for hexagonal assemblies assigned
- in sequential order for each components in the lattice
- based on the ID of the input pattern tiles
- based on user-defined mapping
Specification(s): assembly/cell, assembly/pattern, assembly/manual
Design: HexIDPatternedMeshGenerator
Issue(s): #19217
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.84The system shall support the generation of reporting IDs for hexagonal cores
Specification(s): core_base
Design: HexIDPatternedMeshGenerator
Issue(s): #19217
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.85The system shall support the generation of reporting IDs for hexagonal cores with removal of certain assemblies on periphery
Specification(s): core_exclude_id
Design: HexIDPatternedMeshGenerator
Issue(s): #19217
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.86The system shall include the ability to create a simple hexagon mesh
- with TRI elements
- with QUAD elements
Specification(s): test/tri, test/quad
Design: SimpleHexagonGenerator
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.87The system shall include the ability to assign element IDs based on mesh subdomain IDs or names.
Specification(s): subdomain_element_ids_test
Design: SubdomainExtraElementIDGenerator
Issue(s): #19297
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.88The system shall return an error if
- the subdomain vector to use for assigning extra element IDs is empty
- a subdomain is listed more than once when assigning extra element IDs
- the subdomain ids and the extra element id names arent vectors of the same size
- the subdomain ids and the extra element ids to set arent vectors of the same size
- the default extra element IDs arent specified for each extra element id
Specification(s): errors/no_subdomain, errors/same_subdomain, errors/diff_size1, errors/diff_size2, errors/diff_size3
Design: SubdomainExtraElementIDGenerator
Issue(s): #19297
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.89The system shall be able to generate a tri-pin hexagonal assembly mesh.
Specification(s): tri_pin
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.90The system shall be able to generate a tri-pin assembly mesh by specifying the apothem size.
Specification(s): tri_pin_apothem
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.91The system shall generate a tri-pin assembly mesh with three identical pins.
Specification(s): tri_pin_dup
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.92The system shall be able to generate a dummy core mesh containing a tri-pin assembly.
Specification(s): dummy_core
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FUNCTIONAL
Type(s): Exodiff
- 12.2.93The system shall throw an error if the number of rings radii specified does not match either one or the number of pins
Specification(s): err_ring_radii_size
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.94The system shall throw an error if the largest ring specified exceeds the assembly boundary.
Specification(s): err_ring_radii_oversize
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.95The system shall throw an error if the parameter specifying the radial intervals of ring regions does not have appropriate size.
Specification(s): err_ring_intervals_size
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.96The system shall throw an error if the parameter specifying the block ids of ring regions does not have appropriate size.
Specification(s): err_ring_block_ids_size
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.97The system shall throw an error if the parameter specifying the radial intervals of ring regions is inconsistent with the parameter specifying the sizes of ring regions.
Specification(s): err_ring_intervals_consistency
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.98The system shall throw an error if the parameter specifying the block ids of ring regions is inconsistent with the parameter specifying the sizes of ring regions (case 1).
Specification(s): err_ring_block_ids_consistency_1
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.99The system shall throw an error if the parameter specifying the block ids of ring regions is inconsistent with the parameter specifying the sizes of ring regions (case 2).
Specification(s): err_ring_block_ids_consistency_2
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.100The system shall throw an error if the parameter specifying the block names of ring regions is inconsistent with the parameter specifying the sizes of ring regions (case 1).
Specification(s): err_ring_block_names_consistency_1
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.101The system shall throw an error if the parameter specifying the block names of ring regions is inconsistent with the parameter specifying the sizes of ring regions (case 2).
Specification(s): err_ring_block_names_consistency_2
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.102The system shall throw an error if the parameter specifying the block names of ring regions is inconsistent with the parameter specifying the block ids of ring regions.
Specification(s): err_ring_block_names_consistency_3
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.103The system shall throw an error if the size of the parameter specifying the block ids of background region is not one when all the three sections have rings.
Specification(s): err_background_block_ids_consistency_1
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.104The system shall throw an error if the size of the parameter specifying the block names of background region is not one when all the three sections have rings.
Specification(s): err_background_block_names_consistency_1
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.105The system shall throw an error if the size of the parameter specifying the block ids of background region is not two when ring-free section exists.
Specification(s): err_background_block_ids_consistency_2
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.106The system shall throw an error if the size of the parameter specifying the block names of background region is not two when ring-free section exists.
Specification(s): err_background_block_names_consistency_2
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.107The system shall throw an error if the size of the parameter specifying the block ids of background region is not one when all the sections are ring-free and background_intervals is 1.
Specification(s): err_background_block_ids_consistency_3
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.108The system shall throw an error if the size of the parameter specifying the block names of background region is not one when all the sections are ring-free and background_intervals is 1.
Specification(s): err_background_block_names_consistency_3
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.109The system shall throw an error if extra element integer values of the pins are provided without specifying extra element integer names.
Specification(s): err_no_pin_id_name
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.110The system shall throw an error if extra element integer values specified do not have the correct size.
Specification(s): err_wrong_pin_id_values
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException
- 12.2.111The system shall throw an error if the offset of the ring region center moves the center of the ring out of the hexagon assembly region.
Specification(s): err_over_offset
Design: TriPinHexAssemblyGenerator
Issue(s): #20949
Collection(s): FAILURE_ANALYSISFUNCTIONAL
Type(s): RunException