|
Molecular Dynamics
v0.4
Project for the Practical hosted by the Scientific Computing Chair
|
#include <enumsStructs.h>

Public Attributes | |
| std::array< double, 3 > | position |
| std::array< unsigned, 3 > | dimensions |
| double | h |
| double | mass |
| std::array< double, 3 > | initVelocity |
| int | dimensionsBrownianMotion |
| double | brownianMotionAverageVelocity |
| double | epsilon |
| double | sigma |
| bool | fixed |
Struct containing cuboid specifications.
| double enumsStructs::Cuboid::brownianMotionAverageVelocity |
| std::array<unsigned, 3> enumsStructs::Cuboid::dimensions |
| int enumsStructs::Cuboid::dimensionsBrownianMotion |
| double enumsStructs::Cuboid::epsilon |
| bool enumsStructs::Cuboid::fixed |
| double enumsStructs::Cuboid::h |
| std::array<double, 3> enumsStructs::Cuboid::initVelocity |
| double enumsStructs::Cuboid::mass |
| std::array<double, 3> enumsStructs::Cuboid::position |
| double enumsStructs::Cuboid::sigma |