This project is mirrored from https://*****:*****@code.europa.eu/vecto/vecto.git.
Pull mirroring updated .
- Jan 29, 2020
-
-
Markus Quaritsch authored
setting model parameters to correct values (as for previous testcase), correct typo. correct testdata
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
- Jan 28, 2020
-
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
removing no longer needed code (already commented out), removing no longer needed parameters in functions, rename column in bus segmentation table to body height, calculation formula for internal height, comment out many testcases that
-
- Jan 27, 2020
-
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
- Jan 24, 2020
-
-
Markus Quaritsch authored
-
- Jan 23, 2020
-
-
Markus Quaritsch authored
first version to calculate max cooling power (adding lookup tables for driver compartment / passenger compartmend depending on configuration and mission)
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
adapting xml schema for primary vehicle so that it can be used in vecto (avoid loading the same file multiple times)
-
- Jan 21, 2020
-
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
- Jan 20, 2020
-
-
Markus Quaritsch authored
-
- Jan 17, 2020
-
-
Markus Quaritsch authored
implementation for xml gearbox version 2.6 (gbx includes differential), implementation of vehicle type and components type for medium lorry, support for vehicles with differential included
-
Markus Quaritsch authored
-
Markus Quaritsch authored
Merge branch 'feature/VECTO-1143-extending-segmentation-table-for-medium-lorries' into feature/VECTO-1190-declaration-mode-for-heavy-buses # Conflicts: # VECTO/GUI/GearboxForm.vb # VECTO/GUI/VectoJobForm.vb # VECTO/OutputData/JSONFileWriter.vb # VectoCommon/VectoCommon/Models/VehicleCategory.cs # VectoCore/VectoCore/InputData/Reader/DataObjectAdapter/DeclarationDataAdapterTruck.cs # VectoCore/VectoCore/InputData/Reader/DataObjectAdapter/EngineeringDataAdapter.cs # VectoCore/VectoCore/Models/Declaration/TruckSegments.cs # VectoCore/VectoCore/Models/Declaration/VehicleClass.cs # VectoCore/VectoCore/Models/Declaration/WeightingGroups.cs # VectoCore/VectoCore/Resources/Declaration/CO2Standards/MissionProfileWeights.csv # VectoCore/VectoCore/Resources/Declaration/CO2Standards/WeightingGroups.csv # VectoCore/VectoCore/Resources/Declaration/SegmentTable.csv # VectoCore/VectoCore/VectoCore.csproj # VectoCore/VectoCoreTest/Models/Declaration/DeclarationDataTest.cs
-
- Jan 16, 2020
-
-
Markus Quaritsch authored
-
Markus Quaritsch authored
adding xml schema for medium lorries, sample xml for medium lorry with differential included in gearbox
-
Markus Quaritsch authored
finished writing pif. allow pass-through of input data and even XML from input to reports (pif, mrf)
-
Markus Quaritsch authored
-
- Jan 15, 2020
-
-
Markus Quaritsch authored
refactoring writing manufacturer report: introduce abstract base class, derived class for exempted, primary bus, truck started with primary information report
-
- Jan 14, 2020
-
-
Markus Quaritsch authored
Merge branch 'merge/VectoFurtherDeveropment' into feature/VECTO-1190-declaration-mode-for-heavy-buses # Conflicts: # .gitignore # VECTO/GUI/VectoJobForm.vb # VECTO/Input Files/Engine.vb # VECTO/OutputData/JSONFileWriter.vb # VectoCommon/VectoCommon/InputData/DeclarationInputData.cs # VectoCommon/VectoCommon/Resources/XMLNames.resx # VectoCore/VectoCore/InputData/FileIO/JSON/JSONComponentInputData.cs # VectoCore/VectoCore/InputData/FileIO/JSON/JSONVehicleData.cs # VectoCore/VectoCore/InputData/FileIO/XML/Declaration/DataProvider/XMLDeclarationVehicleDataProvider.cs # VectoCore/VectoCore/InputData/FileIO/XML/Engineering/DataProvider/XMLEngineeringDriverDataProvider.cs # VectoCore/VectoCore/InputData/Reader/DataObjectAdapter/DeclarationDataAdapterTruck.cs # VectoCore/VectoCore/InputData/Reader/Impl/DeclarationModeVectoRunDataFactory.cs # VectoCore/VectoCore/Models/Declaration/DeclarationData.cs # VectoCore/VectoCore/Models/Declaration/LookupData.cs # VectoCore/VectoCore/Models/Declaration/TruckSegments.cs # VectoCore/VectoCore/Models/Simulation/Impl/PowertrainBuilder.cs # VectoCore/VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs # VectoCore/VectoCore/OutputData/IModalDataContainer.cs # VectoCore/VectoCore/OutputData/ModalDataContainer.cs # VectoCore/VectoCore/OutputData/XML/XMLDeclarationReport.cs # VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.0.xsd # VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.xsd # VectoCore/VectoCore/Utils/XMLDefinitions.cs # VectoCore/VectoCore/VectoCore.csproj # VectoCore/VectoCoreTest/FileIO/JsonReadTest.cs # VectoCore/VectoCoreTest/Integration/CoachAdvancedAuxPowertrain.cs # VectoCore/VectoCoreTest/Models/WHRMapReaderTest.cs # VectoCore/VectoCoreTest/TestData/XML/XMLReaderDeclaration/SchemaVersion2.3/vehicle_sampleDualModeDualFuel.xml # VectoCore/VectoCoreTest/Utils/MockModalDataContainer.cs # VectoCore/VectoCoreTest/VectoCoreTest.csproj # VectoCore/VectoXML.spp
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
- Jan 13, 2020
-
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
- Jan 09, 2020
-
-
Markus Quaritsch authored
replacing high/low ventilation rate with single ventilation rate - set in run-data accordingly. consequently ventilation power, volume exchange renaming data adapter for primary bus introducing HVAC config-id
-
Markus Quaritsch authored
refactoring busaux actuations: pass class with number of actuations instead of actuations-map. only one lookup in map required
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-
Markus Quaritsch authored
-