Class CylindricalRollerBearing
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalRollerBearing
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalRollerBearing : NonBarrelRollerBearing, IEquatable<APIBase>
Properties
AllowableAxialLoadFactor
If the axial load exceed the radial load multiplied by this factor then this causes abnormal roller movement.
Declaration
public Overridable<double> AllowableAxialLoadFactor { get; set; }
Property Value
CapacityLubricationFactorForPermissibleAxialLoadGrease
Factor that scales the basic static load rating to calculate a limit due to thermal effects on continuous axial load. For use when lubricated with grease.
Declaration
public Overridable<double> CapacityLubricationFactorForPermissibleAxialLoadGrease { get; set; }
Property Value
CapacityLubricationFactorForPermissibleAxialLoadOil
Factor that scales the basic static load rating to calculate a limit due to thermal effects on continuous axial load. For use when lubricated with oil.
Declaration
public Overridable<double> CapacityLubricationFactorForPermissibleAxialLoadOil { get; set; }
Property Value
DiameterExponentFactorForPermissibleAxialLoad
Exponent for the outer diameter to calculate a limit due to mechanical effects on continuous axial load.
Declaration
public Overridable<double> DiameterExponentFactorForPermissibleAxialLoad { get; set; }
Property Value
DiameterScalingFactorForPermissibleAxialLoad
Factor that scales the outer diameter to calculate a limit due to mechanical effects on continuous axial load.
Declaration
public Overridable<double> DiameterScalingFactorForPermissibleAxialLoad { get; set; }
Property Value
PermissibleAxialLoadDefaultCalculationMethod
Declaration
public CylindricalRollerMaxAxialLoadMethod PermissibleAxialLoadDefaultCalculationMethod { get; set; }
Property Value
PermissibleAxialLoadDimensionFactor
Declaration
public Overridable<double> PermissibleAxialLoadDimensionFactor { get; set; }
Property Value
PermissibleAxialLoadInternalDimensionFactor
Declaration
public Overridable<double> PermissibleAxialLoadInternalDimensionFactor { get; set; }
Property Value
RadialLoadLubricationFactorForPermissibleAxialLoadGrease
Factor that scales the radial load to calculate a limit due to thermal effects on continuous axial load. For use when lubricated with grease.
Declaration
public Overridable<double> RadialLoadLubricationFactorForPermissibleAxialLoadGrease { get; set; }
Property Value
RadialLoadLubricationFactorForPermissibleAxialLoadOil
Factor that scales the radial load to calculate a limit due to thermal effects on continuous axial load. For use when lubricated with oil.
Declaration
public Overridable<double> RadialLoadLubricationFactorForPermissibleAxialLoadOil { get; set; }
Property Value
ReferenceRotationSpeed
This is used to determine the low/high speed condition when obtaining f0 from Table 4 in ISO/TR 14179-2:2001
Measurement: AngularVelocity
Declaration
public double ReferenceRotationSpeed { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods