Class LoadedRollerBearingResults
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
LoadedRollerBearingResults
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 LoadedRollerBearingResults : LoadedRollingBearingResults, IEquatable<APIBase>
Properties
ElementAngularVelocity
Each element rotates about its own centre at this angular velocity
Measurement: AngularVelocity
Declaration
public double ElementAngularVelocity { get; }
Property Value
Type | Description |
---|---|
System.Double |
ElementCentrifugalForce
Measurement: Force
Declaration
public double ElementCentrifugalForce { get; }
Property Value
Type | Description |
---|---|
System.Double |
ElementSurfaceVelocity
This is the surface velocity of the element only due to rolling
Measurement: Velocity
Declaration
public double ElementSurfaceVelocity { get; }
Property Value
Type | Description |
---|---|
System.Double |
HertzianContactWidthInner
Measurement: ShortLength
Declaration
public double HertzianContactWidthInner { get; }
Property Value
Type | Description |
---|---|
System.Double |
HertzianContactWidthOuter
Measurement: ShortLength
Declaration
public double HertzianContactWidthOuter { 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 |
Implements
System.IEquatable<T>