SPH
|
#include "objects/containers/Grid.h"
#include "run/jobs/MaterialJobs.h"
#include "sph/initial/Galaxy.h"
Go to the source code of this file.
Classes | |
class | MonolithicBodyIc |
Creates a single monolithic body. More... | |
class | DifferentiatedBodyIc |
Creates a single differentiated body. More... | |
class | SingleParticleIc |
class | ImpactorIc |
class | EquilibriumIc |
class | ModifyQuantityIc |
class | NoiseQuantityIc |
class | NBodyIc |
class | PolytropicStarIc |
class | IsothermalSphereIc |
class | GalaxyIc |
Typedefs | |
using | NBodySettings = Settings< NBodySettingsId > |
Enumerations | |
enum class | NBodySettingsId { PARTICLE_COUNT , TOTAL_MASS , DOMAIN_RADIUS , RADIAL_PROFILE , HEIGHT_SCALE , POWER_LAW_INTERVAL , POWER_LAW_EXPONENT , VELOCITY_MULTIPLIER , VELOCITY_DISPERSION } |
using NBodySettings = Settings<NBodySettingsId> |
Definition at line 215 of file InitialConditionJobs.h.
|
strong |
Enumerator | |
---|---|
PARTICLE_COUNT | |
TOTAL_MASS | |
DOMAIN_RADIUS | |
RADIAL_PROFILE | |
HEIGHT_SCALE | |
POWER_LAW_INTERVAL | |
POWER_LAW_EXPONENT | |
VELOCITY_MULTIPLIER | |
VELOCITY_DISPERSION |
Definition at line 203 of file InitialConditionJobs.h.