Misc Software Design Description
Introduction
The Software Design Description (SDD) for Misc is a description of the software product and serves as guideline that describes the architecture of the system and all of its parts.
Dependencies
The Misc application is developed using MOOSE and is based on various modules, as such the SDD for Misc is dependent upon the following documents.
Requirements Cross Reference
The following is a list of all design documents and the associated requirements for Misc.
- misc: CoupledDirectionalMeshHeightInterpolation
- 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: Misc Module
- 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: ThermoDiffusion
- F7.3.1Thermo diffusion shall reproduce an analytical solution
Specification: kernels/thermo_diffusion:thermo_diffusion
Design: ThermoDiffusion
Issue(s): #3392
- misc: ADThermoDiffusion
- 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