|
| class | ArtificialDissipation |
| | An artificial dissipation limiter for MHD that uses divergence of velocity as a shock sensor. More...
|
| |
| class | ArtificialDissipationCylSource |
| | Cylindrical source terms for the MHD artificial dissipation limiter. More...
|
| |
| class | ArtificialViscosityLimiter |
| | Class used implementing artificial viscosity limiter based on velocity divergence Adds a diffusion term to the equation based on the compressibility of the fluid Applied on the momentum equation for p=(px,py,pz) Uses Local Discontinuous Galerkin or Interior Penalty d/dt (p) + div (-nu * m * grad u) = 0 where nu is the viscosity coefficient m is an extra multiplier which is either: |div u|, or (div u)^2. More...
|
| |
| class | ArtificialViscosityLimiterMeier |
| | Class used implementing artificial viscosity limiter based on velocity gradient as desribed in Eric Meier Dissertation (2011, Univ. More...
|
| |