LBIBCell
|
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>
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 | |
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.
|
inline |
VelocityReporter constructor.
physicalNodes | The physical Nodes |
filename | The filename where the dump is written to |
Definition at line 43 of file VelocityReporter.hpp.
|
virtual |
operator() Writes the report
time | The time step |
Implements LbmLib::reportHandler::AbstractReportFunctor.
Definition at line 32 of file VelocityReporter.cpp.