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