This project is mirrored from https://*****:*****@code.europa.eu/vecto/vecto.git.
Pull mirroring updated .
- Sep 15, 2016
-
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
- Sep 14, 2016
-
-
Markus Quaritsch authored
removed reading json vehicle input file from vecto 2.2, using JSONVehicleInputData to read input files and fill GUI
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
introduce new class TableData (extends DataTable and adds source information), use TableData in interfaces instead of DataTable (fully compatible)
-
Markus Quaritsch authored
-
Markus Quaritsch authored
validation of vehicle data: validate total rolling resistance on object validation (not via property), check tyre test load for each axle
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
* commit '0d889322': adding drag torque to response, rename torque converter metods, torque converter: find operating point when in drag renaming method for better understandability TorqueConverter: compute max. available torque at TC-out depending on the engine's (dyn) full-load power and inertia. used to improve search operating point when accelerating adding testcases for cubic equation solver adding solver for cubic equations (only real solutions)
-
- Sep 13, 2016
-
-
Markus Quaritsch authored
adding drag torque to response, rename torque converter metods, torque converter: find operating point when in drag
-
- Sep 12, 2016
-
-
Markus Quaritsch authored
Merge branch 'develop' of https://webgate.ec.europa.eu/CITnet/stash/scm/~emquarima/vecto-sim into develop
-
- Sep 09, 2016
-
-
Markus Quaritsch authored
-
Markus Quaritsch authored
TorqueConverter: compute max. available torque at TC-out depending on the engine's (dyn) full-load power and inertia. used to improve search operating point when accelerating
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
- Sep 07, 2016
-
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
* commit 'ad6dd5be': removed speed limit of torque converter (only limited by engine rated speed) write torque converter speeds in rpm to mod-file bugfix: corrected computation of average input speed for mod-data fix: don't require deprecated LAC input data
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
- Sep 06, 2016
-
-
Markus Quaritsch authored
Merge branch 'develop' of https://webgate.ec.europa.eu/CITnet/stash/scm/~emquarima/vecto-sim into develop
-
Markus Quaritsch authored
Merge pull request #254 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:feature/VECTO-323-pto-idle-losses to develop * commit '38a255f1': (55 commits) removing old files, deleting commented (deprecated) code AddComponent for Engine, removed container and idleController is default null (and will be taken from Engine) DistanceBasedDrivingCycle: Implemented PTOCycle Stop, refactored GetStopTimeInterval to own function. PTOController: Added Duration DrivingCycleDataReader: Set PTOActive to false when duplicating distance entries due to 0km/h and stop. Added Generic Vehicle for 12t PTO Engineering Mode GUI: Corrected Errors saving and reading the PTOCycle / PTOLossMap PTO Cycle now works, but stop-times have to be split up read pto cycle, const bool for allowAux (resharper hint) using double.IsNaN again optimizations VectoSimulationComponent: DataBus field is readonly now Changed AddComponent extension for CombustionEngine (included PTO Idle Controller) GetStream --> ToStream ICombustionEngineIdleController --> IIdleController Added PTO in DrivingCycleData, changed Properties to Fields GetStream --> ToStream Renamed PTOTransmissionData to PTOData StringExtensions: Remove Join (and simply use string.Join()) JSON AngleDrive: Check without exception if angle drive is not existent ...
-
Markus Quaritsch authored
-
Markus Quaritsch authored
Conflicts: VECTO/File Browser/FB_Global.vb VECTO/GUI/F_VEH.Designer.vb VECTO/GUI/MainForm.vb VECTO/GUI/VehicleForm.vb VECTO/Input Files/cVEH.vb VECTO/VECTO_Types.vb VectoCore/VectoCore/InputData/Reader/ComponentData/RetarderLossMapReader.cs VectoCore/VectoCore/InputData/Reader/DrivingCycleDataReader.cs VectoCore/VectoCore/Models/Simulation/Impl/PowertrainBuilder.cs VectoCore/VectoCore/Models/SimulationComponent/Data/CombustionEngineData.cs VectoCore/VectoCore/Models/SimulationComponent/Data/RetarderLossMap.cs VectoCore/VectoCore/Models/SimulationComponent/Impl/ATGearbox.cs VectoCore/VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs VectoCore/VectoCore/Models/SimulationComponent/Impl/CycleGearbox.cs VectoCore/VectoCore/Models/SimulationComponent/Impl/Gearbox.cs VectoCore/VectoCore/Models/SimulationComponent/Impl/PowertrainDrivingCycle.cs VectoCore/VectoCore/Utils/VectoCSVFile.cs VectoCore/VectoCore/VectoCore.csproj VectoCore/VectoCoreTest/Integration/ATPowerTrain.cs
-
Markus Quaritsch authored
-