22 #ifndef MASSSOLVER_HPP
23 #define MASSSOLVER_HPP
25 #include <LbmLib/include/solver/MassSolver/MassAbstractSolver.hpp>
41 const std::vector<std::vector<nodes::PhysicalNode*> >& fluidGrid);
52 static const std::string name;
57 #endif // MASSSOLVER_HPP
The Base class for all Mass Solvers implementations This classes uses the recursive template idiom to...
default class of a mass solver which does nothing
virtual void calculateMass(const std::vector< std::vector< nodes::PhysicalNode * > > &fluidGrid)
calculates the mass on the pysical nodes