OpenMPCD
Typedefs
Types.hpp File Reference
#include <boost/random/mersenne_twister.hpp>
Include dependency graph for Types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef double OpenMPCD::FP
 Default floating point type. More...
 
typedef FP OpenMPCD::MPCParticlePositionType
 The data type for the positions of MPC particles. More...
 
typedef FP OpenMPCD::MPCParticleVelocityType
 The data type for the velocities of MPC particles. More...
 
typedef boost::mt11213b OpenMPCD::RNG
 The random number generator type. More...
 

Detailed Description

Defines general types used in OpenMPCD.

Definition in file Types.hpp.

Typedef Documentation

◆ FP

typedef double OpenMPCD::FP

Default floating point type.

Definition at line 13 of file Types.hpp.

◆ MPCParticlePositionType

The data type for the positions of MPC particles.

Definition at line 15 of file Types.hpp.

◆ MPCParticleVelocityType

The data type for the velocities of MPC particles.

Definition at line 16 of file Types.hpp.

◆ RNG

typedef boost::mt11213b OpenMPCD::RNG

The random number generator type.

Definition at line 18 of file Types.hpp.