Skip to content
Snippets Groups Projects

Draft: Lanson&Vila (2008) timestep criterion for Gizmo

Open Bert Vandenbroucke requested to merge gizmo-timestep into master
1 unresolved thread
4 files
+ 33
3
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -153,6 +153,22 @@ struct part {
} timestepvars;
/* Variables used for timestep calculation. */
struct {
/* Maximum signal velocity among all the neighbours of the particle. The
* signal velocity encodes information about the relative fluid
* velocities
* AND particle velocities of the neighbour and this particle, as well
* as
* the sound speed of both particles. */
float vmax;
/* Lanson & Vila (2008) mean separation distance. */
float delxbar;
} timestepvars;
/*! Chemistry information */
struct chemistry_part_data chemistry_data;
Loading