Class SKFSealFrictionalMomentConstants
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SKFSealFrictionalMomentConstants
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingDesigns.Rolling
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SKFSealFrictionalMomentConstants : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Beta
Exponent dependent on seal and bearing type.
Declaration
public Overridable<double> Beta { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
KS1
Constant dependent on seal and bearing type, and bearing size.
Declaration
public Overridable<double> KS1 { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
KS2
Constant dependent on seal and bearing type, and bearing size.
Declaration
public Overridable<double> KS2 { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
SealCounterfaceDiameter
Measurement: ShortLength
Declaration
public Overridable<double> SealCounterfaceDiameter { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
SealLocation
Declaration
public Overridable<SealLocation> SealLocation { get; set; }
Property Value
Type | Description |
---|---|
Overridable<SealLocation> |
Implements
System.IEquatable<T>