directory
TransportPartial differential equations for scalar transport.
Contents
- Reference
This directory contains code for discretizing a system of scalar transport equations. The subdirectories Physics
and Problem
contain various ways to configure scalar transport with respect to the type of physics solved (e.g., advection only or advection and diffusion) 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 CGTransport.hpp
- Scalar transport using continous Galerkin discretization.
- file DGTransport.hpp
- Scalar transport using disccontinous Galerkin discretization.
- file Problem.hpp
- All problem configurations for the scalar transport equations.