Class SurfaceToSurfaceContact
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SurfaceToSurfaceContact
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.MathUtility.StiffnessCalculators
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SurfaceToSurfaceContact : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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>