Class RollingBearingFrictionCoefficients
Inheritance
System.Object
RollingBearingFrictionCoefficients
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class RollingBearingFrictionCoefficients : IndependentReportablePropertiesBase<RollingBearingFrictionCoefficients>, IEquatable<APIBase>
Properties
ISO14179DynamicEquivalentLoadFactors
Declaration
public EquivalentLoadFactors ISO14179DynamicEquivalentLoadFactors { get; }
Property Value
ISO14179Settings
Declaration
public ISO14179Settings ISO14179Settings { get; }
Property Value
ISO14179SettingsDatabase
Declaration
public DatabaseWithSelectedItem ISO14179SettingsDatabase { get; set; }
Property Value
ISO14179StaticEquivalentLoadFactors
Declaration
public EquivalentLoadFactors ISO14179StaticEquivalentLoadFactors { get; }
Property Value
UserSpecifiedF0
Declaration
public double UserSpecifiedF0 { get; set; }
Property Value
Type |
Description |
System.Double |
|
UserSpecifiedF0r
Declaration
public double UserSpecifiedF0r { get; set; }
Property Value
Type |
Description |
System.Double |
|
UserSpecifiedF1ForDIN7322010
Declaration
public double UserSpecifiedF1ForDIN7322010 { get; set; }
Property Value
Type |
Description |
System.Double |
|
UserSpecifiedF1r
Declaration
public double UserSpecifiedF1r { get; set; }
Property Value
Type |
Description |
System.Double |
|
UseUserSpecifiedF0
MASTA estimates the speed dependent friction coefficient using the method outlined in DIN 732:2010 for the thermal permissible speed calculations and ISO/TR 14179:2001 for the bearing efficiency
Declaration
public bool UseUserSpecifiedF0 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseUserSpecifiedF0r
MASTA estimates the load dependent friction coefficient using the method outlined in DIN 732:2010 for the thermal reference speed calculations
Declaration
public bool UseUserSpecifiedF0r { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseUserSpecifiedF1ForDIN7322010
MASTA estimates the load dependent friction coefficient using the method outlined in DIN 732:2010 for the thermal limiting speed calculations
Declaration
public bool UseUserSpecifiedF1ForDIN7322010 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseUserSpecifiedF1r
MASTA estimates the load dependent friction coefficient using the method outlined in DIN 732:2010 for the thermal reference speed calculations
Declaration
public bool UseUserSpecifiedF1r { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods