Public Member Functions | |
TypeName ("pitchForkRing") | |
Runtime type information. More... | |
pitchForkRing (const word &name, const dictionary &tetherPotentialProperties) | |
Construct from components. More... | |
~pitchForkRing () | |
Destructor. More... | |
scalar | energy (const vector r) const |
vector | force (const vector r) const |
bool | read (const dictionary &tetherPotentialProperties) |
Read dictionary. More... | |
Public Member Functions inherited from tetherPotential | |
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... | |
tetherPotential (const tetherPotential &) | |
Disallow default bitwise copy construction. More... | |
virtual | ~tetherPotential () |
Destructor. More... | |
const dictionary & | tetherPotentialProperties () const |
void | operator= (const tetherPotential &)=delete |
Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from tetherPotential | |
static autoPtr< tetherPotential > | New (const word &name, const dictionary &tetherPotentialProperties) |
Return a reference to the selected viscosity model. More... | |
Protected Attributes inherited from tetherPotential | |
word | name_ |
dictionary | tetherPotentialProperties_ |
pitchForkRing | ( | const word & | name, |
const dictionary & | tetherPotentialProperties | ||
) |
Construct from components.
Definition at line 51 of file pitchForkRing.C.
|
inline |
Destructor.
Definition at line 80 of file pitchForkRing.H.
References pitchForkRing::energy(), pitchForkRing::force(), and pitchForkRing::read().
TypeName | ( | "pitchForkRing" | ) |
Runtime type information.
|
virtual |
Implements tetherPotential.
Definition at line 69 of file pitchForkRing.C.
References p, Foam::sqr(), Foam::sqrt(), Vector< Cmpt >::x(), Vector< Cmpt >::y(), and Vector< Cmpt >::z().
Referenced by pitchForkRing::~pitchForkRing().
Implements tetherPotential.
Definition at line 82 of file pitchForkRing.C.
References p, Foam::sqr(), Foam::sqrt(), Vector< Cmpt >::x(), Vector< Cmpt >::y(), and Vector< Cmpt >::z().
Referenced by pitchForkRing::~pitchForkRing().
|
virtual |
Read dictionary.
Implements tetherPotential.
Definition at line 97 of file pitchForkRing.C.
References dictionary::lookup(), tetherPotential::read(), and dictionary::subDict().
Referenced by pitchForkRing::~pitchForkRing().