Molecular Dynamics Simulation  1.0
Enumerations
Enums.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  ThirdDimension { DISABLED , ENABLED }
 Enum class to define the dimension count of the simulation (2D or 3D). Affects primarily the dimensionality of particle spawners and temperature-based velocity initialization. More...
 
enum class  LockState { UNLOCKED , LOCKED }
 Enum class to define the lockstate of particles. Locked particles are not allowed to move. More...
 

Enumeration Type Documentation

◆ LockState

enum LockState
strong

Enum class to define the lockstate of particles. Locked particles are not allowed to move.

Enumerator
UNLOCKED 
LOCKED 

Definition at line 12 of file Enums.h.

◆ ThirdDimension

enum ThirdDimension
strong

Enum class to define the dimension count of the simulation (2D or 3D). Affects primarily the dimensionality of particle spawners and temperature-based velocity initialization.

Enumerator
DISABLED 
ENABLED 

Definition at line 7 of file Enums.h.