Pull request #52: Feature/VECTO-1430 fixes busaux and changes ess
Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:feature/VECTO-1430-fixes-busaux-and-changes-ess to develop * commit 'e8f6786d': make max startgear available from strategy, if vehicle is halted make calculations with maxStartGear (in case the downshift in the braking phase before resulted in a different gear at vehicle stop) fix testcases after making soc exponent in cost function a parameter, fix in combustion engine when vehicle stops hybrid strategy: chage gearshift check for AT transmissions change testdata: increase max engine off time from 0 to some higher value add out speed and out torque to gearbox response hybrid strategy: make exponent of cost function a parameter refactor engine stop/start: hybrid strategy can always stop ICE during drive (except P1), ESS during standstil as for conventional make electric aux (high voltage) invisible - not fully supported adding missing file browser for compressor map, allow using .vbat files (renamed to .vreess)
No related branches found
No related tags found
Showing
- VECTO/File Browser/FileBrowserModule.vb 1 addition, 0 deletionsVECTO/File Browser/FileBrowserModule.vb
- VECTO/GUI/BusAuxiliariesEngParametersForm.Designer.vb 42 additions, 42 deletionsVECTO/GUI/BusAuxiliariesEngParametersForm.Designer.vb
- VECTO/GUI/BusAuxiliariesEngParametersForm.vb 6 additions, 0 deletionsVECTO/GUI/BusAuxiliariesEngParametersForm.vb
- VECTO/GUI/HybridStrategyParamsForm.Designer.vb 65 additions, 18 deletionsVECTO/GUI/HybridStrategyParamsForm.Designer.vb
- VECTO/GUI/HybridStrategyParamsForm.vb 14 additions, 0 deletionsVECTO/GUI/HybridStrategyParamsForm.vb
- VECTO/GUI/MainForm.vb 2 additions, 0 deletionsVECTO/GUI/MainForm.vb
- VECTO/GUI/VectoJobForm.Designer.vb 1 addition, 0 deletionsVECTO/GUI/VectoJobForm.Designer.vb
- VECTO/Input Files/HybridStrategyParams.vb 1 addition, 0 deletionsVECTO/Input Files/HybridStrategyParams.vb
- VectoCommon/VectoCommon/InputData/EngineeringInputData.cs 3 additions, 1 deletionVectoCommon/VectoCommon/InputData/EngineeringInputData.cs
- VectoCommon/VectoCommon/Models/IResponse.cs 4 additions, 0 deletionsVectoCommon/VectoCommon/Models/IResponse.cs
- VectoCore/VectoCore/InputData/FileIO/JSON/JSONComponentInputData.cs 1 addition, 0 deletions...VectoCore/InputData/FileIO/JSON/JSONComponentInputData.cs
- VectoCore/VectoCore/InputData/FileIO/JSON/JSONHybridStrategyParameters.cs 8 additions, 0 deletions...ore/InputData/FileIO/JSON/JSONHybridStrategyParameters.cs
- VectoCore/VectoCore/InputData/Reader/DataObjectAdapter/EngineeringDataAdapter.cs 2 additions, 1 deletion...utData/Reader/DataObjectAdapter/EngineeringDataAdapter.cs
- VectoCore/VectoCore/Models/SimulationComponent/Data/HybridStrategyParameters.cs 2 additions, 0 deletions...dels/SimulationComponent/Data/HybridStrategyParameters.cs
- VectoCore/VectoCore/Models/SimulationComponent/IShiftStrategy.cs 1 addition, 0 deletions...re/VectoCore/Models/SimulationComponent/IShiftStrategy.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/AMTShiftStrategy.cs 1 addition, 1 deletion...oCore/Models/SimulationComponent/Impl/AMTShiftStrategy.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/ATGearbox.cs 14 additions, 1 deletion...re/VectoCore/Models/SimulationComponent/Impl/ATGearbox.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/ATShiftStrategy.cs 2 additions, 0 deletions...toCore/Models/SimulationComponent/Impl/ATShiftStrategy.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/BaseShiftStrategy.cs 2 additions, 0 deletions...Core/Models/SimulationComponent/Impl/BaseShiftStrategy.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/Clutch.cs 1 addition, 1 deletion...oCore/VectoCore/Models/SimulationComponent/Impl/Clutch.cs
Loading
Please register or sign in to comment