|
class | artificial_viscosity_limiter_historical_t |
| 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 | artificial_viscosity_limiter_meier |
| Class used implementing artificial viscosity limiter based on velocity gradient as desribed in Eric Meier Dissertation (2011, Univ. More...
|
|
class | artificial_viscosity_limiter_t |
| 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 | ArtificialDissipation |
| Class used implementing artificial dissipation limiter that uses divergence of velocity as a shock sensor, similar to Von Neumann and Richtmyer, J. More...
|
|
class | ArtificialDissipationCylSource |
| Implements the source terms for artificial dissipation limiter arising from a cylindrical geometry. More...
|
|
class | q_h_artificial_dissipation |
| Implements artificial viscosity and heat flux for the 5 moment Euler/Navier Stokes equations. More...
|
|