22 #ifndef BOUNDARYSOLVERNOFLUXD2Q5_HPP
23 #define BOUNDARYSOLVERNOFLUXD2Q5_HPP
25 #include <LbmLib/include/solver/BoundaryAbstractSolver.hpp>
69 static const std::string name;
77 #endif // BOUNDARYSOLVERNOFLUXD2Q5_HPP
virtual void advect()
advect The advect step of the LBM
virtual void preAdvect()
preAdvect Executed before the advection step
virtual double & accessDistribution(const Direction &dir)
accessDistribution Access to the distribution
virtual void postAdvect()
postAdvect Executed after the advection step
virtual void initSolver()
initSolver Use this to initalise the solver
The Base class for all BoundarySolvers implementations This classes uses the recursive template idiom...
a implementaion of a no flux boundary