

Public Member Functions | |
| TypeName ("energyScalingFunction") | |
| Runtime type information. More... | |
| 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) | |
| Construct from components. More... | |
| virtual | ~energyScalingFunction ()=default |
| Destructor. More... | |
| virtual void | scaleEnergy (scalar &e, const scalar r) const =0 |
| const dictionary & | energyScalingFunctionProperties () const |
| virtual bool | read (const dictionary &energyScalingFunctionProperties)=0 |
| Read energyScalingFunction dictionary. More... | |
Static Public Member Functions | |
| static autoPtr< energyScalingFunction > | New (const word &name, const dictionary &energyScalingFunctionProperties, const pairPotential &pairPot) |
| Return a reference to the selected viscosity model. More... | |
Protected Member Functions | |
| energyScalingFunction (const energyScalingFunction &)=delete | |
| No copy construct. More... | |
| void | operator= (const energyScalingFunction &)=delete |
| No copy assignment. More... | |
Protected Attributes | |
| word | name_ |
| dictionary | energyScalingFunctionProperties_ |
| const pairPotential & | pairPot_ |
Definition at line 51 of file energyScalingFunction.H.
|
protecteddelete |
No copy construct.
| energyScalingFunction | ( | const word & | name, |
| const dictionary & | energyScalingFunctionProperties, | ||
| const pairPotential & | pairPot | ||
| ) |
Construct from components.
Definition at line 35 of file energyScalingFunction.C.
|
virtualdefault |
Destructor.
|
protecteddelete |
No copy assignment.
| TypeName | ( | "energyScalingFunction" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| energyScalingFunction | , | ||
| dictionary | , | ||
| (const word &name, const dictionary &energyScalingFunctionProperties, const pairPotential &pairPot) | , | ||
| (name, energyScalingFunctionProperties, pairPot) | |||
| ) |
|
static |
Return a reference to the selected viscosity model.
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 138 of file energyScalingFunction.H.
References energyScalingFunction::energyScalingFunctionProperties_.
Referenced by noScaling::read(), shifted::read(), shiftedForce::read(), sigmoid::read(), and doubleSigmoid::read().

|
pure virtual |
Read energyScalingFunction dictionary.
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.