Description | ||||||||||||||
Sets the dynamic coefficient of friction for this contact type interface. The value being set should be less than or equal to the value of static coefficient of friction for this interface. | ||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for Mechanica | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProMechInterface.h> | ||||||||||||||
ProError | ProMechcontactinterfacedataDynamicCoefffrictionSet | ( | ||||||||||||
ProMechInterfaceContactData data | ||||||||||||||
/* (In) | ||||||||||||||
The interface data. | ||||||||||||||
*/ | ||||||||||||||
ProMechExpression dyn_coeff_friction | ||||||||||||||
/* (In) | ||||||||||||||
The dynamic coefficient of friction. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|