Version: 13.0

    Show / Hide Table of Contents

    Class AGMAScuffingResultsRow

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    ScuffingResultsRow
    AGMAScuffingResultsRow
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    ScuffingResultsRow._parent
    ScuffingResultsRow.IndexLabel
    ScuffingResultsRow.LineOfActionParameter
    ScuffingResultsRow.LoadSharingFactor
    ScuffingResultsRow.NormalRelativeRadiusOfCurvature
    ScuffingResultsRow.PinionFlankTransverseRadiusOfCurvature
    ScuffingResultsRow.WheelFlankTransverseRadiusOfCurvature
    ScuffingResultsRow.Pinion
    APIBase.DisconnectFromMASTA()
    APIBase.GetProperty<T>(String)
    APIBase.SetProperty(String, Object)
    APIBase.cacheRpds
    APIBase.clearCachedRpds()
    APIBase.getNamedObjectList<TElementType>(String)
    APIBase.getExpandableProperty<TReturnType>(String)
    APIBase.callPartialMethod(String, (T1, T2)<Type, Object>[])
    APIBase.callPartialMethod<T>(String, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T1, T2>(String, (T1, T2)<Type, Object>, T1, T2)
    APIBase.getPartialProperty(String)
    APIBase.setPartialProperty(String, Object)
    APIBase.IsValid(String)
    APIBase.IsReadOnly(String)
    APIBase.isInvalid
    APIBase.DocumentationUrl()
    APIBase.ToString()
    APIBase.RunPython<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String)
    APIBase.RunPython<T>(String, String)
    APIBase.CreateObjRef(Type)
    APIBase.RunPython(String, String, Object)
    APIBase.createWrappedRange(Double, Double)
    APIBase.createWrappedVector2D(Double, Double)
    APIBase.createWrappedPosition3D(Double, Double, Double)
    APIBase.Equals(APIBase)
    APIBase.GetHashCode()
    APIBase.Equals(Object)
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
    Namespace: SMT.MastaAPI.Gears.Rating.Cylindrical
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    public class AGMAScuffingResultsRow : ScuffingResultsRow, IEquatable<APIBase>

    Properties

    CentralFilmThicknessIsothermal

    Measurement: VeryShortLength

    Declaration
    public double CentralFilmThicknessIsothermal { get; set; }
    Property Value
    Type Description
    System.Double

    CentralFilmThicknessWithInletShearHeating

    Measurement: VeryShortLength

    Declaration
    public double CentralFilmThicknessWithInletShearHeating { get; set; }
    Property Value
    Type Description
    System.Double

    ContactTemperature

    Measurement: Temperature

    Declaration
    public override double ContactTemperature { get; set; }
    Property Value
    Type Description
    System.Double
    Overrides
    ScuffingResultsRow.ContactTemperature

    DimensionlessCentralFilmThickness

    Declaration
    public double DimensionlessCentralFilmThickness { get; set; }
    Property Value
    Type Description
    System.Double

    FlashTemperature

    Measurement: TemperatureDifference

    Declaration
    public override double FlashTemperature { get; set; }
    Property Value
    Type Description
    System.Double
    Overrides
    ScuffingResultsRow.FlashTemperature

    HertzianStress

    Measurement: Stress

    Declaration
    public double HertzianStress { get; set; }
    Property Value
    Type Description
    System.Double

    LoadParameter

    Declaration
    public double LoadParameter { get; set; }
    Property Value
    Type Description
    System.Double

    MeanCoefficientOfFriction

    Declaration
    public double MeanCoefficientOfFriction { get; set; }
    Property Value
    Type Description
    System.Double

    PinionRollingVelocity

    Measurement: Velocity

    Declaration
    public override double PinionRollingVelocity { get; set; }
    Property Value
    Type Description
    System.Double
    Overrides
    ScuffingResultsRow.PinionRollingVelocity

    SemiWidthOfHertzianContactBand

    Measurement: VeryShortLength

    Declaration
    public double SemiWidthOfHertzianContactBand { get; set; }
    Property Value
    Type Description
    System.Double

    SlidetoRollRatio

    Declaration
    public double SlidetoRollRatio { get; set; }
    Property Value
    Type Description
    System.Double

    SlidingVelocity

    Measurement: Velocity

    Declaration
    public override double SlidingVelocity { get; set; }
    Property Value
    Type Description
    System.Double
    Overrides
    ScuffingResultsRow.SlidingVelocity

    SpecificFilmThicknessWithFilterCutoffWavelengthIsothermal

    Measurement: ShortLength

    Declaration
    public double SpecificFilmThicknessWithFilterCutoffWavelengthIsothermal { get; set; }
    Property Value
    Type Description
    System.Double

    SpecificFilmThicknessWithFilterCutoffWavelengthWithInletShearHeating

    Measurement: ShortLength

    Declaration
    public double SpecificFilmThicknessWithFilterCutoffWavelengthWithInletShearHeating { get; set; }
    Property Value
    Type Description
    System.Double

    SpeedParameter

    Declaration
    public double SpeedParameter { get; set; }
    Property Value
    Type Description
    System.Double

    ThermalLoadingParameter

    Declaration
    public double ThermalLoadingParameter { get; set; }
    Property Value
    Type Description
    System.Double

    ThermalReductionFactor

    Declaration
    public double ThermalReductionFactor { get; set; }
    Property Value
    Type Description
    System.Double

    WheelRollingVelocity

    Measurement: Velocity

    Declaration
    public override double WheelRollingVelocity { get; set; }
    Property Value
    Type Description
    System.Double
    Overrides
    ScuffingResultsRow.WheelRollingVelocity

    Implements

    System.IEquatable<T>

    Extension Methods

    UtilityMethods.IsReadOnly<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsValid<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsMethodValid<T>(T, Expression<Func<T, Action>>)
    UtilityMethods.IsMethodReadOnly<T>(T, Expression<Func<T, Action>>)
    Back to top