Public Member Functions | |
pairPotentialList () | |
pairPotentialList (const List< word > &idList, const dictionary &pairPotentialDict, const polyMesh &mesh) | |
~pairPotentialList () | |
void | buildPotentials (const List< word > &idList, const dictionary &pairPotentialDict, const polyMesh &mesh) |
scalar | rCutMax () const |
scalar | rCutMaxSqr () const |
bool | rCutMaxSqr (scalar rIJMagSqr) const |
const pairPotential & | pairPotentialFunction (const label a, const label b) const |
bool | rCutSqr (const label a, const label b, const scalar rIJMagSqr) const |
scalar | rMin (const label a, const label b) const |
scalar | dr (const label a, const label b) const |
scalar | rCutSqr (const label a, const label b) const |
scalar | rCut (const label a, const label b) const |
scalar | force (const label a, const label b, const scalar rIJMag) const |
scalar | energy (const label a, const label b, const scalar rIJMag) const |
const pairPotential & | electrostatic () 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 49 of file pairPotentialList.H.
Definition at line 185 of file pairPotentialList.C.
pairPotentialList | ( | const List< word > & | idList, |
const dictionary & | pairPotentialDict, | ||
const polyMesh & | mesh | ||
) |
Definition at line 192 of file pairPotentialList.C.
References mesh.
~pairPotentialList | ( | ) |
Definition at line 206 of file pairPotentialList.C.
void buildPotentials | ( | const List< word > & | idList, |
const dictionary & | pairPotentialDict, | ||
const polyMesh & | mesh | ||
) |
Definition at line 213 of file pairPotentialList.C.
References mesh, and setSize().
|
inline |
Definition at line 55 of file pairPotentialListI.H.
|
inline |
Definition at line 61 of file pairPotentialListI.H.
bool rCutMaxSqr | ( | scalar | rIJMagSqr | ) | const |
Definition at line 237 of file pairPotentialList.C.
const Foam::pairPotential & pairPotentialFunction | ( | const label | a, |
const label | b | ||
) | const |
Definition at line 228 of file pairPotentialList.C.
References Foam::constant::physicoChemical::b.
bool rCutSqr | ( | const label | a, |
const label | b, | ||
const scalar | rIJMagSqr | ||
) | const |
Definition at line 249 of file pairPotentialList.C.
References Foam::constant::physicoChemical::b.
Foam::scalar rMin | ( | const label | a, |
const label | b | ||
) | const |
Definition at line 265 of file pairPotentialList.C.
References Foam::constant::physicoChemical::b.
Foam::scalar dr | ( | const label | a, |
const label | b | ||
) | const |
Definition at line 275 of file pairPotentialList.C.
References Foam::constant::physicoChemical::b.
Foam::scalar rCutSqr | ( | const label | a, |
const label | b | ||
) | const |
Definition at line 285 of file pairPotentialList.C.
References Foam::constant::physicoChemical::b.
Foam::scalar rCut | ( | const label | a, |
const label | b | ||
) | const |
Definition at line 295 of file pairPotentialList.C.
References Foam::constant::physicoChemical::b.
Foam::scalar force | ( | const label | a, |
const label | b, | ||
const scalar | rIJMag | ||
) | const |
Definition at line 305 of file pairPotentialList.C.
References Foam::constant::physicoChemical::b, and f().
Foam::scalar energy | ( | const label | a, |
const label | b, | ||
const scalar | rIJMag | ||
) | const |
Definition at line 318 of file pairPotentialList.C.
References Foam::constant::physicoChemical::b, and Foam::constant::electromagnetic::e.
|
inline |
Definition at line 67 of file pairPotentialListI.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.