MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
#include <density.h>
Public Attributes | |
double | DensityResolutionEta |
double | MaxNumNgbDeviation |
double | BlackHoleNgbFactor |
double | BlackHoleMaxAccretionRadius |
enum DensityKernelType | DensityKernelType |
double | MinGasHsmlFractional |
double density_params::BlackHoleMaxAccretionRadius |
Definition at line 16 of file density.h.
Referenced by density_check_neighbours(), set_density_params(), and setup_density().
double density_params::BlackHoleNgbFactor |
Factor by which the normal SPH neighbour should be increased/decreased
Definition at line 15 of file density.h.
Referenced by density_check_neighbours(), set_density_params(), and setup_density().
enum DensityKernelType density_params::DensityKernelType |
Definition at line 16 of file density.h.
Referenced by density(), density_ngbiter(), set_density_params(), and setup_density().
double density_params::DensityResolutionEta |
SPH resolution eta. See Price 2011. eq 12
Definition at line 11 of file density.h.
Referenced by GetDensityKernelType(), set_density_params(), and setup_density().
double density_params::MaxNumNgbDeviation |
Maximum allowed deviation neighbour number
Definition at line 12 of file density.h.
Referenced by density_check_neighbours(), do_density_test(), set_density_params(), and setup_density().
double density_params::MinGasHsmlFractional |
< minimum allowed SPH smoothing length in units of SPH gravitational softening length
Definition at line 22 of file density.h.
Referenced by density(), do_density_test(), set_density_params(), and setup_density().