19#ifndef _GENERALIZED_CLUTCH_H_
20#define _GENERALIZED_CLUTCH_H_
22#include "mbsim/links/dual_rigid_body_link.h"
23#include "mbsim/functions/function.h"
27 class FrictionForceLaw;
28 class FrictionImpactLaw;
34 Function<double(
double)> *e{
nullptr};
35 Function<double(
double)> *laN{
nullptr};
36 unsigned int gActive{1}, gActive0{0};
37 unsigned int gdActive{1};
38 unsigned int gddActive{1};
39 fmatvec::Vec gdn, gdd;
45 void updateGeneralizedForces()
override;
46 void updateh(
int i=0)
override;
47 void updateW(
int i=0)
override;
48 void updatewb()
override;
49 void updateg()
override { }
50 void updategd()
override;
51 const double& evalgdn();
52 const double& evalgdd();
59 void init(
InitStage stage,
const InitConfigSet &config)
override;
63 void setEngagementFunction(
Function<
double(
double)> *e_) {
67 void setGeneralizedNormalForceFunction(Function<
double(
double)> *laN_) {
72 void updateStopVector()
override;
79 void calccorrSize(
int j)
override;
80 void updatecorr(
int j)
override;
81 void checkRoot()
override;
88 void initializeUsingXML(xercesc::DOMElement *element)
override;
Definition: dual_rigid_body_link.h:27
InitStage
The stages of the initialization.
Definition: element.h:62
std::string name
name of element
Definition: element.h:260
basic friction force law on acceleration level for constraint description
Definition: friction_force_law.h:34
basic friction force law on velocity level for constraint description
Definition: friction_impact_law.h:32
Definition: function.h:53
Definition: generalized_clutch.h:30
void init(InitStage stage, const InitConfigSet &config) override
plots time series header
Definition: generalized_clutch.cc:104
void calcsvSize() override
calculates size of stopvector (root function for event driven integration)
Definition: generalized_clutch.cc:202
bool gActiveChanged() override
Definition: generalized_clutch.cc:98
void plot() override
plots time dependent data
Definition: generalized_clutch.cc:130
void updaterFactors() override
update relaxation factors for contact equations
Definition: generalized_clutch.cc:325
bool isSetValued() const override
asks the link if it contains force laws that contribute to the lagrange multiplier and is therefore s...
Definition: generalized_clutch.cc:43
void solveConstraintsFixpointSingle() override
Definition: generalized_clutch.cc:347
bool isSingleValued() const override
asks the link if it contains single valued force laws that contribute to the right-hand side vector h
Definition: generalized_clutch.h:57
void calcgdSize(int j) override
calculates size of gap velocities
Definition: generalized_clutch.cc:182
void calcrFactorSize(int j) override
calculates size of rfactors
Definition: generalized_clutch.cc:194
void checkActive(int j) override
check if set-valued contacts are active and set corresponding attributes
Definition: generalized_clutch.cc:207
void calcgSize(int j) override
calculates size of relative distances
Definition: generalized_clutch.cc:177
void solveImpactsFixpointSingle() override
Definition: generalized_clutch.cc:364
void checkImpactsForTermination() override
verify underlying force laws on velocity level concerning given tolerances
Definition: generalized_clutch.cc:401
bool isActive() const override
Definition: generalized_clutch.cc:94
void calclaSize(int j) override
calculates size of contact force parameters
Definition: generalized_clutch.cc:165
void checkConstraintsForTermination() override
verify underlying force laws concerning given tolerances
Definition: generalized_clutch.cc:381
namespace MBSim
Definition: bilateral_constraint.cc:30