Interface IBicycleSteeringCapable
Here are the car specific driver attributes defined for the acceleration calculation.
Inherited Members
Namespace: SOHBicycleModel.Steering
Assembly: SOHBicycleModel.dll
Syntax
public interface IBicycleSteeringCapable : ISteeringCapable, IPassengerCapable, IPositionable
Properties
| Improve this Doc View SourceBicycle
The bicycle that the capable might own.
Declaration
Bicycle Bicycle { get; }
Property Value
Type | Description |
---|---|
Bicycle |
CyclingPower
Determines how much power the driver has in watt. 75 is the mean value with a standard deviation of 3.
Declaration
double CyclingPower { get; }
Property Value
Type | Description |
---|---|
System.Double |
DriverRandom
Determines a driver dependent behaviour value.
Value should be between 0.0 and 1.0 and influences how careful / aggressive the driver is
Declaration
double DriverRandom { get; }
Property Value
Type | Description |
---|---|
System.Double |
DriverType
Defines the type of driver.
Declaration
DriverType DriverType { get; }
Property Value
Type | Description |
---|---|
DriverType |
Gradient
Determines the gradient of the speed change calculation.
Declaration
double Gradient { get; }
Property Value
Type | Description |
---|---|
System.Double |
Mass
Determines the weight of the cyclist
Declaration
double Mass { get; }
Property Value
Type | Description |
---|---|
System.Double |