#include <pitchForkRing.H>


Public Member Functions | |
| TypeName ("pitchForkRing") | |
| Runtime type information. | |
| pitchForkRing (const word &name, const dictionary &tetherPotentialProperties) | |
| Construct from components. | |
| ~pitchForkRing () | |
| Destructor. | |
| scalar | energy (const vector r) const |
| vector | force (const vector r) const |
| bool | read (const dictionary &tetherPotentialProperties) |
| Read dictionary. | |
| Public Member Functions inherited from tetherPotential | |
| TypeName ("tetherPotential") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, tetherPotential, dictionary,(const word &name, const dictionary &tetherPotentialProperties),(name, tetherPotentialProperties)) | |
| tetherPotential (const word &name, const dictionary &tetherPotentialProperties) | |
| Construct from components. | |
| virtual | ~tetherPotential ()=default |
| Destructor. | |
| const dictionary & | tetherPotentialProperties () const |
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. | |
| Protected Member Functions inherited from tetherPotential | |
| tetherPotential (const tetherPotential &)=delete | |
| No copy construct. | |
| void | operator= (const tetherPotential &)=delete |
| No copy assignment. | |
| Protected Attributes inherited from tetherPotential | |
| word | name_ |
| dictionary | tetherPotentialProperties_ |
| pitchForkRing | ( | const word & | name, |
| const dictionary & | tetherPotentialProperties ) |
Construct from components.
Definition at line 45 of file pitchForkRing.C.
References Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, Foam::name(), tetherPotential::tetherPotential(), and tetherPotential::tetherPotentialProperties().

|
inline |
Destructor.
Definition at line 84 of file pitchForkRing.H.
| TypeName | ( | "pitchForkRing" | ) |
Runtime type information.
References Foam::name(), and tetherPotential::tetherPotentialProperties().

|
virtual |
Implements tetherPotential.
Definition at line 64 of file pitchForkRing.C.
References p, Foam::sqr(), Foam::sqrt(), Vector< Cmpt >::x(), Vector< Cmpt >::y(), and Vector< Cmpt >::z().

Implements tetherPotential.
Definition at line 77 of file pitchForkRing.C.
References p, Foam::sqr(), Foam::sqrt(), Vector< Cmpt >::x(), Vector< Cmpt >::y(), and Vector< Cmpt >::z().

|
virtual |
Read dictionary.
Implements tetherPotential.
Definition at line 92 of file pitchForkRing.C.
References Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, tetherPotential::read(), and tetherPotential::tetherPotentialProperties().
