#include <potential/exponentialRepulsion.H>
Definition at line 51 of file exponentialRepulsion.H.
Inheritance diagram for exponentialRepulsion:
Collaboration diagram for exponentialRepulsion:Public Member Functions | |
| TypeName ("exponentialRepulsion") | |
| Runtime type information.
| |
| exponentialRepulsion (const word &name, const dictionary &pairPotentialProperties) | |
| Construct from components.
| |
| ~exponentialRepulsion () | |
| scalar | unscaledEnergy (const scalar r) const |
| bool | read (const dictionary &pairPotentialProperties) |
| Read dictionary.
| |
| exponentialRepulsion | ( | const word & | name, |
| const dictionary & | pairPotentialProperties | ||
| ) |
Construct from components.
Definition at line 51 of file exponentialRepulsion.C.
| ~exponentialRepulsion | ( | ) | [inline]
|
Definition at line 81 of file exponentialRepulsion.H.
| TypeName | ( | "exponentialRepulsion" | ) |
Runtime type information.
| scalar unscaledEnergy | ( | const scalar | r ) | const [virtual]
|
Implements pairPotential.
Definition at line 70 of file exponentialRepulsion.C.
References Foam::exp().
| bool read | ( | const dictionary & | pairPotentialProperties ) | [virtual]
|
Read dictionary.
Implements pairPotential.
Definition at line 76 of file exponentialRepulsion.C.
References dictionary::lookup(), and dictionary::subDict().