GADGET-4
|
#include <sph_particle_data.h>
Inherited by sph_particle_data.
Public Attributes | |
MyFloat | Hsml |
MyFloat | DhsmlDensityFactor |
MyFloat | VelPred [3] |
MyFloat | DivVel |
MyFloat | CurlVel |
MyFloat | Csnd |
MyFloat | Density |
MyFloat | Pressure |
Definition at line 28 of file sph_particle_data.h.
MyFloat Csnd |
Definition at line 36 of file sph_particle_data.h.
MyFloat CurlVel |
local velocity curl
Definition at line 35 of file sph_particle_data.h.
MyFloat Density |
current baryonic mass density of particle
Definition at line 38 of file sph_particle_data.h.
MyFloat DhsmlDensityFactor |
correction factor needed in entropy formulation of SPH
Definition at line 31 of file sph_particle_data.h.
MyFloat DivVel |
local velocity divergence
Definition at line 34 of file sph_particle_data.h.
MyFloat Hsml |
current smoothing length
Definition at line 30 of file sph_particle_data.h.
MyFloat Pressure |
current pressure
Definition at line 39 of file sph_particle_data.h.
MyFloat VelPred[3] |
predicted SPH particle velocity at the current time, needed if particle is inactive
Definition at line 32 of file sph_particle_data.h.