LBIBCell
 All Classes Functions Variables Friends Pages
LbmLib::reportHandler::VelocityReporter Struct Reference

The DensityReporter class This class reports the velocity of the fluid solver. The dump look as if: xPos yPos vx vy. More...

#include <VelocityReporter.hpp>

Inheritance diagram for LbmLib::reportHandler::VelocityReporter:
LbmLib::reportHandler::AbstractReportFunctor

Public Member Functions

 VelocityReporter (const std::vector< std::vector< nodes::PhysicalNode * > > &physicalNodes, 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
 

Detailed Description

The DensityReporter class This class reports the velocity of the fluid solver. The dump look as if: xPos yPos vx vy.

Definition at line 37 of file VelocityReporter.hpp.

Constructor & Destructor Documentation

LbmLib::reportHandler::VelocityReporter::VelocityReporter ( const std::vector< std::vector< nodes::PhysicalNode * > > &  physicalNodes,
const std::string &  filename 
)
inline

VelocityReporter constructor.

Parameters
physicalNodesThe physical Nodes
filenameThe filename where the dump is written to

Definition at line 43 of file VelocityReporter.hpp.

Member Function Documentation

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

operator() Writes the report

Parameters
timeThe time step

Implements LbmLib::reportHandler::AbstractReportFunctor.

Definition at line 32 of file VelocityReporter.cpp.


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