MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
#include <thermal.h>
Public Attributes | |
double | fermi_dirac_vel [LENGTH_FERMI_DIRAC_TABLE] |
double | fermi_dirac_cumprob [LENGTH_FERMI_DIRAC_TABLE] |
double | m_vamp |
gsl_interp * | fd_intp |
gsl_interp_accel * | fd_intp_acc |
gsl_interp* thermalvel::fd_intp |
Definition at line 15 of file thermal.h.
Referenced by add_thermal_speeds(), and init_thermalvel().
gsl_interp_accel* thermalvel::fd_intp_acc |
Definition at line 16 of file thermal.h.
Referenced by add_thermal_speeds(), and init_thermalvel().
double thermalvel::fermi_dirac_cumprob[LENGTH_FERMI_DIRAC_TABLE] |
Definition at line 13 of file thermal.h.
Referenced by add_thermal_speeds(), init_thermalvel(), and test_thermal_vel().
double thermalvel::fermi_dirac_vel[LENGTH_FERMI_DIRAC_TABLE] |
Definition at line 12 of file thermal.h.
Referenced by add_thermal_speeds(), init_thermalvel(), and test_thermal_vel().
double thermalvel::m_vamp |
Definition at line 14 of file thermal.h.
Referenced by add_thermal_speeds(), and init_thermalvel().