Class LoadedBallBearingRow
Inheritance
Implements
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class LoadedBallBearingRow : LoadedRollingBearingRow, IEquatable<APIBase>
Properties
AxialBallMovement
Measurement: ShortLength
Declaration
public double AxialBallMovement { get; }
Property Value
Type | Description |
---|---|
System.Double |
DynamicEquivalentLoadInner
ISO/TS 16281:2008 Section 4.3.2
Measurement: Force
Declaration
public double DynamicEquivalentLoadInner { get; }
Property Value
Type | Description |
---|---|
System.Double |
DynamicEquivalentLoadOuter
ISO/TS 16281:2008 Section 4.3.2
Measurement: Force
Declaration
public double DynamicEquivalentLoadOuter { get; }
Property Value
Type | Description |
---|---|
System.Double |
ElementWithWorstTrackTruncation
The element to which the most track truncation is occurring. If track truncation is not occurring, this is the element with the smallest arc distance of raceway edge to Hertzian contact.
Declaration
public string ElementWithWorstTrackTruncation { get; }
Property Value
Type | Description |
---|---|
System.String |
HertzianSemiMajorDimensionHighestLoadInner
Half contact length at right angles to direction of rolling
Measurement: ShortLength
Declaration
public double HertzianSemiMajorDimensionHighestLoadInner { get; }
Property Value
Type | Description |
---|---|
System.Double |
HertzianSemiMajorDimensionHighestLoadOuter
Half contact length at right angles to direction of rolling
Measurement: ShortLength
Declaration
public double HertzianSemiMajorDimensionHighestLoadOuter { get; }
Property Value
Type | Description |
---|---|
System.Double |
HertzianSemiMinorDimensionHighestLoadInner
Half contact width in direction of rolling
Measurement: ShortLength
Declaration
public double HertzianSemiMinorDimensionHighestLoadInner { get; }
Property Value
Type | Description |
---|---|
System.Double |
HertzianSemiMinorDimensionHighestLoadOuter
Half contact width in direction of rolling
Measurement: ShortLength
Declaration
public double HertzianSemiMinorDimensionHighestLoadOuter { get; }
Property Value
Type | Description |
---|---|
System.Double |
LoadedBearing
Declaration
public LoadedBallBearingResults LoadedBearing { get; }
Property Value
Type | Description |
---|---|
LoadedBallBearingResults |
RaceResults
Declaration
public ReadOnlyCollection<LoadedBallBearingRaceResults> RaceResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<LoadedBallBearingRaceResults> |
SmallestArcDistanceOfRacewayEdgeToHertzianContact
The minimum arc distance of raceway edge to Hertzian contact of the contact points on all the elements.
Measurement: ShortLength
Declaration
public double SmallestArcDistanceOfRacewayEdgeToHertzianContact { get; }
Property Value
Type | Description |
---|---|
System.Double |
TrackTruncationOccurringBeyondPermissibleLimit
Track truncation is occurring beyond the permissible limit on any element on this row.
Declaration
public bool TrackTruncationOccurringBeyondPermissibleLimit { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
TruncationWarning
Declaration
public string TruncationWarning { get; }
Property Value
Type | Description |
---|---|
System.String |
WorstHertzianEllipseMajor2bTrackTruncation
The maximum track truncation of the contact points on all the elements.
Measurement: Percentage
Declaration
public double WorstHertzianEllipseMajor2bTrackTruncation { get; }
Property Value
Type | Description |
---|---|
System.Double |