Public Member Functions | |
TypeInfo ("insertion") | |
insertion (particles &prtcl) | |
virtual | ~insertion ()=default |
bool | isActive () const |
virtual bool | read (iIstream &is)=0 |
virtual bool | write (iOstream &os) const =0 |
Protected Member Functions | |
bool | readInsertionDict (const dictionary &dict) |
bool | writeInsertionDict (dictionary &dict) const |
Protected Attributes | |
Logical | active_ = "No" |
Logical | checkForCollision_ = "No" |
particles & | particles_ |
Definition at line 33 of file insertion.hpp.
Definition at line 69 of file insertion.cpp.
|
virtualdefault |
|
protected |
Definition at line 28 of file insertion.cpp.
References endREPORT, dictionary::getVal(), REPORT, and yellowText.
|
protected |
Definition at line 47 of file insertion.cpp.
References dictionary::add(), pFlow::endl(), fatalErrorInFunction, and dictionary::globalName().
TypeInfo | ( | "insertion" | ) |
|
inline |
Definition at line 60 of file insertion.hpp.
References insertion::active_.
|
pure virtual |
Implemented in Insertion< ShapeType >.
|
pure virtual |
Implemented in Insertion< ShapeType >.
|
protected |
Definition at line 37 of file insertion.hpp.
Referenced by insertion::isActive().
|
protected |
Definition at line 40 of file insertion.hpp.
|
protected |
Definition at line 43 of file insertion.hpp.