

Public Member Functions | |
| demGeometry (systemControl &control) | |
Public Member Functions inherited from demComponent | |
| TypeInfo ("demComponent") | |
| demComponent (const word &name, systemControl &control) | |
| virtual | ~demComponent ()=default |
| const auto & | control () const |
| auto & | control () |
| real | dt () const |
| real | currentTime () const |
| auto & | timers () |
| const auto & | timers () const |
| virtual bool | beforeIteration ()=0 |
| virtual bool | iterate ()=0 |
| virtual bool | afterIteration ()=0 |
Additional Inherited Members | |
Protected Attributes inherited from demComponent | |
| word | componentName_ |
| systemControl & | control_ |
| Timers | timers_ |
Definition at line 31 of file demGeometry.hpp.
|
inline |
Definition at line 37 of file demGeometry.hpp.