This project is mirrored from https://*****:*****@code.europa.eu/vecto/vecto.git.
Pull mirroring updated .
- Feb 20, 2023
-
-
Markus Quaritsch authored
-
- Feb 17, 2023
-
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
- Feb 07, 2023
-
-
Markus Quaritsch authored
check if a battery is available, so the electric WHR is connected to the battery before checking whether the batery is full
-
Markus Quaritsch authored
-
Markus Quaritsch authored
in case of an overload during brake check if the gear has changed (e.g. because vehicle speed is below threshold) - retry again
-
Markus Quaritsch authored
-
- Feb 02, 2023
-
-
Markus Quaritsch authored
-
Markus Quaritsch authored
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.
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
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
-
Markus Quaritsch authored
make sure the whr previous state is correctly set if used in the testpowertrain
-
Markus Quaritsch authored
-
Markus Quaritsch authored
make overload buffer larger so that the GEN is able to provide sufficient energy on the interurban cycle (testcase S2 APT-N)
-
- Jan 31, 2023
- Jan 20, 2023
-
-
Markus Quaritsch authored
Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:feature/VECTO-1697_refactoring-shiftstrategy-startgeear to develop * commit '286a6cb5': adding missing fields in the runData for some testcases extend rundata used in testcase, necessary to create test-powertrain regression fix after refactoring: use testpowertrain to get fulll-load power
-
Markus Quaritsch authored
-
- Jan 19, 2023
-
-
Markus Quaritsch authored
Merge in VECTO/vecto-dev from VECTO/fk_vecto-dev:feature/VECTO-1640-e-motor-data-xev to develop * commit '607eb1e8': added tests for generic data classes, minor adjustments Set the number of columns for the battery resistance depending on the battery type added class to generate generic super cap data added class to generate generic battery system data added class to generate generic IHPC introduced base class for common methods added class to generate generic IEPC adjusted generic rated point helper for iepc update generic maps Replacing data tables with structs for handling values added generic efficience map for IEPC ASM and PSM electric machine type added class to create generic electric motor data added helper class to get rated point at electric motor full load curve
-
- Jan 18, 2023
-
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:feature/VECTO-1697_refactoring-shiftstrategy-startgeear to develop * commit 'd0de88ca': remove no longer needed class refactoring updateComponent method: make sure only components on a testpowertrain are updated implemented this check in the base class for all components do not require a hybrid controller, so the test-powertrain class can be used for other purposes as well remove initialize method in gearbox that takes a gear as argument and issues a dry-run request with a different gear. this approach caused errors because the internal 'previous state' of components might be modified. instead, a separate simple test-powertrain is used to calculate the necessary values without altering the state of the actual powertrain bugfix in PCC preprocessor for IEPCs with integrated axlegear (axlegeardata is null)
-
Markus Quaritsch authored
-
Markus Quaritsch authored
implemented this check in the base class for all components
-
Markus Quaritsch authored
do not require a hybrid controller, so the test-powertrain class can be used for other purposes as well
-
Markus Quaritsch authored
remove initialize method in gearbox that takes a gear as argument and issues a dry-run request with a different gear. this approach caused errors because the internal 'previous state' of components might be modified. instead, a separate simple test-powertrain is used to calculate the necessary values without altering the state of the actual powertrain
-
- Jan 17, 2023
-
-
Markus Quaritsch authored
(cherry picked from commit 571fe081)
-
Markus Quaritsch authored
Pull request #268: bugfix in PCC preprocessor for IEPCs with integrated axlegear (axlegeardata is null) Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:bugfix/VECTO-1695-adas-problems-in-vecto-0.7.9.2836 to develop * commit '571fe081': bugfix in PCC preprocessor for IEPCs with integrated axlegear (axlegeardata is null)
-
Markus Quaritsch authored
-
- Dec 23, 2022
-
-
Markus Quaritsch authored
Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:feature/VECTO-1651-result-generation-method-for-xml to develop * commit 'd76ea79e': (142 commits) set ICE values and gearbox efficiency / axlegear efficiency only if the respective component is present in the powertrain correct testdata moddata: calculate ice max load time share and gearshift count only if ICE and transmission are present refactoring lookup method for vehicle group based on input, return tuple of vehicle group and vocational for report adding info about powertrain to modal data container do not write fuel consumption if the fuelconsumptionwriter is null PEV: do not write energy consumption per volume if volume is 0 bugfix: continue tasks in cas an error occurs if jobs are not run multithreaded remove testcases which are not useful (model data cannot be simulated as it only demonstrates syntax) make more testcases work making more testcases run provide results factory to MRF/CIF/VIF report classes (injected) adding missing bindings of MRF to primary bus result writer: write volume-oriented results only if cargo volume is greater than 0 input adapter create dummy component in case no component data is provided in the xml externalize strings in Reports adding results writer for VIF more testcases, minor refactoring restructuring source code writing results: move classes which are used in MRF and CIF to a common folder/namespace Refactoring, writing MRF results works adding testcases for LNG and dual fuel vehicles ...
-
Markus Quaritsch authored
set ICE values and gearbox efficiency / axlegear efficiency only if the respective component is present in the powertrain
-
Markus Quaritsch authored
-
Markus Quaritsch authored
moddata: calculate ice max load time share and gearshift count only if ICE and transmission are present
-
Markus Quaritsch authored
refactoring lookup method for vehicle group based on input, return tuple of vehicle group and vocational for report
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-