#include <potential/shiftedForce.H>
Definition at line 51 of file shiftedForce.H.
Inheritance diagram for shiftedForce:
Collaboration diagram for shiftedForce:Public Member Functions | |
| TypeName ("shiftedForce") | |
| Runtime type information.
| |
| shiftedForce (const word &name, const dictionary &energyScalingFunctionProperties, const pairPotential &pairPot) | |
| Construct from components.
| |
| ~shiftedForce () | |
| void | scaleEnergy (scalar &e, const scalar r) const |
| bool | read (const dictionary &energyScalingFunctionProperties) |
| Read dictionary.
| |
| shiftedForce | ( | const word & | name, |
| const dictionary & | energyScalingFunctionProperties, | ||
| const pairPotential & | pairPot | ||
| ) |
Construct from components.
Definition at line 51 of file shiftedForce.C.
| ~shiftedForce | ( | ) | [inline]
|
Definition at line 83 of file shiftedForce.H.
| TypeName | ( | "shiftedForce" | ) |
Runtime type information.
| void scaleEnergy | ( | scalar & | e, |
| const scalar | r | ||
| ) | const [virtual]
|
Implements energyScalingFunction.
Definition at line 66 of file shiftedForce.C.
| bool read | ( | const dictionary & | energyScalingFunctionProperties ) | [virtual]
|