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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Feb 09, 2024
-
-
Markus Quaritsch authored
-
- Feb 08, 2024
-
-
Stefanos DOUMPOULAKIS authored
fix #422: one DCDCConverter in powertrain See merge request vecto/vecto!171
-
- Feb 06, 2024
-
-
Stefanos Doumpoulakis authored
Problem: Some powertrains had 2 DCDCConverters in them, by mistake, when only 1 is necessary/appropriate. Solution: use 1 DCDCConverter in a particular powertrain.
-
Stefanos DOUMPOULAKIS authored
disable recuperation of EM only in case the driver wants to brake (i.e., allow... See merge request vecto!159
-
Stefanos DOUMPOULAKIS authored
Add brake action when all braking action has not succeeded See merge request vecto/vecto!170
-
- Feb 02, 2024
-
-
David AMO GONZALEZ authored
-
- Feb 01, 2024
-
-
Stefanos DOUMPOULAKIS authored
fix #427: correct calculation of vehicle max speed See merge request vecto!168
-
Stefanos DOUMPOULAKIS authored
fix #428: Remove speed safety margin for gearbox re-engaging See merge request vecto/vecto!169
-
- Jan 31, 2024
-
-
Stefanos Doumpoulakis authored
-
Stefanos Doumpoulakis authored
For the calculation of MaxVehicleSpeed, the N95 speed of the engine is used. In some edge cases though, the speed of the vehicle may result to exceeding the max speed of the last gear (i.e. manifested at coach cycle on overspeed at about 102km/h). Therefore we need to use the minimum of N95 and maxGBspeed @ last gear.
-
Stefanos DOUMPOULAKIS authored
fix localization issue in battery standard values correction See merge request vecto/vecto!164
-
Stefanos DOUMPOULAKIS authored
allow 0.0 EM continuous torque in VIF See merge request vecto/vecto!166
-
Stefanos DOUMPOULAKIS authored
correcting MRF schame: make output of NgTankSystem optional for completed bus... See merge request doumpst/vecto!1
-
- Jan 30, 2024
-
-
Markus Quaritsch authored
improve searching mechanic power for a given electric power: in case the max. propulsion power is 0, the initial search interval is also 0. this leads to the same point in the map and no interpolation/extrapolation in the search algorithm can be done. in case the max torque is 0, set the initial search interval to a small value for now.
-
Markus Quaritsch authored
-
Markus Quaritsch authored
correcting MRF schame: make output of NgTankSystem optional for completed bus (conventional and HEV)
-
- Jan 26, 2024
-
-
Stefanos DOUMPOULAKIS authored
fix(partial) #394: handled 2 null references See merge request vecto!165
-
- Jan 25, 2024
-
-
Stefanos Doumpoulakis authored
-
- Jan 23, 2024
-
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
- Jan 22, 2024
-
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Stefanos DOUMPOULAKIS authored
fix #289: corrected errors in VIF files See merge request vecto!161
-
Stefanos Doumpoulakis authored
Problem 1: VECTO sometimes fails to find the namespace where the type of the <Tyre><Data> element is defined, in the primary vehicle job file. Problem 2: VECTO sometimes inserts erroneous prefix in element AirDrag -Data of final VIF (output of Multistep: primary VIF + Completed).
-
Stefanos DOUMPOULAKIS authored
implement feature to asses whether a simulation abort may be caused due to low motorization (primary bus simulation) See merge request vecto/vecto!153
-
Stefanos DOUMPOULAKIS authored
Use culture invariant conversion to lower case. See merge request vecto/vecto!157
-
Stefanos DOUMPOULAKIS authored
Bugfix/code eu 376 See merge request vecto/vecto!160
-
- Jan 19, 2024
-
-
Stefanos DOUMPOULAKIS authored
Adaptation of Bus Curb Mass in Factor Method for low weight buses See merge request vecto/vecto!151
-
- Jan 18, 2024
-
-
Markus Quaritsch authored
-
Stefanos Doumpoulakis authored
-
- Jan 17, 2024
-
-
Markus Quaritsch authored
disable recuperation of EM only in case the driver wants to brake (i.e., allow recuperation in case the driver performs an accelerate action to overcome the drag losses in the EM)
-
Stefanos DOUMPOULAKIS authored
fix #310: improved handling for invalid final VIF See merge request vecto/vecto!156
-
- Jan 16, 2024
-
-
Stefanos DOUMPOULAKIS authored
Feat #258: VIF validation by hashing tool See merge request vecto/vecto!154
-
Markus Quaritsch authored
# Conflicts: # VectoCore/VectoCore/OutputData/SumDataFields.cs
-
Markus Quaritsch authored
Use culture invariant conversion to lower case. Ohterwise 'I' may be converted to 'ı' (missing dot) depending on the culture/language settings (e.g. turkish) and thus several lookups fail. Using culture independent conversion to lower case still gives 'i'.
-
Stefanos DOUMPOULAKIS authored
fix #300: proper calculation of full drive torque See merge request !152
-
Stefanos DOUMPOULAKIS authored
fix #285: don't write unavailable EM data to vsum See merge request vecto/vecto!155
-
- Jan 15, 2024
-
-
Markus Quaritsch authored
only apply mass correction in case a primary vehicle or completed generic (with mission parameters from primary mission) is simulated
-
Markus Quaritsch authored
adapt testcase to match call in vectorundatafactory: lookup primary segment and completed segment, use according missions in call to create vehicle data
-
Stefanos Doumpoulakis authored
Problem: When loading a completed final VIF where elements are missing. (in this case HVAC) a null reference exception occurs. Solution: added null reference checks.
-