13 #ifndef __VISCWALLIG_H
14 #define __VISCWALLIG_H
17 #include "Model/ViscWallInteraction.h"
18 #include "Model/EWallInteraction.h"
19 #include "Model/WallIG.h"
20 #include "Model/EWallInteractionGroup.h"
39 CVWallIGP(
const string&,
const string&,
double,
double,
int);
41 void setTag(
int tag){m_tag=tag;};
42 int getTag()
const{
return m_tag;};
43 void setNu(
double nu){m_nu=nu;};
44 double getNu()
const{
return m_nu;};
46 friend ostream& operator<<(ostream&,
const CVWallIGP&);
53 template <
class T> ostream& operator<<(ostream &, const CViscWallIG<T> &);
80 virtual void calcForces();
85 friend ostream& operator<< <>(ostream &,
const CViscWallIG &);
88 #include "Model/ViscWallIG.hpp"
90 #endif // __VISCWALLIG_H