Class LoadedBearingResults
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
LoadedBearingResults
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class LoadedBearingResults : BearingLoadCaseResultsLightweight, IEquatable<APIBase>
Properties
AngleOfGravityFromZAxis
Measurement: Angle
Declaration
public double AngleOfGravityFromZAxis { get; }
Property Value
Type | Description |
---|---|
System.Double |
AxialDisplacementPreload
Measurement: VeryShortLength
Declaration
public double AxialDisplacementPreload { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Bearing
Declaration
public BearingDesign Bearing { get; }
Property Value
Type | Description |
---|---|
BearingDesign |
Duration
Measurement: Time
Declaration
public virtual double Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ForceOnInnerRace
Declaration
public VectorWithLinearAndAngularComponents ForceOnInnerRace { get; }
Property Value
Type | Description |
---|---|
VectorWithLinearAndAngularComponents |
ForceResultsAreOverridden
Declaration
public virtual bool ForceResultsAreOverridden { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
InnerRingAngularVelocity
Measurement: AngularVelocity
Declaration
public double InnerRingAngularVelocity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Orientation
Declaration
public Orientations Orientation { get; set; }
Property Value
Type | Description |
---|---|
Orientations |
OuterRingAngularVelocity
Measurement: AngularVelocity
Declaration
public double OuterRingAngularVelocity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RelativeAngularVelocity
Measurement: AngularVelocity
Declaration
public virtual double RelativeAngularVelocity { get; }
Property Value
Type | Description |
---|---|
System.Double |
RelativeAxialDisplacement
Z component of the relative displacement of the bearing inner (or left for axial bearings) and outer (or right for axial bearings).
Measurement: VeryShortLength
Declaration
public double RelativeAxialDisplacement { get; }
Property Value
Type | Description |
---|---|
System.Double |
RelativeRadialDisplacement
Magnitude of the radial components of the relative displacement of the bearing inner (or left for axial bearings) and outer (or right for axial bearings).
Measurement: VeryShortLength
Declaration
public double RelativeRadialDisplacement { get; }
Property Value
Type | Description |
---|---|
System.Double |
RingResults
Declaration
public ReadOnlyCollection<RingForceAndDisplacement> RingResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RingForceAndDisplacement> |
SignedRelativeAngularVelocity
Measurement: AngularVelocity
Declaration
public double SignedRelativeAngularVelocity { get; }
Property Value
Type | Description |
---|---|
System.Double |
SpecifiedAxialInternalClearance
Measurement: VeryShortLength
Declaration
public double SpecifiedAxialInternalClearance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SpecifiedRadialInternalClearance
The radial internal clearance is a diametrical dimension.
Measurement: VeryShortLength
Declaration
public double SpecifiedRadialInternalClearance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>