antioch-0.4.0
|
#include <lennard_jones_potential.h>
Public Member Functions | |
LennardJonesPotential (const CoeffType &depth=0., const CoeffType &diameter=0.) | |
~LennardJonesPotential () | |
template<typename StateType > | |
void | set_diameter (const StateType &diameter) |
template<typename StateType > | |
void | set_depth (const StateType &depth) |
template<typename StateType > | |
void | reset_coeffs (const StateType &depth, const StateType &diameter) |
CoeffType | diameter () const |
CoeffType | depth () const |
Private Attributes | |
CoeffType | _depth |
CoeffType | _diameter |
The Lennard-Jones potential, for the moment, simply a storage faiclity, easily expandable to a full analysis object
with the well depth and the collision diameter. The pair values are related to species values by the relations
and
Definition at line 55 of file lennard_jones_potential.h.
|
inline |
Definition at line 85 of file lennard_jones_potential.h.
|
inline |
Definition at line 94 of file lennard_jones_potential.h.
|
inline |
Definition at line 101 of file lennard_jones_potential.h.
|
inline |
Definition at line 108 of file lennard_jones_potential.h.
|
inline |
Definition at line 132 of file lennard_jones_potential.h.
|
inline |
Definition at line 124 of file lennard_jones_potential.h.
|
inline |
Definition at line 116 of file lennard_jones_potential.h.
|
private |
Definition at line 78 of file lennard_jones_potential.h.
|
private |
Definition at line 79 of file lennard_jones_potential.h.