|
OpenMD 3.2
Molecular Dynamics in the Open
|
Langevin force modifier with intramolecular RPY hydrodynamic interactions for flexible bead molecules in a background flow. More...
#include <memory>#include <random>#include <vector>#include "brains/ForceModifier.hpp"#include "brains/Velocitizer.hpp"#include "hydrodynamics/RPYMobility.hpp"#include "perturbations/VelocityField.hpp"#include "primitives/Atom.hpp"#include "primitives/StuntDouble.hpp"#include "utils/RandNumGen.hpp"Go to the source code of this file.
Classes | |
| class | OpenMD::LHDForceModifier |
Namespaces | |
| namespace | OpenMD |
| This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel. | |
Langevin force modifier with intramolecular RPY hydrodynamic interactions for flexible bead molecules in a background flow.
Translation-only (unstructured spherical atom) case. Each molecule is a hydrodynamically coupled group of N spherical beads; molecules do not interact hydrodynamically with each other. Per step and per molecule:
Pairs with a velocity-Verlet (LangevinDynamics-style) integrator, which performs the actual velocity update; this modifier only injects forces.
Definition in file LHDForceModifier.hpp.