Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class FrictionContact

Last update: 16.07.2025

Namespace: VM.API.Pre
Assembly: VM.API.Pre.dll

This class represents the friction contact

public class FrictionContact : Friction

Inheritance

objectFrictionFrictionContact

Inherited Members

Friction.FrictionCoefficient, Friction.StaticFrictionCoefficient, Friction.DynamicsThreshold, Friction.StictionVelocity, Friction.MaxStictionDeformation, Friction.FrictionEffect, Friction.ReactionForce, Friction.BendingMoment

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

FrictionContact()

Default constructor

public FrictionContact()

FrictionContact(ExpressionValueVariable, ExpressionValueVariable, ExpressionValueVariable, ExpressionValueVariable, ExpressionValueVariable, EffectType)

Initializes a new instance of the class.

public FrictionContact(ExpressionValueVariable frictionCoefficient, ExpressionValueVariable staticFrictionCoefficient, ExpressionValueVariable dynamicsThreshold, ExpressionValueVariable stictionVelocity, ExpressionValueVariable maxStictionDeformation, Friction.EffectType frictionEffect)

Parameters

frictionCoefficient ExpressionValueVariable

The friction coefficient.

staticFrictionCoefficient ExpressionValueVariable

The static friction coefficient.

dynamicsThreshold ExpressionValueVariable

The dynamics threshold.

stictionVelocity ExpressionValueVariable

The stiction velocity.

maxStictionDeformation ExpressionValueVariable

The max stiction deformation.

frictionEffect Friction.EffectType

The friction effect.

Connect with Ansys