This project is mirrored from https://*****:*****@code.europa.eu/vecto/vecto.git.
Pull mirroring updated .
- Jul 06, 2015
-
-
Markus Quaritsch authored
-
- Jul 03, 2015
-
-
Markus Quaritsch authored
-
- Jun 26, 2015
-
-
Markus Quaritsch authored
-
- Jun 25, 2015
-
-
Markus Quaritsch authored
-
- Jun 24, 2015
-
-
Markus Quaritsch authored
-
- Jun 23, 2015
-
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
Merge branch 'feature/VECTO-105-SimulationDataFactory' of https://webgate.ec.europa.eu/CITnet/stash/scm/~emquarima/vecto-sim into feature/VECTO-105-SimulationDataFactory Conflicts: VectoCore/FileIO/InputFileReader.cs VectoCore/FileIO/VehicleFileDeclaration.cs VectoCore/FileIO/VehicleFileEngineering.cs VectoCore/Models/Simulation/Impl/SimulatorFactory.cs VectoCore/Models/SimulationComponent/Data/VehicleData.cs VectoCore/Models/SimulationComponent/Factories/EngineeringModeFactory.cs VectoCore/VectoCore.csproj VectoCoreTest/Models/SimulationComponent/VehicleTest.cs VectoCoreTest/Models/SimulationComponent/WheelsTest.cs VectoCoreTest/Models/SimulationComponentData/VehicleDataTest.cs
-
Markus Quaritsch authored
-
Markus Quaritsch authored
Merge pull request #1 in ~EMQUARIMA/vecto-sim from ~EMKRISPMI/vecto-sim:feature/VECTO-105-SimulationDataFactory to feature/VECTO-105-SimulationDataFactory * commit '12017ff7': finished electric system, moved reading of acceleration file to components adding Electric System aux reading Acceleration File in declaration mode reading of declaration pt1 data prepared test for pt1 declaration file rename: job -> run V-105 reading segment file (declaration data) added gvw_min/max, vehicle cat and axle conf properties in Segment Class, normalised axle weight distribution to 1 Added Function for getting the short Name of a AxleConfiguration (e.g. "4x2" and not "AxleConfiguration4x2") added ToDouble as Extension Method for Strings added ton as si class implementet declarationdata, not finally finished yet wrote tests for declaration data, minor changes in some methods
-
Michael KRISPER authored
-
- Jun 22, 2015
-
-
Michael KRISPER authored
-
Michael KRISPER authored
-
- Jun 16, 2015
-
-
Michael KRISPER authored
-
- Jun 15, 2015
-
-
Michael KRISPER authored
-
Michael KRISPER authored
-
Michael KRISPER authored
-
- Jun 08, 2015
-
-
Michael KRISPER authored
added gvw_min/max, vehicle cat and axle conf properties in Segment Class, normalised axle weight distribution to 1
-
Michael KRISPER authored
Added Function for getting the short Name of a AxleConfiguration (e.g. "4x2" and not "AxleConfiguration4x2")
-
Michael KRISPER authored
-
Michael KRISPER authored
-
- Jun 02, 2015
-
-
Michael KRISPER authored
-
Michael KRISPER authored
-
- May 22, 2015
-
-
Markus Quaritsch authored
Merge pull request #56 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:feature/VECTO-100-implement-vectosimulationmodel to develop * commit '12427ba3': make tests run, minor adaptations corrected wheels test Implemented Wheels, Test for Wheels
-
Markus Quaritsch authored
-
Markus Quaritsch authored
Merge branch 'develop' of https://webgate.ec.europa.eu/CITnet/stash/scm/~emquarima/vecto-sim into feature/VECTO-100-implement-vectosimulationmodel Conflicts: VectoCore/Models/SimulationComponent/Impl/Wheels.cs
-
Markus Quaritsch authored
Merge pull request #55 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:feature/VECTO-95-implement-Vehicle to develop * commit '239ac793': make tests run again, started with refactoring for declaration data implementing vehicle, reading required declaration data TODO: Crosswind correction (new method according to acea whitebook) embedding resources for wheels, rims adding resources to dll adding declaration data, refactoring serialization renaming ports, adding new port, reading vehicle data, test for vehicle (without cross-wind correction) adding test for reading vehicle data minor fixes parsing vehicle data
-
Markus Quaritsch authored
-
- May 21, 2015
-
-
Markus Quaritsch authored
Merge branch 'develop' of https://webgate.ec.europa.eu/CITnet/stash/scm/vecto/vecto-sim into feature/VECTO-95-implement-Vehicle Conflicts: VectoCore/Models/Connector/Ports/IDriverDemandProvider.cs VectoCore/Models/SimulationComponent/Data/CombustionEngineData.cs VectoCore/Models/SimulationComponent/Data/GearboxData.cs VectoCore/Models/SimulationComponent/Data/VehicleData.cs VectoCore/Models/SimulationComponent/IVehicle.cs VectoCore/Models/SimulationComponent/Impl/DistanceBasedDrivingCycle.cs VectoCore/Models/SimulationComponent/Impl/TimeBasedDrivingCycle.cs VectoCore/Models/SimulationComponent/Impl/Vehicle.cs VectoCore/Utils/SI.cs VectoCore/Utils/VectoCSVFile.cs VectoCore/VectoCore.csproj VectoCoreTest/TestData/Components/24t Coach.vveh VectoCoreTest/VectoCoreTest.csproj
-
Markus Quaritsch authored
TODO: Crosswind correction (new method according to acea whitebook)
-
- May 18, 2015
-
-
Markus Quaritsch authored
Merge pull request #54 in VECTO/vecto-sim from ~EMKRISPMI/vecto-sim:feature/VECTO-101-sum-file-engine-only-fields to develop * commit 'f6a18522': torque converter fields in mod file code formatting code formatting VECTO-101 moddata engine only fields, sum file corrected header, tests VECTO-101 added classes for different output for sum file (engineOnly Mode vs full powertrain). also works with mixed jobs. some code comments
-
Michael KRISPER authored
-
Michael KRISPER authored
-
Michael KRISPER authored
-
- May 12, 2015
-
-
Michael KRISPER authored
-
- May 11, 2015
-
-
Michael KRISPER authored
VECTO-101 added classes for different output for sum file (engineOnly Mode vs full powertrain). also works with mixed jobs.
-
Michael KRISPER authored
-
- May 07, 2015
-
-
Markus Quaritsch authored
Merge pull request #48 in VECTO/vecto-sim from ~EMKRISPMI/vecto-sim:feature/VECTO-79-add-jobcontainer-or-similar to develop * commit 'fef1a3f7': added fields for vehicle mass and vehicle loading in sum file acceleration average over seconds and 3 second running average V79 structurally finished. Still some changes needed (which fields in engineonly mode, correct calculation of the 3second average in sum file). sum file gets written. nearly all tests running. sum file write / changed some interfaces and testcases changes for sum file shorter vectojob tests tests for reading vecto job file, executing the job and writing moddata changed port provider interfaces, finished builder for assembling a full powertrain reading of job file, added methods for builder, added new auxiliary class for mapping-auxiliaries added test method and test files for job file added code comments, corrected error in IsEqual for double comparison with tolerance. reading job file, added builder for the powertrain faster job tests, all tests runable and successful more SI tests, easier SI units changed a test to run much faster. temporarily ignored job tests. preparings for sum file started with classes for reading job file and writing sum file
-
- May 06, 2015
-
-
Markus Quaritsch authored
-
- May 05, 2015
-
-
Michael KRISPER authored
-