Class ScriptCoefficientOfFrictionCalculator
Inheritance
System.Object
ScriptCoefficientOfFrictionCalculator
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Materials
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ScriptCoefficientOfFrictionCalculator : InstantaneousCoefficientOfFrictionCalculator, IEquatable<APIBase>
Properties
CombinedRadiusOfCurvature
Measurement: ShortLength
Declaration
public double CombinedRadiusOfCurvature { get; }
Property Value
Type | Description |
---|---|
System.Double |
ContactLength
Measurement: ShortLength
Declaration
public double ContactLength { get; }
Property Value
Type | Description |
---|---|
System.Double |
DynamicViscosity
Measurement: Viscosity
Declaration
public double DynamicViscosity { get; }
Property Value
Type | Description |
---|---|
System.Double |
EntrainmentVelocity
Measurement: Velocity
Declaration
public double EntrainmentVelocity { get; }
Property Value
Type | Description |
---|---|
System.Double |
InternalExternalFactor
Declaration
public double InternalExternalFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
KinematicViscosity
Measurement: KinematicViscosity
Declaration
public double KinematicViscosity { get; }
Property Value
Type | Description |
---|---|
System.Double |
NormalLoad
Measurement: Force
Declaration
public double NormalLoad { get; }
Property Value
Type | Description |
---|---|
System.Double |
PinionToothPassingSpeed
Measurement: AngularVelocity
Declaration
public double PinionToothPassingSpeed { get; }
Property Value
Type | Description |
---|---|
System.Double |
RollDistance
Measurement: ShortLength
Declaration
public double RollDistance { get; }
Property Value
Type | Description |
---|---|
System.Double |
SlidingVelocity
Measurement: Velocity
Declaration
public double SlidingVelocity { get; }
Property Value
Type | Description |
---|---|
System.Double |
WheelToothPassingSpeed
Measurement: AngularVelocity
Declaration
public double WheelToothPassingSpeed { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>