22 #ifndef MASSSOLVERBOXOUTLET_HPP
23 #define MASSSOLVERBOXOUTLET_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 // MASSSOLVERBOXOUTLET_HPP
The Base class for all Mass Solvers implementations This classes uses the recursive template idiom to...
this solver introduces a constant local mass source to all domains with domainID!=0. Furthermore, it defines a mass ink at (x=0,y=y) and (x=x,y=0).
virtual void calculateMass(const std::vector< std::vector< nodes::PhysicalNode * > > &fluidGrid)
The isopressure outflow boundary condition for the domain.