20#ifndef _REGULARIZED_PLANAR_FRICTION_H_
21#define _REGULARIZED_PLANAR_FRICTION_H_
23#include <mbsim/constitutive_laws/regularized_friction.h>
31 int getFrictionDirections()
override {
return 1; }
32 bool isSticking(
const fmatvec::Vec& s,
double sTol)
override {
return fabs(s(0)) <= sTol; }
Definition: function.h:53
basic regularized friction force law on acceleration level for constraint description
Definition: regularized_friction.h:31
Definition: regularized_planar_friction.h:27
namespace MBSim
Definition: bilateral_constraint.cc:30