MP-Gadget  5.0.1.dev1-76bc7d4726-dirty
Public Attributes | List of all members
sph_particle_data Struct Reference

#include <slotsmanager.h>

Collaboration diagram for sph_particle_data:
[legend]

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]
 

Detailed Description

Definition at line 79 of file slotsmanager.h.

Member Data Documentation

◆ base

struct particle_data_ext sph_particle_data::base

Definition at line 73 of file slotsmanager.h.

◆ CurlVel

MyFloat sph_particle_data::CurlVel

local velocity curl

Definition at line 99 of file slotsmanager.h.

◆ DelayTime

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().

◆ Density

MyFloat sph_particle_data::Density

◆ DhsmlEgyDensityFactor

MyFloat sph_particle_data::DhsmlEgyDensityFactor

Definition at line 95 of file slotsmanager.h.

◆ DivVel

MyFloat sph_particle_data::DivVel

local velocity divergence

Definition at line 96 of file slotsmanager.h.

◆ DtEntropy

MyFloat sph_particle_data::DtEntropy

rate of change of entropy

Definition at line 91 of file slotsmanager.h.

◆ EgyWtDensity

MyFloat sph_particle_data::EgyWtDensity

'effective' rho to use in hydro equations

Definition at line 85 of file slotsmanager.h.

Referenced by SPH_EOMDensity().

◆ Entropy

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().

◆ HydroAccel

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.

◆ MaxSignalVel

MyFloat sph_particle_data::MaxSignalVel

maximum signal velocity

Definition at line 89 of file slotsmanager.h.

◆ Metallicity

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().

◆ Metals

float sph_particle_data::Metals[NMETALS]

Definition at line 108 of file slotsmanager.h.

Referenced by make_particle_star().

◆ Ne

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().

◆ Sfr

MyFloat sph_particle_data::Sfr

Definition at line 105 of file slotsmanager.h.


The documentation for this struct was generated from the following file: