Class LoadedBearingResults
Inheritance
System.Object
LoadedBearingResults
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class LoadedBearingResults : BearingLoadCaseResultsLightweight, IEquatable<APIBase>
Properties
AngleOfGravityFromZAxis
Declaration
public double AngleOfGravityFromZAxis { get; }
Property Value
| Type |
Description |
| System.Double |
|
AxialDisplacementPreload
Declaration
public double AxialDisplacementPreload { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Bearing
Declaration
public BearingDesign Bearing { get; }
Property Value
Duration
Declaration
public virtual double Duration { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ForceOnInnerRace
Declaration
public VectorWithLinearAndAngularComponents ForceOnInnerRace { get; }
Property Value
ForceResultsAreOverridden
Declaration
public virtual bool ForceResultsAreOverridden { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
InnerRingAngularRotation
Declaration
public double InnerRingAngularRotation { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
InnerRingAngularVelocity
Declaration
public double InnerRingAngularVelocity { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Orientation
Declaration
public Orientations Orientation { get; set; }
Property Value
OuterRingAngularRotation
Declaration
public double OuterRingAngularRotation { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OuterRingAngularVelocity
Declaration
public double OuterRingAngularVelocity { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RelativeAngularVelocity
Declaration
public virtual double RelativeAngularVelocity { get; }
Property Value
| Type |
Description |
| System.Double |
|
RelativeAxialDisplacement
Declaration
public double RelativeAxialDisplacement { get; }
Property Value
| Type |
Description |
| System.Double |
|
RelativeRadialDisplacement
Declaration
public double RelativeRadialDisplacement { get; }
Property Value
| Type |
Description |
| System.Double |
|
RingResults
Declaration
public ReadOnlyCollection<RingForceAndDisplacement> RingResults { get; }
Property Value
SignedRelativeAngularVelocity
Declaration
public double SignedRelativeAngularVelocity { get; }
Property Value
| Type |
Description |
| System.Double |
|
SpecifiedAxialInternalClearance
Declaration
public double SpecifiedAxialInternalClearance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SpecifiedRadialInternalClearance
Declaration
public double SpecifiedRadialInternalClearance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods