Category Mechanica, Object ProMechinterface

Function ProMechcontactinterfacedataDynamicCoefffrictionSet


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>
ProErrorProMechcontactinterfacedataDynamicCoefffrictionSet(
ProMechInterfaceContactData data
/* (In)
The interface data.
*/
ProMechExpression dyn_coeff_friction
/* (In)
The dynamic coefficient of friction.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_BAD_CONTEXTThe Creo Simulate session is not initialized.
PRO_TK_CANT_WRITESubtype cannot be changed.

Manual References:

  1. Creo Simulate: Items: Contact Interface
  2. Creo Simulate: Items: Contact Interface