12 #ifndef cf3_physics_euler_euler2d_Data_hpp
13 #define cf3_physics_euler_euler2d_Data_hpp
26 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
64 #endif // cf3_physics_euler_euler2d_Data_hpp
EIGEN_MAKE_ALIGNED_OPERATOR_NEW ColVector_NDIM coords
< storing fixed-sized Eigen structures
void compute_from_conservative(const RowVector_NEQS &cons)
Compute the data given conservative state.
void compute_from_primitive(const RowVector_NEQS &prim)
Compute the data given primitive state.
Real c2
square of speed of sound, very commonly used
MatrixTypes< NDIM, NEQS >::ColVector_NDIM ColVector_NDIM
Top-level namespace for coolfluid.
Real E
specific total energy
Real gamma
specific heat ratio
MatrixTypes< NDIM, NEQS >::RowVector_NEQS RowVector_NEQS