Public Member Functions | |
tetherPotentialList () | |
tetherPotentialList (const List< word > &siteIdList, const dictionary &tetherPotentialDict, const List< word > &tetherSiteIdList) | |
~tetherPotentialList () | |
void | buildPotentials (const List< word > &siteIdList, const dictionary &tetherPotentialDict, const List< word > &tetherSiteIdList) |
const List< word > & | idMap () const |
const tetherPotential & | tetherPotentialFunction (const label a) const |
vector | force (const label a, const vector rIT) const |
scalar | energy (const label a, const vector rIT) const |
![]() | |
constexpr | PtrList () noexcept |
PtrList (const label len) | |
PtrList (const PtrList< T > &list) | |
PtrList (PtrList< T > &&list) | |
PtrList (UList< T * > &list) | |
PtrList (const PtrList< T > &list, const CloneArg &cloneArgs) | |
PtrList (PtrList< T > &list, bool reuse) | |
PtrList (const SLPtrList< T > &list) | |
PtrList (Istream &is, const INew &inew) | |
PtrList (Istream &is) | |
PtrList (PtrList< T > &list, bool reuse) | |
PtrList (const SLPtrList< T > &list) | |
constexpr | PtrList () noexcept |
PtrList (const label len) | |
PtrList (const PtrList< T > &list) | |
PtrList (PtrList< T > &&list) | |
PtrList (UList< T * > &list) | |
PtrList (Istream &is) | |
~PtrList () | |
PtrList< T > | clone (Args &&... args) const |
Foam::PtrList< T > | clone (Args &&... args) const |
const T * | set (const label i) const |
autoPtr< T > | set (const label i, T *ptr) |
autoPtr< T > | set (const label i, autoPtr< T > &ptr) |
autoPtr< T > | set (const label i, autoPtr< T > &&ptr) |
autoPtr< T > | set (const label i, std::unique_ptr< T > &&ptr) |
autoPtr< T > | set (const label i, const refPtr< T > &ptr) |
autoPtr< T > | set (const label i, const tmp< T > &ptr) |
void | clear () |
void | resize (const label newLen) |
void | setSize (const label newLen) |
void | emplace_append (Args &&... args) |
void | append (T *ptr) |
void | append (autoPtr< T > &ptr) |
void | append (autoPtr< T > &&ptr) |
void | append (std::unique_ptr< T > &&ptr) |
void | append (const refPtr< T > &ptr) |
void | append (const tmp< T > &ptr) |
autoPtr< T > | emplace (const label i, Args &&... args) |
Foam::autoPtr< T > | emplace (const label i, Args &&... args) |
autoPtr< T > | release (const label i) |
void | transfer (PtrList< T > &list) |
void | operator= (const PtrList< T > &list) |
void | operator= (PtrList< T > &&list) |
Additional Inherited Members | |
![]() | |
void | readIstream (Istream &is, const INew &inew) |
void | free () |
Definition at line 48 of file tetherPotentialList.H.
Definition at line 82 of file tetherPotentialList.C.
tetherPotentialList | ( | const List< word > & | siteIdList, |
const dictionary & | tetherPotentialDict, | ||
const List< word > & | tetherSiteIdList | ||
) |
Definition at line 90 of file tetherPotentialList.C.
~tetherPotentialList | ( | ) |
Definition at line 105 of file tetherPotentialList.C.
void buildPotentials | ( | const List< word > & | siteIdList, |
const dictionary & | tetherPotentialDict, | ||
const List< word > & | tetherSiteIdList | ||
) |
Definition at line 112 of file tetherPotentialList.C.
References setSize().
const Foam::tetherPotential & tetherPotentialFunction | ( | const label | a | ) | const |
Definition at line 125 of file tetherPotentialList.C.
Foam::vector force | ( | const label | a, |
const vector | rIT | ||
) | const |
Definition at line 134 of file tetherPotentialList.C.
Foam::scalar energy | ( | const label | a, |
const vector | rIT | ||
) | const |
Definition at line 144 of file tetherPotentialList.C.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.