![]() |
Peano
|
Particle fields not needed during the SPH loops over neighbours. More...
#include <hydro_part.h>
Data Fields | |
float | x_diff [3] |
float | x_diff_sort [3] |
float | v_full [3] |
float | a_grav [3] |
float | u_full |
Particle fields not needed during the SPH loops over neighbours.
This structure contains the particle fields that are not used in the density or force loops. Quantities should be used in the kick, drift and potentially ghost tasks only.
Definition at line 55 of file hydro_part.h.
float xpart::a_grav[3] |
Gravitational acceleration at the end of the last step
Definition at line 67 of file hydro_part.h.
float xpart::u_full |
Internal energy at the last full step.
Definition at line 70 of file hydro_part.h.
float xpart::v_full[3] |
Velocity at the last full step.
Definition at line 64 of file hydro_part.h.
float xpart::x_diff[3] |
Offset between current position and position at last tree rebuild.
Definition at line 58 of file hydro_part.h.
float xpart::x_diff_sort[3] |
Offset between the current position and position at the last sort.
Definition at line 61 of file hydro_part.h.