SPH
|
SPH-specific implementation of particle materials. More...
#include "quantities/IMaterial.h"
Go to the source code of this file.
Classes | |
class | EosMaterial |
Material holding equation of state. More... | |
class | SolidMaterial |
Generalization of material with equation of state. More... | |
Enumerations | |
enum class | MaterialEnum { BASALT , IRON , ICE , OLIVINE } |
Basic materials available in the code. More... | |
Functions | |
AutoPtr< IMaterial > | getMaterial (const MaterialEnum type) |
|
strong |
Basic materials available in the code.
Parameters were taken from Reinhardt and Stadel (2016).
Enumerator | |
---|---|
BASALT | |
IRON | |
ICE | |
OLIVINE |
Definition at line 79 of file Materials.h.
AutoPtr<IMaterial> getMaterial | ( | const MaterialEnum | type | ) |
Definition at line 91 of file Materials.cpp.