Class MicroPittingResultsRow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MicroPittingResultsRow
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class MicroPittingResultsRow : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public double ContactPoint { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double DynamicViscosityOfTheLubricantAtContactTemperature { get; set; }
Property Value
Type |
Description |
System.Double |
|
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 |
|
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 |
|
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
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 |
|
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
Declaration
public double NormalRelativeRadiusOfCurvature { get; set; }
Property Value
Type |
Description |
System.Double |
|
PinionFlankRadiusOfCurvature
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
PositionOnWheel
Declaration
public CylindricalGearProfileMeasurement PositionOnWheel { get; }
Property Value
Measurement: PressureViscosityCoefficient
Declaration
public double PressureViscosityCoefficientAtContactTemperature { get; set; }
Property Value
Type |
Description |
System.Double |
|
SumOfTangentialVelocities
Declaration
public double SumOfTangentialVelocities { get; set; }
Property Value
Type |
Description |
System.Double |
|
TransverseRelativeRadiusOfCurvature
Declaration
public double TransverseRelativeRadiusOfCurvature { get; set; }
Property Value
Type |
Description |
System.Double |
|
WheelFlankRadiusOfCurvature
Declaration
public double WheelFlankRadiusOfCurvature { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods