22 #ifndef BASEFORCEMODEL_HPP
23 #define BASEFORCEMODEL_HPP
25 #include <LbmLib/include/Field.hpp>
49 std::vector<double>& fi) = 0;
59 const std::array<double, 9>& fi,
67 #endif // BASEFORCEMODEL_HPP
virtual void computeForce(const double tau, const double rho, const Field< double > u, const Field< double > f, std::vector< double > &fi)=0
computeForce
The AbstractForceModel class inherit from this base class.
virtual void computeVelocity(const double rho, const std::array< double, 9 > &fi, const Field< double > f, Field< double > &u)=0
computeVelocity since this operation depends on the force model.