Classes | |
class | Model |
Public Member Functions | |
TypeInfoNV ("fixedWall") | |
fixedWall () | |
fixedWall (const dictionary &dict) | |
fixedWall (const fixedWall &)=default | |
fixedWall (fixedWall &&)=default | |
fixedWall & | operator= (const fixedWall &)=default |
fixedWall & | operator= (fixedWall &&)=default |
~fixedWall ()=default | |
Model | getModel (real t) const |
int32 | nameToIndex (const word &name) const |
word | indexToName (label i) const |
INLINE_FUNCTION_HD realx3 | pointVelocity (label n, const realx3 &p) const |
INLINE_FUNCTION_HD realx3 | transferPoint (label n, const realx3 p, real dt) const |
INLINE_FUNCTION_HD bool | transferPoint (label n, realx3 *pVec, size_t numP, real dt) |
INLINE_FUNCTION_HD bool | isMoving () const |
bool | move (real t, real dt) |
FUNCTION_H bool | read (iIstream &is) |
FUNCTION_H bool | write (iOstream &os) const |
Protected Member Functions | |
bool | readDictionary (const dictionary &dict) |
bool | writeDictionary (dictionary &dict) const |
Protected Attributes | |
const word | name_ = "none" |
Definition at line 37 of file fixedWall.hpp.
fixedWall | ( | ) |
Definition at line 55 of file fixedWall.cpp.
fixedWall | ( | const dictionary & | dict | ) |
Definition at line 59 of file fixedWall.cpp.
References fatalExit.
|
default |
|
protected |
Definition at line 26 of file fixedWall.cpp.
References pFlow::endl(), fatalErrorInFunction, and dictionary::getVal().
|
protected |
Definition at line 44 of file fixedWall.cpp.
References dictionary::add(), and dictionary::subDictOrCreate().
TypeInfoNV | ( | "fixedWall" | ) |
Definition at line 110 of file fixedWall.hpp.
Definition at line 115 of file fixedWall.hpp.
Definition at line 120 of file fixedWall.hpp.
References fixedWall::name_.
|
inline |
Definition at line 127 of file fixedWall.hpp.
References pFlow::zero3.
|
inline |
Definition at line 135 of file fixedWall.hpp.
|
inline |
Definition at line 143 of file fixedWall.hpp.
|
inline |
Definition at line 149 of file fixedWall.hpp.
Definition at line 154 of file fixedWall.hpp.
bool read | ( | iIstream & | is | ) |
Definition at line 70 of file fixedWall.cpp.
References ioErrorInFile, IOstream::lineNumber(), pFlow::motionModelFile__, IOstream::name(), and dictionary::read().
bool write | ( | iOstream & | os | ) | const |
Definition at line 91 of file fixedWall.cpp.
References ioErrorInFile, IOstream::lineNumber(), pFlow::motionModelFile__, IOstream::name(), and dictionary::write().
|
protected |
Definition at line 84 of file fixedWall.hpp.
Referenced by fixedWall::indexToName().