Version: 13.0

    Show / Hide Table of Contents

    Class MicroPittingResultsRow

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    MicroPittingResultsRow
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    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 MicroPittingResultsRow : APIBase, IEquatable<APIBase>

    Fields

    _parent

    Declaration
    protected readonly APIBase _parent
    Field Value
    Type Description
    APIBase

    Properties

    ContactPoint

    Measurement: ShortLength

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

    DynamicViscosityOfTheLubricantAtContactTemperature

    Measurement: Viscosity

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

    KinematicViscosityOfLubricantAtContactTemperature

    Measurement: KinematicViscosity

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

    LoadSharingFactor

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

    LocalContactTemperature

    Measurement: Temperature

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

    LocalFlashTemperature

    Measurement: TemperatureDifference

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

    LocalHertzianContactStress

    Measurement: Stress

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

    LocalLoadParameter

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

    LocalLubricantFilmThickness

    Measurement: VeryShortLength

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

    LocalSlidingParameter

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

    LocalSlidingVelocity

    Measurement: Velocity

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

    LocalVelocityParameter

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

    LubricantDensityAtContactTemperature

    Measurement: Density

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

    Mesh

    Declaration
    public string Mesh { get; set; }
    Property Value
    Type Description
    System.String

    NormalRelativeRadiusOfCurvature

    Measurement: ShortLength

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

    PinionFlankRadiusOfCurvature

    Measurement: ShortLength

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

    PointOfMesh

    Declaration
    public string PointOfMesh { get; }
    Property Value
    Type Description
    System.String

    PositionOnPinion

    Declaration
    public CylindricalGearProfileMeasurement PositionOnPinion { get; }
    Property Value
    Type Description
    CylindricalGearProfileMeasurement

    PositionOnWheel

    Declaration
    public CylindricalGearProfileMeasurement PositionOnWheel { get; }
    Property Value
    Type Description
    CylindricalGearProfileMeasurement

    PressureViscosityCoefficientAtContactTemperature

    Measurement: PressureViscosityCoefficient

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

    SumOfTangentialVelocities

    Measurement: Velocity

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

    TransverseRelativeRadiusOfCurvature

    Measurement: ShortLength

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

    WheelFlankRadiusOfCurvature

    Measurement: ShortLength

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

    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