modelSingleGearManualTransmission
Simple fixed gear ratio, manual transmission, uses physical connectors
Extends from VehicleInterfaces.Icons.Transmission (Icon for a transmission subsystem), Interfaces.BaseManualTransmission (Interface definition for a manual transmission).
Information
A single gear transmission based on the manual transmission model interface definition. Includes a clutch model and uses physical connections between the driver and transmission system for the clutch position and current gear number (although the gear number is ignored in this model.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | gearRatio | 4 | Gear ratio |
| Advanced › Only for 1D transmission | |||
| Boolean | usingMultiBodyEngine (from Base) | false | = true, if connecting to a MultiBody engine |
| Boolean | usingMultiBodyDriveline (from Base) | false | = true, if connecting to a MultiBody driveline |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Mechanics.MultiBody.Interfaces.FlangeWithBearing | engineFlange (from Base) | Connection to the engine | |
| Modelica.Mechanics.MultiBody.Interfaces.FlangeWithBearing | drivelineFlange (from Base) | Connection to the driveline | |
| Modelica.Mechanics.MultiBody.Interfaces.Frame_a | transmissionMount (from Base) | Transmission mount connection (optional) | |
| VehicleInterfaces.Interfaces.ControlBus | controlBus (from Base) | Control signal bus | |
| Modelica.Mechanics.Translational.Interfaces.Flange_b | clutchPedal (from BaseManualTransmission) | Clutch pedal connection (optional) | |
| VehicleInterfaces.Interfaces.ShiftConnector | shiftConnector (from BaseManualTransmission) | Manual shift selector connection (optional) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Mechanics.MultiBody.MultiBodyEnd | end_1 (from Base) | ||
| Mechanics.MultiBody.MultiBodyEnd | end_2 (from Base) | ||
| Modelica.Mechanics.Rotational.Components.IdealGear | gear | ||
| Modelica.Mechanics.MultiBody.Parts.Mounting1D | mounting1D | ||
| Modelica.Mechanics.Rotational.Sensors.SpeedSensor | outputSpeed | ||
| VehicleInterfaces.Interfaces.ShiftOutput | shiftOutput | ||
| Modelica.Mechanics.Rotational.Components.Clutch | clutch | ||
| Modelica.Mechanics.Translational.Components.Fixed | fixed | ||
| Modelica.Mechanics.Translational.Sensors.ForceSensor | forceSensor | ||
| Modelica.Mechanics.Translational.Components.SpringDamper | pedalSpring | ||
| Modelica.Blocks.Sources.BooleanExpression | clutchLocked | ||
| Modelica.Blocks.Math.Gain | normalise |