LBIBCell
|
The vtkForceReporter class This class dumps the cell forces in .vtm vtk format. More...
#include <vtkForceReporter.hpp>
Public Member Functions | |
vtkForceReporter (const std::map< unsigned int, std::shared_ptr< LbmLib::nodes::GeometryNode > > &geometryNodes, const solver::ForceSolver &forcesolver, const std::string &filename) | |
vtkForceReporter The 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 | |
The vtkForceReporter class This class dumps the cell forces in .vtm vtk format.
Definition at line 52 of file vtkForceReporter.hpp.
|
inline |
vtkForceReporter The constructor.
geometryNodes | The geometry nodes. |
forcesolver | The force solver. |
filename | The filename to dump to. |
Definition at line 60 of file vtkForceReporter.hpp.
|
virtual |
operator() Writes the report
time | The time step |
Implements LbmLib::reportHandler::AbstractReportFunctor.
Definition at line 45 of file vtkForceReporter.cpp.