Public Member Functions | |
forceList (surfaceFilmModel &owner) | |
Construct null. More... | |
forceList (surfaceFilmModel &owner, const dictionary &dict) | |
Construct from type name, dictionary and surface film model. More... | |
virtual | ~forceList () |
Destructor. More... | |
tmp< fvVectorMatrix > | correct (volVectorField &U) |
Return (net) force system. More... | |
![]() | |
PtrList () | |
Null Constructor. More... | |
PtrList (const label) | |
Construct with size specified. More... | |
PtrList (const PtrList< force > &) | |
Copy constructor. More... | |
PtrList (const PtrList< force > &, const CloneArg &) | |
Copy constructor with additional argument for clone. More... | |
PtrList (const Xfer< PtrList< force > > &) | |
Construct by transferring the parameter contents. More... | |
PtrList (PtrList< force > &, bool reUse) | |
Construct as copy or re-use as specified. More... | |
PtrList (const SLPtrList< force > &) | |
Construct as copy of SLPtrList<T> More... | |
PtrList (Istream &, const INew &) | |
Construct from Istream using given Istream constructor class. More... | |
PtrList (Istream &) | |
Construct from Istream using default Istream constructor class. More... | |
~PtrList () | |
Destructor. More... | |
label | size () const |
Return the number of elements in the PtrList. More... | |
bool | empty () const |
Return true if the PtrList is empty (ie, size() is zero). More... | |
force & | first () |
Return reference to the first element of the list. More... | |
const force & | first () const |
Return reference to first element of the list. More... | |
force & | last () |
Return reference to the last element of the list. More... | |
const force & | last () const |
Return reference to the last element of the list. More... | |
void | setSize (const label) |
Reset size of PtrList. If extending the PtrList, new entries are. More... | |
void | resize (const label) |
Alias for setSize(const label) More... | |
void | clear () |
Clear the PtrList, i.e. set size to zero deleting all the. More... | |
void | append (force *) |
Append an element at the end of the list. More... | |
void | append (const autoPtr< force > &) |
void | append (const tmp< force > &) |
void | transfer (PtrList< force > &) |
Transfer the contents of the argument PtrList into this PtrList. More... | |
Xfer< PtrList< force > > | xfer () |
Transfer contents to the Xfer container. More... | |
bool | set (const label) const |
Is element set. More... | |
autoPtr< force > | set (const label, force *) |
Set element. Return old element (can be NULL). More... | |
autoPtr< force > | set (const label, const autoPtr< force > &) |
autoPtr< force > | set (const label, const tmp< force > &) |
void | reorder (const labelUList &) |
Reorders elements. Ordering does not have to be done in. More... | |
const force & | operator[] (const label) const |
Return element const reference. More... | |
force & | operator[] (const label) |
Return element reference. More... | |
const force * | operator() (const label) const |
Return element const pointer. More... | |
PtrList< force > & | operator= (const PtrList< force > &) |
Assignment. More... | |
iterator | begin () |
Return an iterator to begin traversing the PtrList. More... | |
const_iterator | begin () const |
Return an const_iterator to begin traversing the PtrList. More... | |
iterator | end () |
Return an iterator to end traversing the PtrList. More... | |
const_iterator | end () const |
Return an const_iterator to end traversing the PtrList. More... | |
const_iterator | cbegin () const |
Return an const_iterator to begin traversing the PtrList. More... | |
const_iterator | cend () const |
Return an const_iterator to end traversing the PtrList. More... | |
Additional Inherited Members | |
![]() | |
typedef force | value_type |
Type of values the PtrList contains. More... | |
typedef force & | reference |
Type that can be used for storing into PtrList::value_type objects. More... | |
typedef const force & | const_reference |
Type that can be used for storing into constant PtrList::value_type. More... | |
![]() | |
void | read (Istream &, const INew &inewt) |
Read from Istream using given Istream constructor class. More... | |
Definition at line 53 of file forceList.H.
forceList | ( | surfaceFilmModel & | owner | ) |
Construct null.
Definition at line 39 of file forceList.C.
forceList | ( | surfaceFilmModel & | owner, |
const dictionary & | dict | ||
) |
Construct from type name, dictionary and surface film model.
Definition at line 46 of file forceList.C.
References Foam::endl(), forAll, Foam::Info, dictionary::lookup(), force::New(), and PtrList< force >::setSize().
|
virtual |
Destructor.
Definition at line 73 of file forceList.C.
tmp< fvVectorMatrix > correct | ( | volVectorField & | U | ) |
Return (net) force system.
Definition at line 78 of file forceList.C.
References Foam::dimArea, Foam::dimForce, Foam::dimVolume, forAll, and PtrList< force >::operator[]().
Referenced by kinematicSingleLayer::solveMomentum().