|
LBIBCell
|
This class reports current GeometryNodes. Order of dumping: ID XPos YPos XVelocity YVelocity. More...
#include <GeometryReporter.hpp>
Public Member Functions | |
| GeometryReporter (const std::map< unsigned int, std::shared_ptr< LbmLib::nodes::GeometryNode > > &GeometryNodes, const std::string &filename) | |
| VelocityReporter constructor. More... | |
| virtual void | operator() (unsigned int time) const |
| operator() writes the report More... | |
Public Member Functions inherited from LbmLib::reportHandler::AbstractReportFunctor | |
| AbstractReportFunctor (const std::string &filename) | |
| ReportFunctor The constructor of a reporter functor which takes a name. More... | |
| virtual | ~AbstractReportFunctor () |
| ~ReportFunctor virtual destructor | |
Additional Inherited Members | |
Protected Attributes inherited from LbmLib::reportHandler::AbstractReportFunctor | |
| const std::string | filename_ |
| filename_ Stores the filename of this functor | |
This class reports current GeometryNodes. Order of dumping: ID XPos YPos XVelocity YVelocity.
Definition at line 41 of file GeometryReporter.hpp.
|
inline |
VelocityReporter constructor.
| GeometryNodes | A map containing the GeometryNodes. |
| filename | The filename where the dump is written to |
Definition at line 47 of file GeometryReporter.hpp.
|
virtual |
operator() writes the report
| time | The time step |
Implements LbmLib::reportHandler::AbstractReportFunctor.
Definition at line 35 of file GeometryReporter.cpp.