Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

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

adding em drag curve file

parent 0c7d20d5
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,22 @@ n [rpm] , T_drive [Nm] , T_recuperation [Nm]
...
~~~
##Electric Motor Drag Curve File (.vemd)
This file contains the electric motor's drag torque (i.e. the eletric motor is not energized) depending on the motor's angluar speed. The file uses the [VECTO CSV format](#csv).
- Filetype: .vemd
- Header: **n [rpm] , T_drag [Nm]**
- Requires at least 2 data entries
**Example:**
~~~
n [rpm] , T_drag [Nm]
0 , -10
5000 , -50
~~~
##Electric Motor Map (.vemo)
......
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