Class LoadedConceptRadialClearanceBearingResults
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
LoadedConceptRadialClearanceBearingResults
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class LoadedConceptRadialClearanceBearingResults : LoadedConceptClearanceBearingResults, IEquatable<APIBase>
Properties
ContactStiffness
Measurement: LinearStiffness
Declaration
public double ContactStiffness { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumContactStress
Measurement: Stress
Declaration
public double MaximumContactStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
SurfacePenetrationInMiddle
A positive value indicates contact
Measurement: VeryShortLength
Declaration
public double SurfacePenetrationInMiddle { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>