remove initialize method in gearbox that takes a gear as argument and issues a...
remove initialize method in gearbox that takes a gear as argument and issues a dry-run request with a different gear. this approach caused errors because the internal 'previous state' of components might be modified. instead, a separate simple test-powertrain is used to calculate the necessary values without altering the state of the actual powertrain
Showing
- VectoCore/VectoCore/Models/SimulationComponent/Impl/APTNGearbox.cs 0 additions, 34 deletions.../VectoCore/Models/SimulationComponent/Impl/APTNGearbox.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/Gearbox.cs 0 additions, 58 deletions...Core/VectoCore/Models/SimulationComponent/Impl/Gearbox.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/HybridController.cs 57 additions, 5 deletions...oCore/Models/SimulationComponent/Impl/HybridController.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/PEVGearbox.cs 0 additions, 36 deletions...e/VectoCore/Models/SimulationComponent/Impl/PEVGearbox.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/Shiftstrategies/AMTShiftStrategy.cs 30 additions, 3 deletions...ulationComponent/Impl/Shiftstrategies/AMTShiftStrategy.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/Shiftstrategies/PEVAMTShiftStrategy.cs 32 additions, 8 deletions...tionComponent/Impl/Shiftstrategies/PEVAMTShiftStrategy.cs
Loading
Please register or sign in to comment