Class SurfaceToSurfaceContact
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.MathUtility.StiffnessCalculators
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class SurfaceToSurfaceContact : APIBase, IEquatable<APIBase>
Properties
NormalDeflection
The relative deflection of the 2 surfaces in the normal direction. Contact will occur when this is larger than the clearance.
Measurement: VeryShortLength
Declaration
public double NormalDeflection { get; }
Property Value
Type | Description |
---|---|
System.Double |
NormalForce
Measurement: Force
Declaration
public double NormalForce { get; }
Property Value
Type | Description |
---|---|
System.Double |
NormalStiffness
Measurement: LinearStiffness
Declaration
public double NormalStiffness { get; }
Property Value
Type | Description |
---|---|
System.Double |
SurfacePenetration
A positive value indicates contact
Measurement: VeryShortLength
Declaration
public double SurfacePenetration { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>