8 #include "../common/hydrodynamic_variables.hpp" 22 vector<Primitive>
const&
cells);
bool coldflows
Coldflows flag.
bool densityfloor
Densityfloor flag.
double a
Coldflows kinetic energy ratio.
double time
The simulation time.
HydroSnapshot snapshot
The hydro variables and mesh points.
HydroSnapshot()
Default constructor.
vector< Vector2D > procmesh
The points of the processors.
vector< size_t > cevolve
The indeces of the custom evolution.
vector< vector< double > > tracers
The tracers.
double b
Coldflows potential energy ratio.
Container for grid and hydrodynamical cells.
int cycle
The simulation time step number.
double densitymin
The density for density floor.
vector< Primitive > cells
The primitive cells.
vector< Vector2D > mesh_points
The mesh points.
double pressuremin
The pressure for density floor.
Contains data required to restart a simulation run.