Class RingFittingThermalResults
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RingFittingThermalResults
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling.Fitting
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class RingFittingThermalResults : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
ChangeInDiameterDueToInterferenceAndCentrifugalEffects
Calculated using the race& support diameters and material properties, and the interfacial interference. In the case with no centrifugal this is equivalent to equation (3.24) of Harris 'Rolling Bearing Analysis' 4th Edition.
Measurement: VeryShortLength
Declaration
public double ChangeInDiameterDueToInterferenceAndCentrifugalEffects { get; }
Property Value
Type | Description |
---|---|
System.Double |
InterfacialClearanceIncludedInAnalysis
If the option to model mounting clearances has been disabled, then any clearance shown here will not be included in the analysis.
Declaration
public bool InterfacialClearanceIncludedInAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
InterfacialNormalStress
Calculated using the race& support diameters and material properties, and the interfacial interference. In the case with no centrifugal this is equivalent to equation (3.23) of Harris 'Rolling Bearing Analysis' 4th Edition.
Measurement: Stress
Declaration
public double InterfacialNormalStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
InterferenceValues
Declaration
public ReadOnlyCollection<InterferenceComponents> InterferenceValues { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<InterferenceComponents> |
MaximumHoopStress
Measurement: Stress
Declaration
public double MaximumHoopStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>