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

Skip to content
Snippets Groups Projects
Commit 776d36a2 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

adding information about driving action in vmod file

parent 0f9f036d
No related branches found
No related tags found
No related merge requests found
Pipeline #37148 canceled
......@@ -150,3 +150,15 @@ P_loss_total = P_clutch_loss + P_gbx_loss + P_ret_loss + P_gbx_inertia + P_angle
P_wheel_inertia + P_air + P_roll + P_grad + P_veh_inertia (+ P_PTOconsumer + P_PTO_transm)
P_trac = P_veh_inertia + P_roll + P_air + P_slope
**Driving Action:**
| DrivingAction | Value |
| ---------------- | ------- |
| Halt | 0 |
| Roll | 2 |
| Coast | 4 |
| Accelerate | 6 |
| Brake | -5 |
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