22 #include <LbmLib/include/solver/CDESolver/CDEAbstractSolver.hpp>
23 #include <LbmLib/include/nodes/PhysicalNode.hpp>
the base class of the cde and fluid solvers
size_t solverID_
solverID_ The ID of the solver instance. Coincides with the index in the vector PhysicalNode::cdeSolv...
const nodes::PhysicalNode * physicalNode_
physicalNode_ The physical Node which owns this solver
class representing a physical node
void initCDESolver(const nodes::PhysicalNode *physicalNode, size_t id)
initCDESolver This connects the Solver with an physical node this should be executed before using thi...
CDEAbstractSolver()
CDEAbstractSolver protected Constructor only use create method for instantiation. ...
size_t getId()
return the id of this solver