OGS
|
It defines stabilization method for solving the advection diffusion transport equation using the Galerkin finite element method.
The convection diffusion transport equation takes the form
\[ \frac{\partial u}{\partial t} - \nabla(\mathbf{K}\nabla u) + {\mathbf v}\cdot \nabla u = Q \]
with \(u\) the primary variable, \(\mathbf v\) the fluid velocity, \(\mathbf{K}\) the diffusion coefficient.
Definition at line 34 of file NumericalStabilization.h.
#include <NumericalStabilization.h>