Public Member Functions | |
potential (const polyMesh &mesh) | |
Construct from mesh reference. More... | |
potential (const polyMesh &mesh, const IOdictionary &mdInitialiseDict, IOdictionary &idListDict) | |
Construct from mdInitialiseDict. More... | |
potential (const potential &)=delete | |
Disallow default bitwise copy construction. More... | |
~potential () | |
Destructor. More... | |
label | nIds () const |
const List< word > & | idList () const |
const List< word > & | siteIdList () const |
scalar | potentialEnergyLimit () const |
label | nPairPotentials () const |
const labelList & | removalOrder () const |
const pairPotentialList & | pairPotentials () const |
const tetherPotentialList & | tetherPotentials () const |
const vector & | gravity () const |
void | operator= (const potential &)=delete |
Disallow default bitwise assignment. More... | |
Construct from mesh reference.
Definition at line 352 of file potential.C.
potential | ( | const polyMesh & | mesh, |
const IOdictionary & | mdInitialiseDict, | ||
IOdictionary & | idListDict | ||
) |
Construct from mdInitialiseDict.
Definition at line 361 of file potential.C.
~potential | ( | ) |
Destructor.
Definition at line 374 of file potential.C.
|
inline |
Definition at line 28 of file potentialI.H.
References List< T >::size().
|
inline |
Definition at line 34 of file potentialI.H.
|
inline |
Definition at line 40 of file potentialI.H.
|
inline |
Definition at line 46 of file potentialI.H.
|
inline |
Definition at line 52 of file potentialI.H.
References UPtrList< T >::size().
|
inline |
Definition at line 58 of file potentialI.H.
|
inline |
Definition at line 64 of file potentialI.H.
|
inline |
Definition at line 71 of file potentialI.H.
|
inline |
Definition at line 77 of file potentialI.H.
|
delete |
Disallow default bitwise assignment.