

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 () |
| 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 &) | |
| Disallow copy construct. More... | |
| void | operator= (const energyScalingFunction &) |
| Disallow default bitwise assignment. More... | |
Protected Attributes | |
| word | name_ |
| dictionary | energyScalingFunctionProperties_ |
| const pairPotential & | pairPot_ |
Definition at line 52 of file energyScalingFunction.H.
|
protected |
Disallow copy construct.
| energyScalingFunction | ( | const word & | name, |
| const dictionary & | energyScalingFunctionProperties, | ||
| const pairPotential & | pairPot | ||
| ) |
Construct from components.
Definition at line 40 of file energyScalingFunction.C.
References energyScalingFunction::read().

|
inlinevirtual |
Destructor.
Definition at line 120 of file energyScalingFunction.H.
References Foam::e, and energyScalingFunction::scaleEnergy().

|
protected |
Disallow default bitwise 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 32 of file energyScalingFunctionNew.C.
References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, dictionary::lookup(), Foam::name(), and Foam::nl.
Referenced by pairPotential::scaleEnergy().


|
pure virtual |
Implemented in doubleSigmoid, sigmoid, shiftedForce, shifted, and noScaling.
Referenced by energyScalingFunction::~energyScalingFunction().

|
inline |
Definition at line 128 of file energyScalingFunction.H.
References energyScalingFunction::energyScalingFunctionProperties_, and energyScalingFunction::read().

|
pure virtual |
Read energyScalingFunction dictionary.
Implemented in doubleSigmoid, sigmoid, shiftedForce, shifted, and noScaling.
Definition at line 56 of file energyScalingFunction.C.
Referenced by energyScalingFunction::energyScalingFunction(), energyScalingFunction::energyScalingFunctionProperties(), noScaling::read(), shifted::read(), shiftedForce::read(), sigmoid::read(), and doubleSigmoid::read().

|
protected |
Definition at line 59 of file energyScalingFunction.H.
|
protected |
Definition at line 61 of file energyScalingFunction.H.
Referenced by energyScalingFunction::energyScalingFunctionProperties().
|
protected |
Definition at line 63 of file energyScalingFunction.H.
1.8.11