conveyor belt model for a wall More...
Collaboration diagram for conveyorBelt:Public Member Functions | |
| TypeInfoNV ("conveyorBelt") | |
| FUNCTION_HD | conveyorBelt ()=default |
| FUNCTION_H | conveyorBelt (const dictionary &dict) |
| FUNCTION_HD | conveyorBelt (const conveyorBelt &)=default |
| conveyorBelt & | operator= (const conveyorBelt &)=default |
| INLINE_FUNCTION_HD void | setTime (real t) |
| INLINE_FUNCTION_HD realx3 | linVelocityPoint (const realx3 &) const |
| INLINE_FUNCTION_HD realx3 | transferPoint (const realx3 &p, real) const |
| FUNCTION_H bool | read (const dictionary &dict) |
| FUNCTION_H bool | write (dictionary &dict) const |
| FUNCTION_H bool | read (iIstream &is) |
| FUNCTION_H bool | write (iOstream &os) const |
Private Attributes | |
| realx3 | tangentVelocity_ {0, 0, 0} |
conveyor belt model for a wall
Definition at line 40 of file conveyorBelt.hpp.
|
default |
|
explicit |
Definition at line 26 of file conveyorBelt.cpp.
References pFlow::endl(), fatalErrorInFunction, fatalExit, dictionary::globalName(), and conveyorBelt::read().
Here is the call graph for this function:
|
default |
| TypeInfoNV | ( | "conveyorBelt" | ) |
|
default |
|
inline |
Definition at line 63 of file conveyorBelt.hpp.
|
inline |
Definition at line 67 of file conveyorBelt.hpp.
References conveyorBelt::tangentVelocity_.
|
inline |
Definition at line 73 of file conveyorBelt.hpp.
| FUNCTION_H bool read | ( | const dictionary & | dict | ) |
Definition at line 37 of file conveyorBelt.cpp.
References dictionary::getVal().
Referenced by conveyorBelt::conveyorBelt().
Here is the call graph for this function:
Here is the caller graph for this function:| FUNCTION_H bool write | ( | dictionary & | dict | ) | const |
Definition at line 46 of file conveyorBelt.cpp.
References dictionary::add(), pFlow::endl(), fatalErrorInFunction, and dictionary::globalName().
Here is the call graph for this function:| FUNCTION_H bool read | ( | iIstream & | is | ) |
Definition at line 58 of file conveyorBelt.cpp.
References notImplementedFunction.
| FUNCTION_H bool write | ( | iOstream & | os | ) | const |
Definition at line 66 of file conveyorBelt.cpp.
References iOstream::writeWordEntry().
Here is the call graph for this function:
|
private |
Definition at line 44 of file conveyorBelt.hpp.
Referenced by conveyorBelt::linVelocityPoint().