Class KlingelnbergCycloPalloidHypoidMeshSingleFlankRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
KlingelnbergCycloPalloidHypoidMeshSingleFlankRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.KlingelnbergConical.KN3030
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class KlingelnbergCycloPalloidHypoidMeshSingleFlankRating : KlingelnbergConicalMeshSingleFlankRating, IEquatable<APIBase>
Properties
ContactRatioFactorScuffing
Used for converting the local thermal flash temperature when the tip contact ratio is 1 to the mean thermal temperature for the actual tip contact ratio
Declaration
public virtual double ContactRatioFactorScuffing { get; }
Property Value
Type | Description |
---|---|
System.Double |
CurvatureRadius
Substitute Radius of Curvature at Pitch Point in Normal Section
Measurement: ShortLength
Declaration
public virtual double CurvatureRadius { get; }
Property Value
Type | Description |
---|---|
System.Double |
DynamicFactor
See KN 3030 Section 10
Declaration
public virtual double DynamicFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
FrictionCoefficient
Mean Coefficient Of Friction for Scuffing
Declaration
public virtual double FrictionCoefficient { get; }
Property Value
Type | Description |
---|---|
System.Double |
GeometryFactor
Takes into account the Hertzian pressure and the sliding speed at the pinion tooth tip
Declaration
public virtual double GeometryFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
IntegralFlashTemperature
Measurement: TemperatureDifference
Declaration
public virtual double IntegralFlashTemperature { get; }
Property Value
Type | Description |
---|---|
System.Double |
KN3030KlingelnbergGearSingleFlankRatings
Declaration
public ReadOnlyCollection<KlingelnbergCycloPalloidHypoidGearSingleFlankRating> KN3030KlingelnbergGearSingleFlankRatings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<KlingelnbergCycloPalloidHypoidGearSingleFlankRating> |
LoadDistributionFactorTransverse
See KN 3030 Section 10
Declaration
public virtual double LoadDistributionFactorTransverse { get; }
Property Value
Type | Description |
---|---|
System.Double |
RelatingFactorForTheThermalFlashTemperature
This value is given by Klingelnberg in KN 3030 and was derived from trials
Declaration
public virtual double RelatingFactorForTheThermalFlashTemperature { get; }
Property Value
Type | Description |
---|---|
System.Double |
SlidingFactor
Declaration
public double SlidingFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
TangentialSpeedSum
Sum of Tangential Speeds at Pitch Point
Measurement: Velocity
Declaration
public virtual double TangentialSpeedSum { get; }
Property Value
Type | Description |
---|---|
System.Double |
TotalSpeedInDepthwiseDirection
Measurement: Velocity
Declaration
public double TotalSpeedInDepthwiseDirection { get; }
Property Value
Type | Description |
---|---|
System.Double |
TotalSpeedInLengthwiseDirection
Measurement: Velocity
Declaration
public double TotalSpeedInLengthwiseDirection { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>