This project is mirrored from https://*****:*****@code.europa.eu/vecto/vecto.git.
Pull mirroring updated .
- Apr 02, 2015
-
-
Markus Quaritsch authored
Merge pull request #42 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:feature/VECTO-86-improve-simulation-performance to develop * commit '78e936a7': new search method to look up auxiliary power demand identify performance bottlenecks
-
- Apr 01, 2015
-
-
Markus Quaritsch authored
Merge branch 'develop' of https://webgate.ec.europa.eu/CITnet/stash/scm/vecto/vecto-sim into feature/VECTO-86-improve-simulation-performance
-
Markus Quaritsch authored
Merge pull request #41 in VECTO/vecto-sim from ~EMKRISPMI/vecto-sim:feature/VECTO-79-add-jobcontainer-or-similar to develop * commit '210d04ef': changed order of absTime increase Container for Jobs (Simulators) updated sequence diagramms Updated Sequence diagrams of Request and Simulation Implement Test for Driving Cycle Job
-
Michael KRISPER authored
-
Michael KRISPER authored
* develop: throw exception if no power demand can be found Adapting Auxiliary to work with Units class BugFix: Limit Engine Full Load Power / Full Drag Power adding simulation components to vehicle container via base class VectoSimulationcomponent adding auxiliaries component Conflicts: VectoCore/Models/Simulation/Impl/SimulatorFactory.cs VectoCore/Models/SimulationComponent/Impl/DistanceBasedDrivingCycle.cs VectoCore/Models/SimulationComponent/Impl/EngineOnlyDrivingCycle.cs VectoCore/Models/SimulationComponent/Impl/EngineOnlyGearbox.cs VectoCore/Models/SimulationComponent/Impl/TimeBasedDrivingCycle.cs VectoCore/VectoCore.csproj
-
Michael KRISPER authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Michael KRISPER authored
-
Michael KRISPER authored
-
Markus Quaritsch authored
Merge pull request #40 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:bugfix/VECTO-77-vectosimulationcomponent-for-auxiliaries to develop * commit '5c885dd3': throw exception if no power demand can be found
-
Markus Quaritsch authored
-
Markus Quaritsch authored
Merge pull request #39 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:feature/VECTO-77-vectosimulationcomponent-for-auxiliaries to develop * commit '3fe6446e': Adapting Auxiliary to work with Units class BugFix: Limit Engine Full Load Power / Full Drag Power adding simulation components to vehicle container via base class VectoSimulationcomponent adding auxiliaries component
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
- Mar 31, 2015
-
-
Markus Quaritsch authored
Merge branch 'develop' of https://webgate.ec.europa.eu/CITnet/stash/scm/~emquarima/vecto-sim into feature/VECTO-77-vectosimulationcomponent-for-auxiliaries Conflicts: VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs VectoCoreTest/Integration/EngineOnlyCycle/EngineOnlyCycleTest.cs VectoCoreTest/VectoCoreTest.csproj
-
Michael KRISPER authored
* develop:
-
Markus Quaritsch authored
adding auxiliaries component
-
Markus Quaritsch authored
Merge pull request #38 in VECTO/vecto-sim from ~EMKRISPMI/vecto-sim:feature/VECTO-80-convert-all-input-data-to-si-units to develop * commit '1caafa92': Added tests Corrected Error in SI Unit Division SI Units ... most test work, but again fuel consumption fails in some cases Changed interfaces to strong typed physical units. Made Project compileable again. Tests for SI Units finally got EngineOnlyDrivingTest to work again. (remark: DelauneyTriangulation is _really_ very sensitive to scaled values). Added some Code Contract statements for error checking. Corrected some tests Finished Test Correction for SI Units Added SI Units and Conversion to Basic SI Units. Added Code Contracts fuelconsumption map changed to si units
-
Michael KRISPER authored
-
- Mar 30, 2015
-
-
Michael KRISPER authored
-
Michael KRISPER authored
-
Michael KRISPER authored
-
Michael KRISPER authored
-
Michael KRISPER authored
-
Michael KRISPER authored
finally got EngineOnlyDrivingTest to work again. (remark: DelauneyTriangulation is _really_ very sensitive to scaled values).
-
Michael KRISPER authored
-
Michael KRISPER authored
-
- Mar 29, 2015
-
-
Michael KRISPER authored
* develop: Engine-only full cycle (3950s) basically works. Open issue: initial engine state at beginning of simulation * extending engine model * additional engine-only cycle * make engine-tests work * renaming conversion method (VectoMath) * changing interface of IModalDataWriter back to its previous form * extending engine model * extending engine model, fill more result fields; * add time information to commitSimulationStep in ModalDataWriter adding new column to the modal output data: simulation interval [s] store engine power in currentState move engine speed into engine's state class Conflicts: VectoCore/Models/SimulationComponent/Data/DrivingCycleData.cs VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs VectoCore/Utils/VectoMath.cs VectoCoreTest/Integration/EngineOnlyCycle/EngineOnlyCycleTest.cs VectoCoreTest/Models/SimulationComponent/CombustionEngineTest.cs
-
Michael KRISPER authored
-
- Mar 27, 2015
-
-
Michael KRISPER authored
-
Markus Quaritsch authored
Merge pull request #37 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:feature/VECTO-54-implement-software-tests-for-engine to develop * commit 'b0b95267': Engine-only full cycle (3950s) basically works. Open issue: initial engine state at beginning of simulation store engine power in currentState move engine speed into engine's state class
-
- Mar 26, 2015
-
-
Markus Quaritsch authored
Open issue: initial engine state at beginning of simulation
-
Markus Quaritsch authored
Merge branch 'develop' of https://webgate.ec.europa.eu/CITnet/stash/scm/vecto/vecto-sim into feature/VECTO-54-implement-software-tests-for-engine Conflicts: VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs VectoCoreTest/Models/SimulationComponent/CombustionEngineTest.cs
-
Markus Quaritsch authored
Merge pull request #36 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:bugfix/VECTO-57-implement-engine-model to develop * commit '6ef4c7af': * extending engine model
-
Markus Quaritsch authored
-
Markus Quaritsch authored
Merge pull request #35 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:feature/VECTO-57-implement-engine-model to develop * commit '555945dc': * additional engine-only cycle * make engine-tests work * renaming conversion method (VectoMath) * changing interface of IModalDataWriter back to its previous form * extending engine model * extending engine model, fill more result fields; * add time information to commitSimulationStep in ModalDataWriter adding new column to the modal output data: simulation interval [s]
-
Markus Quaritsch authored
* make engine-tests work
-
Markus Quaritsch authored
Merge pull request #34 in VECTO/vecto-sim from ~EMKRISPMI/vecto-sim:feature/VECTO-82-write-test-for-delauney to develop * commit 'b6753b9b': FuelConsumptionMap Tests added tolerance to double comparison in Tests Tests for DelauneyMap added test file for delauney map Delauney: added comments to the triangulate algorithm Delauney Map triangulate minor changes better readability of triangulation method
-
Michael KRISPER authored
-