MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
#include <slotsmanager.h>
Public Attributes | |
struct particle_data_ext | base |
MyFloat | EgyWtDensity |
MyFloat | Entropy |
MyFloat | MaxSignalVel |
MyFloat | Density |
MyFloat | DtEntropy |
MyFloat | HydroAccel [3] |
MyFloat | DhsmlEgyDensityFactor |
MyFloat | DivVel |
MyFloat | CurlVel |
MyFloat | Ne |
MyFloat | DelayTime |
MyFloat | Sfr |
MyFloat | Metallicity |
float | Metals [NMETALS] |
Definition at line 79 of file slotsmanager.h.
struct particle_data_ext sph_particle_data::base |
Definition at line 73 of file slotsmanager.h.
MyFloat sph_particle_data::CurlVel |
local velocity curl
Definition at line 99 of file slotsmanager.h.
MyFloat sph_particle_data::DelayTime |
SH03: remaining maximum decoupling time of wind particle VS08: remaining waiting for wind particle to be eligible to form winds again
Definition at line 103 of file slotsmanager.h.
Referenced by sfreff_on_eeqos().
MyFloat sph_particle_data::Density |
current baryonic mass density of particle
Definition at line 90 of file slotsmanager.h.
Referenced by cooling_relaxed(), get_helium_neutral_fraction_sfreff(), get_neutral_fraction_sfreff(), GTInternalEnergy(), make_particle_star(), quicklyastarformation(), sfreff_on_eeqos(), SPH_EOMDensity(), and STInternalEnergy().
MyFloat sph_particle_data::DhsmlEgyDensityFactor |
Definition at line 95 of file slotsmanager.h.
MyFloat sph_particle_data::DivVel |
local velocity divergence
Definition at line 96 of file slotsmanager.h.
MyFloat sph_particle_data::DtEntropy |
rate of change of entropy
Definition at line 91 of file slotsmanager.h.
MyFloat sph_particle_data::EgyWtDensity |
'effective' rho to use in hydro equations
Definition at line 85 of file slotsmanager.h.
Referenced by SPH_EOMDensity().
MyFloat sph_particle_data::Entropy |
Entropy (actually entropic function) at kick time of particle. Defined as: P_i = A(s) rho_i^gamma. See Springel & Hernquist 2002.
Definition at line 87 of file slotsmanager.h.
Referenced by get_helium_neutral_fraction_sfreff(), get_neutral_fraction_sfreff(), GTInternalEnergy(), sfreff_on_eeqos(), and STInternalEnergy().
MyFloat sph_particle_data::HydroAccel[3] |
acceleration due to hydrodynamical force correction factor for density-independent entropy formulation. If DensityIndependentSph = 0 then this is set to the DhsmlDensityFactor appropriate for the entropy formulation of SPH.
Definition at line 92 of file slotsmanager.h.
MyFloat sph_particle_data::MaxSignalVel |
maximum signal velocity
Definition at line 89 of file slotsmanager.h.
MyFloat sph_particle_data::Metallicity |
metallicity of gas particle
Definition at line 107 of file slotsmanager.h.
Referenced by cooling_relaxed(), and make_particle_star().
float sph_particle_data::Metals[NMETALS] |
Definition at line 108 of file slotsmanager.h.
Referenced by make_particle_star().
MyFloat sph_particle_data::Ne |
electron fraction, expressed as local electron number density normalized to the hydrogen number density. Gives indirectly ionization state and mean molecular weight.
Definition at line 100 of file slotsmanager.h.
Referenced by get_helium_neutral_fraction_sfreff(), and get_neutral_fraction_sfreff().
MyFloat sph_particle_data::Sfr |
Definition at line 105 of file slotsmanager.h.