22 #ifndef MASSSOLVERSCHNAKENBERG_HPP
23 #define MASSSOLVERSCHNAKENBERG_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 // MASSSOLVERSCHNAKENBERG_HPP
The Base class for all Mass Solvers implementations This classes uses the recursive template idiom to...
virtual void calculateMass(const std::vector< std::vector< nodes::PhysicalNode * > > &fluidGrid)
calculates the mass on the pysical nodes
Schnakenberg mass solver which increases the mass of domains with a high U concentration.