Public Member Functions | |
forceList (liquidFilmBase &film) | |
forceList (liquidFilmBase &film, const dictionary &dict) | |
virtual | ~forceList () |
tmp< faVectorMatrix > | correct (areaVectorField &U) |
![]() | |
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 52 of file forceList.H.
forceList | ( | liquidFilmBase & | film | ) |
Definition at line 34 of file forceList.C.
forceList | ( | liquidFilmBase & | film, |
const dictionary & | dict | ||
) |
Definition at line 41 of file forceList.C.
References dict, Foam::endl(), forAll, Foam::Info, dictionary::lookup(), force::New(), Foam::BitOps::set(), and setSize().
|
virtual |
Definition at line 69 of file forceList.C.
tmp< faVectorMatrix > correct | ( | areaVectorField & | U | ) |
Definition at line 75 of file forceList.C.
References Foam::dimDensity, Foam::dimForce, forAll, tmp::ref(), and U.
Referenced by kinematicThinFilm::evolveRegion().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.