Class LoadedRollerBearingElement
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
LoadedRollerBearingElement
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class LoadedRollerBearingElement : LoadedElement, IEquatable<APIBase>
Properties
ContactLengthInner
Measurement: ShortLength
Declaration
public double ContactLengthInner { get; }
Property Value
Type | Description |
---|---|
System.Double |
ContactLengthOuter
Measurement: ShortLength
Declaration
public double ContactLengthOuter { get; }
Property Value
Type | Description |
---|---|
System.Double |
ElementTilt
Tilt of the element relative to the outer race
Measurement: SmallAngle
Declaration
public double ElementTilt { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumContactWidthInner
Measurement: VeryShortLength
Declaration
public double MaximumContactWidthInner { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumContactWidthOuter
Measurement: VeryShortLength
Declaration
public double MaximumContactWidthOuter { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumDepthOfMaximumShearStressInner
Measurement: VeryShortLength
Declaration
public double MaximumDepthOfMaximumShearStressInner { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumDepthOfMaximumShearStressOuter
Measurement: VeryShortLength
Declaration
public double MaximumDepthOfMaximumShearStressOuter { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumNormalEdgeStressInner
Measurement: Stress
Declaration
public double MaximumNormalEdgeStressInner { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumNormalEdgeStressOuter
Measurement: Stress
Declaration
public double MaximumNormalEdgeStressOuter { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumNormalStressInner
Measurement: Stress
Declaration
public virtual double MaximumNormalStressInner { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumNormalStressOuter
Measurement: Stress
Declaration
public virtual double MaximumNormalStressOuter { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumShearStressInner
Measurement: Stress
Declaration
public double MaximumShearStressInner { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumShearStressOuter
Measurement: Stress
Declaration
public double MaximumShearStressOuter { get; }
Property Value
Type | Description |
---|---|
System.Double |
ResultsAtRollerOffsets
Declaration
public ReadOnlyCollection<ResultsAtRollerOffset> ResultsAtRollerOffsets { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ResultsAtRollerOffset> |
RibLoad
Measurement: Force
Declaration
public double RibLoad { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>