22 #ifndef VELOCITYREPORTER_HPP
23 #define VELOCITYREPORTER_HPP
25 #include <LbmLib/include/reportHandler/AbstractReportFunctor.hpp>
32 namespace reportHandler {
44 const std::vector<std::vector<nodes::PhysicalNode*> >& physicalNodes,
46 physicalNodes_(physicalNodes) {}
52 virtual void operator()(
unsigned int time)
const;
58 const std::vector<std::vector<nodes::PhysicalNode*> >& physicalNodes_;
62 #endif // VELOCITYREPORTER_HPP
virtual void operator()(unsigned int time) const
operator() Writes the report
The DensityReporter class This class reports the velocity of the fluid solver. The dump look as if: x...
VelocityReporter(const std::vector< std::vector< nodes::PhysicalNode * > > &physicalNodes, const std::string &filename)
VelocityReporter constructor.
the abstract reporter functor inherit from this for your reporters