Class LoadedBallBearingResults
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
LoadedBallBearingResults
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 LoadedBallBearingResults : LoadedRollingBearingResults, IEquatable<APIBase>
Properties
FrictionModelForGyroscopicMoment
Declaration
public virtual FrictionModelForGyroscopicMoment FrictionModelForGyroscopicMoment { get; }
Property Value
Type | Description |
---|---|
FrictionModelForGyroscopicMoment |
SmearingSafetyFactor
Measurement: SafetyFactor
Declaration
public virtual double SmearingSafetyFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
TrackTruncation
Declaration
public TrackTruncationSafetyFactorResults TrackTruncation { get; }
Property Value
Type | Description |
---|---|
TrackTruncationSafetyFactorResults |
UseElementContactAnglesForAngularVelocities
If not checked, calculations for element angular velocity and orbit speed will use the nominal contact angle instead. This will change the centrifugal and gyroscopic forces on the elements.
Declaration
public bool UseElementContactAnglesForAngularVelocities { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>