Merge pull request #362 in VECTO/vecto-sim from...
Merge pull request #362 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:bugfix/VECTO-436-at-gearbox-simulation-aborts to develop * commit '37ed7c6c': combustion engine: validate power demand on commit (not during normal request) double the delta value when searching operating point for tc + engine combined (safety margin for final engine operating point) combustion engine: remove unnecessary call of update engine state, (fails if engine drag torque == 0 for low speed) at shift strategy: upshift 1C -> 2C only if gbx speed > 0 AT Model: improve shifting: don't disengage only when halt is intended, torque converter: decision on max-power/drag power depends on driving behavior modContainer extension methods: add default values for aggregates Reset braking power before next search
No related branches found
No related tags found
Showing
- VectoCore/VectoCore/Models/SimulationComponent/Impl/ATGearbox.cs 2 additions, 1 deletion...re/VectoCore/Models/SimulationComponent/Impl/ATGearbox.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/ATShiftStrategy.cs 2 additions, 2 deletions...toCore/Models/SimulationComponent/Impl/ATShiftStrategy.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs 12 additions, 8 deletions...oCore/Models/SimulationComponent/Impl/CombustionEngine.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/DefaultDriverStrategy.cs 2 additions, 2 deletions.../Models/SimulationComponent/Impl/DefaultDriverStrategy.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/EngineOnlyCombustionEngine.cs 2 additions, 2 deletions...ls/SimulationComponent/Impl/EngineOnlyCombustionEngine.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/TorqueConverter.cs 5 additions, 5 deletions...toCore/Models/SimulationComponent/Impl/TorqueConverter.cs
- VectoCore/VectoCore/OutputData/IModalDataContainer.cs 5 additions, 5 deletionsVectoCore/VectoCore/OutputData/IModalDataContainer.cs
- VectoCore/VectoCoreTest/Reports/SumWriterTest.cs 2 additions, 0 deletionsVectoCore/VectoCoreTest/Reports/SumWriterTest.cs
Please register or sign in to comment