13 #ifndef __SOFTBWALLINTERACTIONGROUP_H
14 #define __SOFTBWALLINTERACTIONGROUP_H
17 #include "Model/SoftBWallInteraction.h"
18 #include "Model/WallIG.h"
19 #include "Model/BWallInteractionGroup.h"
37 CSoftBWallIGP(
const std::string&,
const std::string&,
double,
double,
int,
int,
bool);
39 double getNormalK()
const{
return m_k;};
40 double getShearK()
const{
return m_shearK;};
41 bool getScaling()
const{
return m_scaling;};
50 template <
class T> ostream& operator<<(ostream &, const CSoftBWallInteractionGroup<T> &);
61 vector<CSoftBondedWallInteraction<T> > m_interactions;
78 virtual void calcForces();
84 #include "SoftBWallInteractionGroup.hpp"
86 #endif //__BSOFTWALLINTERACTIONGROUP_H