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

The MatixAbsVelocityReporter class This class reports the density and velocity of the fluid solver . The dump look as if: |v|. More...

#include <MatixAbsVelocityReporter.hpp>

Inheritance diagram for LbmLib::reportHandler::MatixAbsVelocityReporter:
LbmLib::reportHandler::AbstractReportFunctor

Public Member Functions

 MatixAbsVelocityReporter (const std::vector< std::vector< nodes::PhysicalNode * > > &physicalNodes, const std::string &filename)
 FluidReporter 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 MatixAbsVelocityReporter class This class reports the density and velocity of the fluid solver . The dump look as if: |v|.

Definition at line 36 of file MatixAbsVelocityReporter.hpp.

Constructor & Destructor Documentation

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

FluidReporter constructor.

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

Definition at line 43 of file MatixAbsVelocityReporter.hpp.

Member Function Documentation

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

operator() Writes the report

Parameters
timeThe time step

Implements LbmLib::reportHandler::AbstractReportFunctor.

Definition at line 32 of file MatixAbsVelocityReporter.cpp.


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