22 #ifndef UXREPORTER_HPP
23 #define UXREPORTER_HPP
24 #include <LbmLib/include/reportHandler/AbstractReportFunctor.hpp>
31 namespace reportHandler {
45 const std::vector<std::vector<nodes::PhysicalNode*> >&
47 const std::string& filename,
50 physicalNodes_(physicalNodes),
57 virtual void operator()(
unsigned int time)
const;
63 const std::vector<std::vector<nodes::PhysicalNode*> >& physicalNodes_;
69 #endif // UXREPORTER_HPP
The MatixAbsVelocityReporter class This class reports the density and velocity of the fluid solver ...
UxReporter(const std::vector< std::vector< nodes::PhysicalNode * > > &physicalNodes, const std::string &filename, const int pos)
FluidReporter constructor.
the abstract reporter functor inherit from this for your reporters
virtual void operator()(unsigned int time) const
operator() Writes the report