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