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

The vtkFluidReporter class This class dumps the fluid field in .vtm vtk format. More...

#include <vtkFluidReporter.hpp>

Inheritance diagram for LbmLib::reportHandler::vtkFluidReporter:
LbmLib::reportHandler::AbstractReportFunctor

Public Member Functions

 vtkFluidReporter (const std::vector< std::vector< nodes::PhysicalNode * > > &physicalNodes, const unsigned int cdecoarseningfactor, const std::string &filename)
 vtkCDEReporter 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 vtkFluidReporter class This class dumps the fluid field in .vtm vtk format.

Definition at line 55 of file vtkFluidReporter.hpp.

Constructor & Destructor Documentation

LbmLib::reportHandler::vtkFluidReporter::vtkFluidReporter ( const std::vector< std::vector< nodes::PhysicalNode * > > &  physicalNodes,
const unsigned int  cdecoarseningfactor,
const std::string &  filename 
)
inline

vtkCDEReporter The constructor.

Parameters
physicalNodesThe physical nodes.
cdecoarseningfactorThe coarsening factor.
filenameThe filename where the dump is written to

Definition at line 63 of file vtkFluidReporter.hpp.

Member Function Documentation

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

operator() Writes the report

Parameters
timeThe time step

Implements LbmLib::reportHandler::AbstractReportFunctor.

Definition at line 44 of file vtkFluidReporter.cpp.


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