

Public Member Functions | |
| TypeInfo ("empty") | |
| empty (const dictionary &dict) | |
| add_vCtor (positionParticles, empty, dictionary) | |
| virtual | ~empty ()=default |
| virtual label | numPoints () const |
| virtual label | size () const |
| real | maxDiameter () const override |
| virtual const realx3Vector & | position () const |
| virtual realx3Vector & | position () |
Public Member Functions inherited from positionParticles | |
| TypeInfo ("positionParticles") | |
| positionParticles (const dictionary &dict) | |
| create_vCtor (positionParticles, dictionary,(const dictionary &dict),(dict)) | |
| virtual | ~positionParticles ()=default |
| virtual realx3Vector | getFinalPosition () |
Protected Attributes | |
| dictionary | emptyDict_ |
| realx3Vector | position_ |
Protected Attributes inherited from positionParticles | |
| uniquePtr< regionBase > | region_ = nullptr |
| size_t | maxNumberOfParticles_ = 10000 |
| Logical | mortonSorting_ |
Additional Inherited Members | |
Static Public Member Functions inherited from positionParticles | |
| static uniquePtr< positionParticles > | create (const dictionary &dict) |
Protected Member Functions inherited from positionParticles | |
| realx3Vector | sortByMortonCode (realx3Vector &position) const |
Static Protected Attributes inherited from positionParticles | |
| static const size_t | numReports_ = 40 |
| empty | ( | const dictionary & | dict | ) |
|
virtualdefault |
| TypeInfo | ( | "empty" | ) |
| add_vCtor | ( | positionParticles | , |
| empty | , | ||
| dictionary | |||
| ) |
|
inlinevirtual |
Implements positionParticles.
|
inlinevirtual |
Implements positionParticles.
|
inlineoverridevirtual |
Implements positionParticles.
|
inlinevirtual |
|
inlinevirtual |
|
protected |
|
protected |
Definition at line 40 of file empty.hpp.
Referenced by empty::position().