Public Member Functions | |
TypeName ("energyScalingFunction") | |
declareRunTimeSelectionTable (autoPtr, energyScalingFunction, dictionary,(const word &name, const dictionary &energyScalingFunctionProperties, const pairPotential &pairPot),(name, energyScalingFunctionProperties, pairPot)) | |
energyScalingFunction (const word &name, const dictionary &energyScalingFunctionProperties, const pairPotential &pairPot) | |
virtual | ~energyScalingFunction ()=default |
virtual void | scaleEnergy (scalar &e, const scalar r) const =0 |
const dictionary & | energyScalingFunctionProperties () const |
virtual bool | read (const dictionary &energyScalingFunctionProperties)=0 |
Static Public Member Functions | |
static autoPtr< energyScalingFunction > | New (const word &name, const dictionary &energyScalingFunctionProperties, const pairPotential &pairPot) |
Protected Member Functions | |
energyScalingFunction (const energyScalingFunction &)=delete | |
void | operator= (const energyScalingFunction &)=delete |
Protected Attributes | |
word | name_ |
dictionary | energyScalingFunctionProperties_ |
const pairPotential & | pairPot_ |
Definition at line 51 of file energyScalingFunction.H.
|
protecteddelete |
energyScalingFunction | ( | const word & | name, |
const dictionary & | energyScalingFunctionProperties, | ||
const pairPotential & | pairPot | ||
) |
Definition at line 35 of file energyScalingFunction.C.
|
virtualdefault |
|
protecteddelete |
TypeName | ( | "energyScalingFunction" | ) |
declareRunTimeSelectionTable | ( | autoPtr | , |
energyScalingFunction | , | ||
dictionary | , | ||
(const word &name, const dictionary &energyScalingFunctionProperties, const pairPotential &pairPot) | , | ||
(name, energyScalingFunctionProperties, pairPot) | |||
) |
|
static |
Definition at line 28 of file energyScalingFunctionNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, Foam::Info, and Foam::name().
Referenced by pairPotential::scaleEnergy().
|
pure virtual |
Implemented in doubleSigmoid, sigmoid, shiftedForce, shifted, and noScaling.
Referenced by pairPotential::scaleEnergy().
|
inline |
Definition at line 126 of file energyScalingFunction.H.
References energyScalingFunction::energyScalingFunctionProperties_.
Referenced by noScaling::read(), shifted::read(), shiftedForce::read(), sigmoid::read(), and doubleSigmoid::read().
|
pure virtual |
Implemented in doubleSigmoid, sigmoid, shiftedForce, shifted, and noScaling.
Definition at line 51 of file energyScalingFunction.C.
Referenced by noScaling::read(), shifted::read(), shiftedForce::read(), sigmoid::read(), and doubleSigmoid::read().
|
protected |
Definition at line 58 of file energyScalingFunction.H.
|
protected |
Definition at line 60 of file energyScalingFunction.H.
Referenced by energyScalingFunction::energyScalingFunctionProperties().
|
protected |
Definition at line 62 of file energyScalingFunction.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.