22 #include <LbmLib/include/solver/FluidSolver/BaseForceModel.hpp>
25 #ifndef LUO1993FORCEMODEL_HPP
26 #define LUO1993FORCEMODEL_HPP
51 std::vector<double>& forcecontribution);
61 const std::array<double, 9>& fi,
70 #endif // LUO1993FORCEMODEL_HPP
virtual void computeVelocity(const double rho, const std::array< double, 9 > &fi, const Field< double > f, Field< double > &u)
computeVelocity since this operation depends on the force model.
The Luo1993ForceModel class implements the force model presented in Luo, Lattice-Gas Automata and Lat...
virtual void computeForce(const double tau, const double rho, const Field< double > u, const Field< double > f, std::vector< double > &forcecontribution)
computeForce
The AbstractForceModel class inherit from this base class.