Unit conversion code.
More...
|
const double | Temperature = 120.0 |
|
const double | L = BIRD_D_INI[ELEMENT_TYPES - 1] |
|
const double | Energy = KB * Temperature |
|
const double | M = 1.0e-3 * ATOMIC_MASS_INI[ELEMENT_TYPES - 1] / AVOGADRO |
|
const double | T = L * sqrt(M / Energy) |
|
const double | Pressure = M / (L * T * T) |
|
const double | DynamicViscosity = M / (L * T) |
|
const double | KinematicViscosity = L * L / T |
|
const double | SurfaceTension = M / (T * T) |
|
Unit conversion code.
The Units structure defined below is used to transition real world units to units used in the MD simulation. This defines an (ideally) singleton structure Units whose members