directory
MultiMatPartial differential equations for compressible multi-material flow.
Contents
- Reference
This directory contains code for discretizing a system of conservation equations that govern compressible multi-material flow. The subdirectories Physics
and Problem
contain various ways to configure the compressible multi-material flow solver with respect to the type of physics solved (e.g., inviscid or viscous) and with respect to the type of problem solved (e.g., a predefined problem with an analytical solution for verification or a user-defined problem).
Directories
Files
- file DGMultiMat.hpp
- Compressible multi-material flow using discontinuous Galerkin finite elements.
- file MultiMatIndexing.hpp
- Multi-material system indexing functions.
- file Problem.hpp
- All problem configurations for the compressible flow equations.
- file RiemannFactory.cpp
- Register available Riemann solvers for multimaterial compressible hydrodynamics into a factory.
- file RiemannFactory.hpp
- Register available Riemann solvers for multimaterial compressible hydrodynamics into a factory.