SpECTRE  v2024.03.19
hydro::Solutions Namespace Reference

Holds classes implementing common portions of solutions to various different (magneto)hydrodynamical systems. More...

Classes

class  SmoothFlow
 Smooth sinusoidal density wave. More...
 

Functions

template<size_t Dim, bool IsRelativistic>
bool operator!= (const SmoothFlow< Dim, IsRelativistic > &lhs, const SmoothFlow< Dim, IsRelativistic > &rhs)
 

Detailed Description

Holds classes implementing common portions of solutions to various different (magneto)hydrodynamical systems.

For example, an advecting sinusoidal density profile is a solution to Newtonian Euler, relativistic Euler, and GRMHD, so the common parts of the solution is implemented here.