Pull request #269: Feature/VECTO-1697 refactoring shiftstrategy startgeear
Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:feature/VECTO-1697_refactoring-shiftstrategy-startgeear to develop * commit 'd0de88ca': remove no longer needed class refactoring updateComponent method: make sure only components on a testpowertrain are updated implemented this check in the base class for all components do not require a hybrid controller, so the test-powertrain class can be used for other purposes as well 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 bugfix in PCC preprocessor for IEPCs with integrated axlegear (axlegeardata is null)
Showing
- VectoCore/VectoCore/Models/BusAuxiliaries/DownstreamModules/Impl/Electrics/SimpleBattery.cs 2 additions, 2 deletions...liaries/DownstreamModules/Impl/Electrics/SimpleBattery.cs
- VectoCore/VectoCore/Models/Simulation/Impl/PowertrainBuilder.cs 10 additions, 0 deletions...ore/VectoCore/Models/Simulation/Impl/PowertrainBuilder.cs
- VectoCore/VectoCore/Models/Simulation/Impl/WHRCharger.cs 1 addition, 1 deletionVectoCore/VectoCore/Models/Simulation/Impl/WHRCharger.cs
- VectoCore/VectoCore/Models/SimulationComponent/DCDCConverter.cs 1 addition, 1 deletion...ore/VectoCore/Models/SimulationComponent/DCDCConverter.cs
- VectoCore/VectoCore/Models/SimulationComponent/ElectricSystem.cs 1 addition, 1 deletion...re/VectoCore/Models/SimulationComponent/ElectricSystem.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/APTNGearbox.cs 0 additions, 34 deletions.../VectoCore/Models/SimulationComponent/Impl/APTNGearbox.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/ATClutchInfo.cs 2 additions, 0 deletions...VectoCore/Models/SimulationComponent/Impl/ATClutchInfo.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/ATGearbox.cs 1 addition, 1 deletion...re/VectoCore/Models/SimulationComponent/Impl/ATGearbox.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/Angledrive.cs 2 additions, 0 deletions...e/VectoCore/Models/SimulationComponent/Impl/Angledrive.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/Auxiliaries/ElectricAuxiliaries.cs 2 additions, 0 deletions...mulationComponent/Impl/Auxiliaries/ElectricAuxiliaries.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/AxleGear.cs 1 addition, 1 deletion...ore/VectoCore/Models/SimulationComponent/Impl/AxleGear.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/Battery.cs 15 additions, 1 deletion...Core/VectoCore/Models/SimulationComponent/Impl/Battery.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/BatterySystem.cs 1 addition, 1 deletion...ectoCore/Models/SimulationComponent/Impl/BatterySystem.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/Brakes.cs 1 addition, 1 deletion...oCore/VectoCore/Models/SimulationComponent/Impl/Brakes.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/BusAuxiliariesAdapter.cs 1 addition, 1 deletion.../Models/SimulationComponent/Impl/BusAuxiliariesAdapter.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/Clutch.cs 1 addition, 1 deletion...oCore/VectoCore/Models/SimulationComponent/Impl/Clutch.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs 2 additions, 0 deletions...oCore/Models/SimulationComponent/Impl/CombustionEngine.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/CycleGearbox.cs 2 additions, 0 deletions...VectoCore/Models/SimulationComponent/Impl/CycleGearbox.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/CycleTorqueConverter.cs 2 additions, 0 deletions...e/Models/SimulationComponent/Impl/CycleTorqueConverter.cs
- VectoCore/VectoCore/Models/SimulationComponent/Impl/DistanceBasedDrivingCycle.cs 1 addition, 1 deletion...els/SimulationComponent/Impl/DistanceBasedDrivingCycle.cs
Loading
Please register or sign in to comment