20#ifndef _MAXWELL_UNILATERAL_CONSTRAINT_H_
21#define _MAXWELL_UNILATERAL_CONSTRAINT_H_
23#include <mbsim/constitutive_laws/generalized_force_law.h>
45 bool isClosed(
double g,
double gTol)
override {
return g < gTol ? true :
false; }
basic force law on acceleration level for constraint description
Definition: generalized_force_law.h:34
A force law that computes the normal force of many contact kinematics based on the Maxwell-Force-Law.
Definition: maxwell_unilateral_constraint.h:32
bool isSetValued() const override
Definition: maxwell_unilateral_constraint.h:46
MaxwellUnilateralConstraint()=default
constructor
~MaxwellUnilateralConstraint() override=default
destructor
bool isClosed(double g, double gTol) override
decides, if force law is active
Definition: maxwell_unilateral_constraint.h:45
namespace MBSim
Definition: bilateral_constraint.cc:30