Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 3b0b5ae1 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

user documentation: added powertrain structure

parent c25962b8
No related branches found
No related tags found
No related merge requests found
No preview for this file type
## Powertrain and Components Structure
The powertrain in Vecto V3 consists of the following components which are connected in this order:
![](pics/powertrain.svg)
The engine tries to supply the requested power demand (including all power losses happening in the powertrain and auxiliaries).
If the engine can't supply the given power demand, the driver component limits it (e.g. by accelerating slower than requested by the driving cycle).
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
In this chapter the used component models for the simulation are described. In this chapter the used component models for the simulation are described.
* [Powertrain and Components Structure](#powertrain-and-components-structure)
* [Driver: Acceleration Limiting](#acceleration-limiting) * [Driver: Acceleration Limiting](#acceleration-limiting)
* [Driver: Look-Ahead Coasting](#look-ahead-coasting) * [Driver: Look-Ahead Coasting](#look-ahead-coasting)
* [ADAS: Overspeed / Eco-Roll](#overspeed-eco-roll) * [ADAS: Overspeed / Eco-Roll](#overspeed-eco-roll)
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
2-calculation-modes/engine-only.md 2-calculation-modes/engine-only.md
2-calculation-modes/batch.md 2-calculation-modes/batch.md
3-simulation-models/simulation-models.md 3-simulation-models/simulation-models.md
3-simulation-models/powertrain.md
3-simulation-models/Driver_AccLimit.md 3-simulation-models/Driver_AccLimit.md
3-simulation-models/Driver_LAC.md 3-simulation-models/Driver_LAC.md
3-simulation-models/ADAS_EcoRoll.md 3-simulation-models/ADAS_EcoRoll.md
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment