LBIBCell
 All Classes Functions Variables Friends Pages
LbmLib::reportHandler::vtkForceReporter Class Reference

The vtkForceReporter class This class dumps the cell forces in .vtm vtk format. More...

#include <vtkForceReporter.hpp>

Inheritance diagram for LbmLib::reportHandler::vtkForceReporter:
LbmLib::reportHandler::AbstractReportFunctor

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
 

Detailed Description

The vtkForceReporter class This class dumps the cell forces in .vtm vtk format.

Definition at line 52 of file vtkForceReporter.hpp.

Constructor & Destructor Documentation

LbmLib::reportHandler::vtkForceReporter::vtkForceReporter ( const std::map< unsigned int, std::shared_ptr< LbmLib::nodes::GeometryNode > > &  geometryNodes,
const solver::ForceSolver forcesolver,
const std::string &  filename 
)
inline

vtkForceReporter The constructor.

Parameters
geometryNodesThe geometry nodes.
forcesolverThe force solver.
filenameThe filename to dump to.

Definition at line 60 of file vtkForceReporter.hpp.

Member Function Documentation

void LbmLib::reportHandler::vtkForceReporter::operator() ( unsigned int  time) const
virtual

operator() Writes the report

Parameters
timeThe time step

Implements LbmLib::reportHandler::AbstractReportFunctor.

Definition at line 45 of file vtkForceReporter.cpp.


The documentation for this class was generated from the following files: