Class PlasticGearVDI2736AbstractGearSingleFlankRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PlasticGearVDI2736AbstractGearSingleFlankRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Cylindrical.PlasticVDI2736
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class PlasticGearVDI2736AbstractGearSingleFlankRating : ISO6336AbstractGearSingleFlankRating, IEquatable<APIBase>
Properties
AllowableStressNumberBending
Measurement: Stress
Declaration
public override double AllowableStressNumberBending { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
AllowableStressNumberContact
Measurement: Stress
Declaration
public override double AllowableStressNumberContact { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
AveragedLinearWear
Measurement: ShortLength
Declaration
public override double AveragedLinearWear { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
BendingStressCycleDataForDamageTables
Declaration
public ReadOnlyCollection<StressCyclesDataForTheBendingSNCurveOfAPlasticMaterial> BendingStressCycleDataForDamageTables { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StressCyclesDataForTheBendingSNCurveOfAPlasticMaterial> |
ContactStressCycleDataForDamageTables
Declaration
public ReadOnlyCollection<StressCyclesDataForTheContactSNCurveOfAPlasticMaterial> ContactStressCycleDataForDamageTables { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StressCyclesDataForTheContactSNCurveOfAPlasticMaterial> |
FlankHeatTransferCoefficient
Measurement: HeatTransferForPlastic
Declaration
public Overridable<double> FlankHeatTransferCoefficient { get; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
FlankTemperature
Measurement: Temperature
Declaration
public Overridable<double> FlankTemperature { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
ImportantNoteOnContactDurabilityOfPOM
Declaration
public string ImportantNoteOnContactDurabilityOfPOM { get; }
Property Value
Type | Description |
---|---|
System.String |
MinimumFactorOfSafetyBendingFatigue
Measurement: SafetyFactor
Declaration
public override double MinimumFactorOfSafetyBendingFatigue { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
MinimumFactorOfSafetyPittingFatigue
Measurement: SafetyFactor
Declaration
public override double MinimumFactorOfSafetyPittingFatigue { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
MinimumFactorOfSafetyWear
Measurement: SafetyFactor
Declaration
public double MinimumFactorOfSafetyWear { get; }
Property Value
Type | Description |
---|---|
System.Double |
NominalToothRootStress
Measurement: Stress
Declaration
public override double NominalToothRootStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
PermissibleContactStress
Measurement: Stress
Declaration
public override double PermissibleContactStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
PermissibleToothRootBendingStress
Measurement: Stress
Declaration
public override double PermissibleToothRootBendingStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
PittingStressLimit
Measurement: Stress
Declaration
public override double PittingStressLimit { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
ProfileLineLengthOfTheActiveToothFlank
Measurement: ShortLength
Declaration
public double ProfileLineLengthOfTheActiveToothFlank { get; }
Property Value
Type | Description |
---|---|
System.Double |
RootHeatTransferCoefficient
Measurement: HeatTransferForPlastic
Declaration
public Overridable<double> RootHeatTransferCoefficient { get; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
RootTemperature
Measurement: Temperature
Declaration
public Overridable<double> RootTemperature { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
StandardPlasticSNCurveForTheSpecifiedOperatingConditions
Declaration
public PlasticSNCurveForTheSpecifiedOperatingConditions StandardPlasticSNCurveForTheSpecifiedOperatingConditions { get; }
Property Value
Type | Description |
---|---|
PlasticSNCurveForTheSpecifiedOperatingConditions |
ToothRootStressLimit
Measurement: Stress
Declaration
public override double ToothRootStressLimit { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Implements
System.IEquatable<T>