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

Skip to content
Snippets Groups Projects
Commit ac961e0a authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

more work on documentation

parent eab54e2a
No related branches found
No related tags found
No related merge requests found
##Electric Motor
##RESS
##Battery File (.vbat)
##Electric Motor Max Torque File (.vemp)
This file contains the electric motor's maximum drive torque and maximum recuperation torque depending on the motor's angluar speed. The file uses the [VECTO CSV format](#csv).
- Filetype: .vemp
- Header: **n [rpm] , T_drive [Nm] , T_recuperation [Nm]**
- Requires at least 2 data entries
**Example:**
~~~
n [rpm] , T_drive [Nm] , T_recuperation [Nm]
0 , 802.14 , -802.14
1600 , 802.14 , -802.14
1665 , 802.14 , -802.14
1675 , 798.16 , -798.16
1685 , 793.42 , -793.42
1695 , 788.74 , -788.74
...
~~~
~~~
n [rpm], T [Nm], P_bat [W]
0 , -1600 , 19.6898
0 , -1550 , 18.5438
0 , -1500 , 17.4322
...
0 , 1450 , 16.9496
0 , 1500 , 18.0462
0 , 1550 , 19.177
0 , 1600 , 20.342
47.746 , -1600 , 11.6734
47.746 , -1550 , 10.7802
...
47.746 , -100 , -0.19622
47.746 , -50 , -0.064626
47.746 , 0 , 0.1449
...
~~~
\ No newline at end of file
......@@ -46,6 +46,8 @@
3-simulation-models/BusAuxiliaries.md
3-simulation-models/PwheelInput.md
3-simulation-models/PTO.md
3-simulation-models/Electric_Motor.md
3-simulation-models/Electric_Storage.md
3-simulation-models/HybridControlStrategy.md
5-input-and-output-files/input-output.md
5-input-and-output-files/XML_Job-File_DeclarationMode.md
......@@ -61,6 +63,8 @@
5-input-and-output-files/VENG.md
5-input-and-output-files/VFLD.md
5-input-and-output-files/VMAP.md
5-input-and-output-files/VEMx.md
5-input-and-output-files/VBATx.md
5-input-and-output-files/VGBX.md
5-input-and-output-files/VGBS.md
5-input-and-output-files/VTLM.md
......
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