

Public Member Functions | |
| TypeName ("tetherPotential") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, tetherPotential, dictionary,(const word &name, const dictionary &tetherPotentialProperties),(name, tetherPotentialProperties)) | |
| tetherPotential (const word &name, const dictionary &tetherPotentialProperties) | |
| Construct from components. More... | |
| virtual | ~tetherPotential ()=default |
| Destructor. More... | |
| virtual scalar | energy (const vector r) const =0 |
| virtual vector | force (const vector r) const =0 |
| const dictionary & | tetherPotentialProperties () const |
| virtual bool | read (const dictionary &tetherPotentialProperties)=0 |
| Read tetherPotential dictionary. More... | |
Static Public Member Functions | |
| static autoPtr< tetherPotential > | New (const word &name, const dictionary &tetherPotentialProperties) |
| Return a reference to the selected viscosity model. More... | |
Protected Member Functions | |
| tetherPotential (const tetherPotential &)=delete | |
| No copy construct. More... | |
| void | operator= (const tetherPotential &)=delete |
| No copy assignment. More... | |
Protected Attributes | |
| word | name_ |
| dictionary | tetherPotentialProperties_ |
Definition at line 51 of file tetherPotential.H.
|
protecteddelete |
No copy construct.
| tetherPotential | ( | const word & | name, |
| const dictionary & | tetherPotentialProperties | ||
| ) |
Construct from components.
Definition at line 35 of file tetherPotential.C.
|
virtualdefault |
Destructor.
|
protecteddelete |
No copy assignment.
| TypeName | ( | "tetherPotential" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| tetherPotential | , | ||
| dictionary | , | ||
| (const word &name, const dictionary &tetherPotentialProperties) | , | ||
| (name, tetherPotentialProperties) | |||
| ) |
|
static |
Return a reference to the selected viscosity model.
Definition at line 27 of file tetherPotentialNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, Foam::Info, Foam::name(), and Foam::nl.

|
pure virtual |
Implemented in pitchForkRing, restrainedHarmonicSpring, and harmonicSpring.
Implemented in pitchForkRing, restrainedHarmonicSpring, and harmonicSpring.
|
inline |
Definition at line 134 of file tetherPotential.H.
References tetherPotential::tetherPotentialProperties_.
Referenced by harmonicSpring::read(), pitchForkRing::read(), and tetherPotential::read().

|
pure virtual |
Read tetherPotential dictionary.
Implemented in pitchForkRing, restrainedHarmonicSpring, and harmonicSpring.
Definition at line 48 of file tetherPotential.C.
References tetherPotential::tetherPotentialProperties(), and tetherPotential::tetherPotentialProperties_.
Referenced by harmonicSpring::read(), restrainedHarmonicSpring::read(), and pitchForkRing::read().


|
protected |
Definition at line 58 of file tetherPotential.H.
|
protected |
Definition at line 59 of file tetherPotential.H.
Referenced by tetherPotential::read(), and tetherPotential::tetherPotentialProperties().