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

The SolverReporter class This class reports the density of all solver. The dump look as if: xPos yPos Density vxFluid vyFluid densityCDE1 densityCDE2 ... More...

#include <SolverReporter.hpp>

Inheritance diagram for LbmLib::reportHandler::SolverReporter:
LbmLib::reportHandler::AbstractReportFunctor

Public Member Functions

 SolverReporter (const std::vector< std::vector< nodes::PhysicalNode * > > &physicalNodes, const std::string &filename)
 SolverReporter 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 SolverReporter class This class reports the density of all solver. The dump look as if: xPos yPos Density vxFluid vyFluid densityCDE1 densityCDE2 ...

Definition at line 36 of file SolverReporter.hpp.

Constructor & Destructor Documentation

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

SolverReporter constructor.

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

Definition at line 43 of file SolverReporter.hpp.

Member Function Documentation

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

operator() Writes the report

Parameters
timeThe time step

Implements LbmLib::reportHandler::AbstractReportFunctor.

Definition at line 33 of file SolverReporter.cpp.


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