Class KlingelnbergCycloPalloidHypoidMeshSingleFlankRating
Inheritance
System.Object
KlingelnbergCycloPalloidHypoidMeshSingleFlankRating
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Rating.KlingelnbergConical.KN3030
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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 double ContactRatioFactorScuffing { get; }
Property Value
Type | Description |
---|---|
System.Double |
CurvatureRadius
Substitute Radius of Curvature at Pitch Point in Normal Section
Measurement: ShortLength
Declaration
public double CurvatureRadius { get; }
Property Value
Type | Description |
---|---|
System.Double |
DynamicFactor
See KN 3030 Section 10
Declaration
public double DynamicFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
FrictionCoefficient
Mean Coefficient Of Friction for Scuffing
Declaration
public double FrictionCoefficient { get; }
Property Value
Type | Description |
---|---|
System.Double |
GearSingleFlankRatings
Declaration
[Obsolete("Use KN3030KlingelnbergGearSingleFlankRatings")]
public ReadOnlyCollection<KlingelnbergCycloPalloidHypoidGearSingleFlankRating> GearSingleFlankRatings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<KlingelnbergCycloPalloidHypoidGearSingleFlankRating> |
GeometryFactor
Takes into account the Hertzian pressure and the sliding speed at the pinion tooth tip
Declaration
public double GeometryFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
IntegralFlashTemperature
Measurement: TemperatureDifference
Declaration
public 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 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 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 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>