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

Skip to content
Snippets Groups Projects
This project is mirrored from https://code.europa.eu/vecto/vecto.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Jun 04, 2024
  2. May 24, 2024
  3. May 14, 2024
  4. May 08, 2024
  5. Apr 30, 2024
  6. Apr 19, 2024
  7. Apr 17, 2024
  8. Apr 12, 2024
  9. Apr 10, 2024
    • Guillaume ALIX's avatar
      Implement clutch slipping speed for vehicle with small ICE · 8793e518
      Guillaume ALIX authored
      Introduction of a clutch slipping speed depending on gradient to ensure
      that a powertrain with low torque can start uphill if it is possible by
      increasing ICE speed during slipping:
      - fixes the following issues :
          - #331
          - #367
          - #372, #373, #374, #375
          - #393, #439, #446, #449, #478, #481, #488, #494
          - #420
          - #573, #582
      - computation of ice torque necessary to perform a given acceleration
      for current gradient and slope based on built-in functions
      - adding a function to compute the interpolated min speed necessary to
      get target torque
      - additional correction of target torque (+1%) as safety for overloaded
      vehicle to make sure worst case are dealt with (#393 and #420)
      - also tested on generic vehicles not concerned by the issue, with big
      ice / high torque (bus and tractors) with zero or very limited change in
       consumption in those cases (mean consumption variation for vehicle
      presenting one : -0.02%)
      8793e518
    • Stefanos Doumpoulakis's avatar
      0ae8a7c6
  10. Apr 09, 2024
    • Stefanos Doumpoulakis's avatar
      fix #594: validation for aux completed vehicle XML · 29e9395e
      Stefanos Doumpoulakis authored
      Completed vehicle jobs with manufacturing step where
      VehicleDeclarationType is final, need to be validated regarding their
      auxiliaries, according to the 2017/2400 regulation, annex III, table 3a.
      Without this explicit validation the simulation
      fails without an appropriate error message.
      29e9395e
  11. Apr 08, 2024
  12. Apr 05, 2024
    • Guillaume ALIX's avatar
      forbid gearshift for very low time step on APTN transmission · 6a720006
      Guillaume ALIX authored
      - fix issue 551 : braking powersearch issue on vehicle with IEPC with 3 Gears
      - in fact it is a problem of short brake phase during which a gearshift
      is made: upshift so fast that it brakes too much without brake
      (due to automatic gearbox configuration with no torque interruption)
      - fix: forbid gearshift for these really reduced timestep, but only
      for APTN
      - note: this type of approach is already implemented driver.cs
      for clutch engaging (1C-->1L) with the variable postponeEngage
      - with this fix, the upshift is made on next timestep
      - tested on other vehicle cases without regression and no consumption difference
      6a720006
  13. Apr 04, 2024
  14. Apr 03, 2024
  15. Apr 02, 2024
  16. Mar 29, 2024
  17. Mar 28, 2024
  18. Mar 27, 2024
Loading