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 () |
![]() | |
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_ |
![]() | |
uniquePtr< regionBase > | region_ = nullptr |
size_t | maxNumberOfParticles_ = 10000 |
Logical | mortonSorting_ |
Additional Inherited Members | |
![]() | |
static uniquePtr< positionParticles > | create (const dictionary &dict) |
![]() | |
realx3Vector | sortByMortonCode (realx3Vector &position) const |
![]() | |
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().