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