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

Skip to content
Snippets Groups Projects
  1. Jan 24, 2022
  2. Jan 18, 2022
  3. Jan 14, 2022
    • Markus QUARITSCH's avatar
      Pull request #147: adapt creating electric motor power map: · ad420a36
      Markus QUARITSCH authored
      Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:bugfix/VECTO-1520-077.2457-p2-crashing-at-takeoff to develop
      
      * commit 'feb1e8f5':
        adapt creating electric motor power map: when selecting the first grid-point of motor speeds in the power map, allow certain tolerances. apply clustering of speed entries, use distance between clusters to select min-speed grid point so that the map can be fully extended to 0 rpm. if the min/max torque at 0 rpm are lower/higher than the min/max values at the lowest rpm grid point, add entries at 0 rpm with the original torque values and extrapolate the electric power from the last 4 entries of the respective side of the map this is necessary to avoid extrapolations of the power map and thus simulation aborts
      ad420a36
  4. Jan 13, 2022
    • Markus QUARITSCH's avatar
      adapt creating electric motor power map: · feb1e8f5
      Markus QUARITSCH authored
      when selecting the first grid-point of motor speeds in the power map, allow certain tolerances. apply clustering of speed entries, use distance between clusters to select min-speed grid point so that the map can be fully extended to 0 rpm.
      if the min/max torque at 0 rpm are lower/higher than the min/max values at the lowest rpm grid point, add entries at 0 rpm with the original torque values and extrapolate the electric power from the last 4 entries of the respective side of the map
      this is necessary to avoid extrapolations of the power map and thus simulation aborts
      feb1e8f5
  5. Jan 12, 2022
  6. Dec 22, 2021
  7. Dec 21, 2021
  8. Dec 20, 2021
  9. Dec 19, 2021
  10. Dec 18, 2021
  11. Dec 17, 2021
    • Michael KRISPER's avatar
      Pull request #136: Feature/VECTO-1460 apt n gearbox · c8865aa1
      Michael KRISPER authored
      Merge in VECTO/vecto-dev from VECTO/mk_vecto-dev:feature/VECTO-1460-apt-n-gearbox to develop
      
      * commit '7d74524a': (25 commits)
        APTNGearbox: removed unnecessary code.
        Added Case for APTN for ResponseUnderload in DrivingActionBrake to try again searching a suitable braking power.
        implemented overrides in APTN for easier debugging
        Interpolate2D: removed stopwatch
        Added that HybridStrategy does not use VelocityDropData if its not valid (like in APT-N gearboxes: they have no traction interruption)
        Improved check for APT-N Gearbox when used in SimplePowertrain
        code formatting
        PowertrainBuilder.GetShiftStrategy: Check for JobType for APTN Shift Strategy
        refactored return of Gearbox.Request for easier debugging
        reformated code for easier debugging
        added APTN in PowertrainBuilder.GetGearBox
        minor refactoring for readability
        GearboxType formatted Names of GearboxType Enum
        GearboxForm: APT-N only visible in Engineering Mode
        Added APTN in Powertrainbuilder.GetShiftStrategy again (was missing after merge)
        updated Gearbox GUI Editor (gearboxtype width)
        removed debug output
        updated APTNGearbox
        bugfix: ICE-EngineInfo for PEVs was null
        APTN Gearbox now directly derived from Gearbox
        ...
      c8865aa1
    • Michael KRISPER's avatar
      Pull request #137: Feature/VECTO-1493 use enginestartstop in pcc events for hybrid p1 · 59170684
      Michael KRISPER authored
      Merge in VECTO/vecto-dev from VECTO/mk_vecto-dev:feature/VECTO-1493-use-enginestartstop-in-pcc-events-for-hybrid-p1 to develop
      
      * commit 'cb3f7a14':
        HybridStrategy: Added special case for HybridP1 with EngineStopStart during PCC Events
        DefaultDriverStrategy: inlined dataBus variable
        code formatting
        formatting
        if EngineStopStart is active the ICE can be turned off also for HybridP1. For all others it can be turned of regardless of EngineStopStart Flag.
        reverted HybridStrategy to original state before changes of EngineStart (changes did not have any effect)
        Hybrid P1 when braking: changed condition from EngineInfo.EngineOn to iceOn variable
        changed check for start engine from Gearbox.Out to Gearbox.In
      59170684
Loading