Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Select Git revision
  • a692a0ffab077057eb16da3b42c84a6a64109593
  • amdm2/main default
  • doc-fixes
  • amdm3/develop
  • vehmetrics
  • feature/generic_vehicles_tests
  • trailer-stable
  • trailer
  • pubcode
  • bugfix/CodeEU-547_MaxICEOffTimespan
  • ci
  • stable protected
  • bugfix/CodeEU-235_Tyre_XML-type_VIF
  • revert-f849ae0c
  • Project_VECTO_FD_II/FMI/AMTShiftStratgy
  • Project_VECTO_FD_II/FMI/HybridController
  • feature/CodeEU-51_Extend-ADC-lossmap-declaration-mode
  • tug-dev
  • develop
  • hm_feature/vecto-40-add-nuget
  • tug-stable
  • Release/v4.1.0.3392-RC
  • Release/v4.0.3.3330
  • Release/v4.0.2.3275
  • Release/v4.0.2.3273
  • Release/v0.11.1.3228-DEV
  • Project_VECTO_FD_II/FMI/HybridController
  • Project_VECTO_FD_II/FMI/AMTShiftStrategy
  • Release/v4.0.1.3217
  • Release/v4.0.0.3211
  • Release/v0.11.0.3193-DEV
  • Release/v4.0.0.3161-RC
  • Release/v4.0.0.3106-RC
  • Release/v3.3.15.3102
  • Release/v4.0.0.3078-RC
  • Release/v3.3.15.3073-RC
  • test-tag
  • Release/v3.3.14.3011
  • Build/v0.7.10.2996
  • v0.7.5b0+2524.multistep
  • Release/v3.3.14.2981-RC
41 results

VEMx.md

Blame
  • Forked from VECTO / VECTO Sim
    3030 commits behind the upstream repository.
    Markus QUARITSCH's avatar
    Markus Quaritsch authored
    extending user manual: update on IEPC model, fuel consumption correction for HEV-S, PEV shift lines, serial hybrid strategy, fix incorrect links
    6a8f80e7
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    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.

    • 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
    ...

    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.

    • 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 Power Map (.vemo)

    This file is used to interpolate the electric power required for a certain mechanical power at the eletric motor's shaft. The file uses the VECTO CSV format.

    • Filetype: .vemo
    • Header: n [rpm] , T [Nm] , P_el [kW]
    • Requires at least 2 data entries

    Example:

    n [rpm], T [Nm], P_el [kW]
    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
    ...