Class ScriptCoefficientOfFrictionCalculator
Inheritance
System.Object
ScriptCoefficientOfFrictionCalculator
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ScriptCoefficientOfFrictionCalculator : InstantaneousCoefficientOfFrictionCalculator, IEquatable<APIBase>
Properties
CombinedRadiusOfCurvature
Declaration
public double CombinedRadiusOfCurvature { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double ContactLength { get; }
Property Value
| Type |
Description |
| System.Double |
|
DynamicViscosity
Declaration
public double DynamicViscosity { get; }
Property Value
| Type |
Description |
| System.Double |
|
EntrainmentVelocity
Declaration
public double EntrainmentVelocity { get; }
Property Value
| Type |
Description |
| System.Double |
|
InternalExternalFactor
Declaration
public double InternalExternalFactor { get; }
Property Value
| Type |
Description |
| System.Double |
|
KinematicViscosity
Declaration
public double KinematicViscosity { get; }
Property Value
| Type |
Description |
| System.Double |
|
NormalLoad
Declaration
public double NormalLoad { get; }
Property Value
| Type |
Description |
| System.Double |
|
PinionToothPassingSpeed
Declaration
public double PinionToothPassingSpeed { get; }
Property Value
| Type |
Description |
| System.Double |
|
RollDistance
Declaration
public double RollDistance { get; }
Property Value
| Type |
Description |
| System.Double |
|
SlidingVelocity
Declaration
public double SlidingVelocity { get; }
Property Value
| Type |
Description |
| System.Double |
|
WheelToothPassingSpeed
Declaration
public double WheelToothPassingSpeed { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods