Merge pull request #41 in VECTO/vecto-dev from...
Merge pull request #41 in VECTO/vecto-dev from VECTO/mq_vecto-dev:feature/VECTO-1240_hybrid-P0_with_APT to develop * commit '668fb534': (23 commits) update version number bugfix for non-hybrid AT powertrains torque converter: consider EM drag for P1 hybrid configurations update gui for new hybrid strategy parameters adding testcase for P1 hybrid (bus) bugfix electric motor: consider transmission ratio when checking if operating point provided by strategy did change bugfix in electric motor: max power caluclated for discharge may be greater than 0 because assumed current is higher than current for max power hybrid strategy: allow separate equivalence factor for charge and discharge add description of new powertrain for hybrids to user manual set torque values in e-motor (used instead of power demands) remove comments allow 'searchoperatingpoint' to shorten simulation distance (e.g. if roll action at low speeds) - allow vehicle stop, drive off again extend hybrid strategy for P1 hybrids - allow gearshifts during brake already when below downshift (even if min shift time did not pass) - if ICE operating point is already on drag curve (e.g. because auf a previous search) use this solution - different handlich of dryrunsolution - requestdryrun: correctly set state of AT gearbox etc. in test-powertrain - requestdryrun: handle brakes in testpowertrain increase tolerances add info if the current powertrain is the 'real' powertrain or a test-powertrain to databus use in brakes as for AT powertrains no dry-run requests are used and the brake power may get negative extend response by delta-torque values (not only power) (re-calculation of delta-torque from power not always accurate - depends und used angular velocity) p1 hybrid simulation works bugfix PEVShift strategy; calculation of gear rating in case of recuperation introducing torque converter interface (split into info and control part), set state for at gearbox and tc in case of AT gearbox and hybrids, hybrid strategy: no recuperation when in converter gear adapt p1 testcases to use smaller EM, smaller battery, driving constant speed P1 hybrid works AT gearbox trigger gearshift from hybrid strateyg, hybrid strategy for AT - do not issue dryrun requests to bypass torque converter search electric motor: do not throw execptions if used on test-powertrain ...
No related branches found
No related tags found
Showing
- Documentation/User Manual Source/Release Notes Vecto3.x.pdf 0 additions, 0 deletionsDocumentation/User Manual Source/Release Notes Vecto3.x.pdf
- Documentation/User Manual Source/material User Manual.pptx 0 additions, 0 deletionsDocumentation/User Manual Source/material User Manual.pptx
- VECTO/GUI/HybridStratebyParamsForm.Designer.vb 75 additions, 28 deletionsVECTO/GUI/HybridStratebyParamsForm.Designer.vb
- VECTO/GUI/HybridStratebyParamsForm.vb 6 additions, 5 deletionsVECTO/GUI/HybridStratebyParamsForm.vb
- VECTO/Input Files/HybridStrategyParams.vb 7 additions, 6 deletionsVECTO/Input Files/HybridStrategyParams.vb
- VectoCommon/VectoCommon/InputData/EngineeringInputData.cs 3 additions, 1 deletionVectoCommon/VectoCommon/InputData/EngineeringInputData.cs
- VectoCommon/VectoCommon/Models/HybridStrategyResponse.cs 7 additions, 2 deletionsVectoCommon/VectoCommon/Models/HybridStrategyResponse.cs
- VectoCommon/VectoCommon/Models/IResponse.cs 2 additions, 0 deletionsVectoCommon/VectoCommon/Models/IResponse.cs
- VectoCore/VectoCore/InputData/FileIO/JSON/JSONHybridStrategyParameters.cs 10 additions, 2 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/Connector/Ports/Impl/Response.cs 5 additions, 0 deletionsVectoCore/VectoCore/Models/Connector/Ports/Impl/Response.cs
- VectoCore/VectoCore/Models/Simulation/Data/ModalResultField.cs 2 additions, 0 deletions...Core/VectoCore/Models/Simulation/Data/ModalResultField.cs
- VectoCore/VectoCore/Models/Simulation/DataBus/IDataBus.cs 5 additions, 0 deletionsVectoCore/VectoCore/Models/Simulation/DataBus/IDataBus.cs
- VectoCore/VectoCore/Models/Simulation/DataBus/IGearboxInfo.cs 7 additions, 1 deletion...oCore/VectoCore/Models/Simulation/DataBus/IGearboxInfo.cs
- VectoCore/VectoCore/Models/Simulation/Impl/PowertrainBuilder.cs 3 additions, 0 deletions...ore/VectoCore/Models/Simulation/Impl/PowertrainBuilder.cs
- VectoCore/VectoCore/Models/Simulation/Impl/VehicleContainer.cs 10 additions, 3 deletions...Core/VectoCore/Models/Simulation/Impl/VehicleContainer.cs
- VectoCore/VectoCore/Models/SimulationComponent/Data/HybridStrategyParameters.cs 3 additions, 1 deletion...dels/SimulationComponent/Data/HybridStrategyParameters.cs
- VectoCore/VectoCore/Models/SimulationComponent/IGearbox.cs 2 additions, 0 deletionsVectoCore/VectoCore/Models/SimulationComponent/IGearbox.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/ATGearbox.cs 23 additions, 12 deletions...re/VectoCore/Models/SimulationComponent/Impl/ATGearbox.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/ATShiftStrategy.cs 5 additions, 5 deletions...toCore/Models/SimulationComponent/Impl/ATShiftStrategy.cs
Loading
Please register or sign in to comment