Class AbstractGearRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AbstractGearRating
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 abstract class AbstractGearRating : AbstractGearAnalysis, IEquatable<APIBase>
Properties
BendingSafetyFactorForFatigue
Measurement: SafetyFactor
Declaration
public double BendingSafetyFactorForFatigue { get; }
Property Value
Type |
Description |
System.Double |
|
BendingSafetyFactorForStatic
Measurement: SafetyFactor
Declaration
public double BendingSafetyFactorForStatic { get; }
Property Value
Type |
Description |
System.Double |
|
Measurement: SafetyFactor
Declaration
public double ContactSafetyFactorForFatigue { get; }
Property Value
Type |
Description |
System.Double |
|
Measurement: SafetyFactor
Declaration
public double ContactSafetyFactorForStatic { get; }
Property Value
Type |
Description |
System.Double |
|
CyclesToFail
Declaration
public virtual double CyclesToFail { get; }
Property Value
Type |
Description |
System.Double |
|
CyclesToFailBending
Declaration
public virtual double CyclesToFailBending { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public virtual double CyclesToFailContact { get; }
Property Value
Type |
Description |
System.Double |
|
DamageBending
Declaration
public virtual double DamageBending { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public virtual double DamageContact { get; }
Property Value
Type |
Description |
System.Double |
|
GearReliabilityBending
The gear reliability rating method according to ISO and DIN are based on the AGMA rating method with 1% failure rate.
Measurement: Percentage
Declaration
public double GearReliabilityBending { get; }
Property Value
Type |
Description |
System.Double |
|
The gear reliability rating method according to ISO and DIN are based on the AGMA rating method with 1% failure rate.
Measurement: Percentage
Declaration
public double GearReliabilityContact { get; }
Property Value
Type |
Description |
System.Double |
|
NormalizedBendingSafetyFactorForFatigue
Declaration
public double NormalizedBendingSafetyFactorForFatigue { get; }
Property Value
Type |
Description |
System.Double |
|
NormalizedBendingSafetyFactorForStatic
Declaration
public double NormalizedBendingSafetyFactorForStatic { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double NormalizedContactSafetyFactorForFatigue { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double NormalizedContactSafetyFactorForStatic { get; }
Property Value
Type |
Description |
System.Double |
|
NormalizedSafetyFactorForFatigue
The minimum of contact and bending safety factors normalised against the requirement for fatigue failure
Declaration
public double NormalizedSafetyFactorForFatigue { get; }
Property Value
Type |
Description |
System.Double |
|
NormalizedSafetyFactorForStatic
The minimum of contact and bending safety factors normalised against the requirement for static failure
Declaration
public double NormalizedSafetyFactorForStatic { get; }
Property Value
Type |
Description |
System.Double |
|
TimeToFail
Declaration
public virtual double TimeToFail { get; }
Property Value
Type |
Description |
System.Double |
|
TimeToFailBending
Declaration
public virtual double TimeToFailBending { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public virtual double TimeToFailContact { get; }
Property Value
Type |
Description |
System.Double |
|
TotalGearReliability
Reliability including bending and contact. The gear reliability rating method according to ISO and DIN are based on the AGMA rating method with 1% failure rate.
Measurement: Percentage
Declaration
public double TotalGearReliability { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods