Class LoadedRollerBearingResults
Inheritance
System.Object
LoadedRollerBearingResults
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class LoadedRollerBearingResults : LoadedRollingBearingResults, IEquatable<APIBase>
Properties
ElementAngularVelocity
Declaration
public double ElementAngularVelocity { get; }
Property Value
| Type |
Description |
| System.Double |
|
ElementCentrifugalForce
Declaration
public double ElementCentrifugalForce { get; }
Property Value
| Type |
Description |
| System.Double |
|
ElementSurfaceVelocity
Declaration
public double ElementSurfaceVelocity { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double HertzianContactWidthInner { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double HertzianContactWidthOuter { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumShearStressInner
Declaration
public double MaximumShearStressInner { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumShearStressOuter
Declaration
public double MaximumShearStressOuter { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods