#include <potential/noInteraction.H>
Definition at line 51 of file noInteraction.H.
Public Member Functions | |
TypeName ("noInteraction") | |
Runtime type information.
| |
noInteraction (const word &name, const dictionary &pairPotentialProperties) | |
Construct from components.
| |
~noInteraction () | |
scalar | unscaledEnergy (const scalar r) const |
bool | read (const dictionary &pairPotentialProperties) |
Read dictionary.
|
noInteraction | ( | const word & | name, |
const dictionary & | pairPotentialProperties | ||
) |
Construct from components.
Definition at line 51 of file noInteraction.C.
~noInteraction | ( | ) | [inline]
|
Definition at line 74 of file noInteraction.H.
TypeName | ( | "noInteraction" | ) |
Runtime type information.
scalar unscaledEnergy | ( | const scalar | r ) | const [virtual]
|
Implements pairPotential.
Definition at line 64 of file noInteraction.C.
bool read | ( | const dictionary & | pairPotentialProperties ) | [virtual]
|