Misc Requirement Traceability Matrix
Introduction
The Requirement Traceability Matrix (RTM) for Misc captures all requirements and maps each to the associated design documentation and associated test case.
Dependencies
The Misc application is developed using MOOSE and is based on various modules, as such the RTM for Misc is dependent upon the following documents.
Requirements
The following is a complete list for all the functional requirements including links to the design documents and test cases for Misc.
- misc: Coupled Directional Mesh Height Interpolation
- F7.1.1The system shall compute an aux variable that couples to some other value and modulates it by the mesh height in a direction.
Specification: coupled_directional_mesh_height_interpolation:test
Design: CoupledDirectionalMeshHeightInterpolation
Issue(s): #1927
- misc: Fracture Flow
- F7.2.1MOOSE shall be able to simulate convective flow through lower-dimensional fractures embedded in a higher-dimensional solid
Specification: fracture_flow:test
Design: Misc Module
Issue(s): #13318
- misc: Kernels
- F7.3.1Thermo diffusion shall reproduce an analytical solution
Specification: kernels/thermo_diffusion:thermo_diffusion
Design: ThermoDiffusion
Issue(s): #3392
- F7.3.2AD thermo diffusion shall reproduce an analytical solution
Specification: kernels/thermo_diffusion:ad_thermo_diffusion
Design: ADThermoDiffusion
Issue(s): #12633
- F7.3.3AD thermo diffusion shall work with material properties and the Jacobian shall be beautiful
Specification: kernels/thermo_diffusion:ad_thermo_diffusion_jacobian
Design: ADThermoDiffusion
Issue(s): #5658