|
adamantine
|
#include <MaterialStates.hh>
Public Types | |
| enum class | State { solid , liquid , SIZE } |
Static Public Attributes | |
| static unsigned constexpr int | n_material_states |
This struct describes a material that can be found in two states: solid and liquid as it is the case in DED.
Definition at line 38 of file MaterialStates.hh.
|
strong |
Enum on the possible material states.
| Enumerator | |
|---|---|
| solid | |
| liquid | |
| SIZE | |
Definition at line 43 of file MaterialStates.hh.
|
staticconstexpr |
Maximum different number of states a given material can be.
Definition at line 53 of file MaterialStates.hh.