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
This project is mirrored from https://*****:*****@code.europa.eu/vecto/vecto.git. Pull mirroring updated .
  1. Feb 23, 2023
  2. Feb 20, 2023
    • Markus Quaritsch's avatar
      Pull request #277: Bugfix/VECTO-1708 gear selection with ecms · 344bf931
      Markus Quaritsch authored
      Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:bugfix/VECTO-1708-gear-selection-with-ecms to develop
      
      * commit '1ff47352': (28 commits)
        remove old dry-run method
        adding testcase for P1 APT vehicle
        Fix hybrid strategy for P1: in case of an AT transmission when accelerating from standstill (first simulation step) keep EM off if all results are an underload (from TC!)  instead of full generation of the EM (and thus overloading the ICE)
        round debugger info of hybrid result entry
        fix testcases, rename testcase
        fix testcases, change update componens in vehicle container
        generic S2 vehicle: allow longer over load in the generator to generate enough electric power to drive the cycle
        set the electric range in the xml report result class
        write overload buffer usage even if the buffer size is 0
        check if a battery is available, so the electric WHR is connected to the battery before checking whether the batery is full
        correcting typo: use prepared return value
        in case of an overload during brake check if the gear has changed (e.g. because vehicle speed is below threshold) - retry again
        refactoring code in hybrid strategy brake action: reduce complexity (invert if)
        use correct testfile (P4 generic vehicle instead of P3 ;-) )
        refactoring initialization of start gear: always have the ICE on in the testpowertrain to select a gear that is suitable for the ICE as well.
        switchable clutch: no longer use the ClutchOpen signal
        electric motor: always write value for overload buffer (leaving it empty is IMO not nice/useful)
        bugfix: effshift shift polygon calculator uses wrong calculation method
        consider overspeed to check in the driving cycle if the target speed is already reached and we do not need to drive exactly to the next speed-change entry. reduce tolerance to check whether the targetspeed is reached
        connect WHR also in simple powertrain (testpowertrain) make sure the whr previous state is correctly set if used in the testpowertrain
        ...
      344bf931
    • Markus Quaritsch's avatar
      remove old dry-run method · 1ff47352
      Markus Quaritsch authored
      1ff47352
    • Markus Quaritsch's avatar
      Merge branch 'feature/RefactorHybridStrategyGearEvaluation' into... · de03dbef
      Markus Quaritsch authored
      Merge branch 'feature/RefactorHybridStrategyGearEvaluation' into bugfix/VECTO-1708-gear-selection-with-ecms
      
      # Conflicts:
      #	VectoCore/VectoCore/Models/Simulation/IVehicleContainer.cs
      #	VectoCore/VectoCoreTest/Utils/MockVehicleContainer.cs
      de03dbef
    • Markus Quaritsch's avatar
      adding testcase for P1 APT vehicle · febfcc91
      Markus Quaritsch authored
      febfcc91
    • Markus Quaritsch's avatar
      Fix hybrid strategy for P1: in case of an AT transmission when accelerating... · d949eacd
      Markus Quaritsch authored
      Fix hybrid strategy for P1: in case of an AT transmission when accelerating from standstill (first simulation step) keep EM off if all results are an underload (from TC!)  instead of full generation of the EM (and thus overloading the ICE)
      d949eacd
    • Markus Quaritsch's avatar
      bf3ec84d
  3. Feb 17, 2023
  4. Feb 07, 2023
  5. Feb 02, 2023
  6. Jan 31, 2023
  7. Jan 30, 2023
  8. Jan 27, 2023
  9. Jan 26, 2023
    • Markus Quaritsch's avatar
      Pull request #273: Feature/VECTO-1651 result generation method for xml · c4de8b36
      Markus Quaritsch authored
      Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:feature/VECTO-1651-result-generation-method-for-xml to develop
      
      * commit 'ab99a2a5': (81 commits)
        refactoring CD/CS weighting, change calculation according to latest execl version
        adding testcase for PEV range calculation
        Adding testcase for calculating electric ranges (using mock data) finish implementation calculating weighted results (ovc/non-ovc)
        move initialization of result entry to result entry itself (new method in interface), remove setter in interface
        add calculating usable stored energy in battery
        implementation of realworld usage factors (ovc range calculation) implementation of weighted result (OVC + non-OVC run), extending/refactoring vehicle operation lookup tables implementation of summary calculation (ovc and non-OVC)
        create fullload curve before voltage level data for iepc
        added iepc to conditioning
        extrapolate iepc map with factor 1.2 from fld entry
        re-added debuggerhidden attribute in SI
        moved extrapolationfactor and ratedspeedgradientdelta to Constants
        added lookup class for medium lorry electric system
        added es-tech table for medium lorries
        enabled simulation for IEPC_E
        add epto and el aux to IEPC_E, IEPC_S
        cleaned tests
        enabled IEPC_S simulation (fails because of line search exception)
        use IIEPCDeclarationInput data in IEPCGearboxInputData helper class
        store subresponse in abstract response
        removed unit from REESS modalresult fields
        ...
      c4de8b36
Loading