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