13 #ifndef __VWFRICTION_H
14 #define __VWFRICTION_H
17 #include "Model/FrictionInteraction.h"
28 VWFrictionIGP(
const std::string&,
double,
double,
double,
double,
double);
40 typedef double (
CVWFriction::* ScalarFieldFunction)()
const;
42 typedef pair<bool,double> (
CVWFriction::* CheckedScalarFieldFunction)()
const;
52 static string getType() {
return "VWFriction";};
64 #endif //__VWFRICTION_H