Merge pull request #71 in VECTO/vecto-sim from...
Merge pull request #71 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:feature/VECTO-120-engine-model-clutch-open to develop * commit '1b0b39a1': finished engineIdleController first version of engineIdleController use correct computation of engine inerta (old version has been added during bugfix of fulloadjump / stationaryidlepower) refactoring assembing of powertrain to use engine idle controller; refactoring to properties instead of methods for idlecontroller Introduce EngineIdleController Class and Interface(s) refactoring: avoid variable name 'engineSpeed' -> angularSpeed/angularVelocity; avoid Formulas.TorqueToPower/PowerToTorque visibility of CombustionEngineData in CombustionEngine adapting result data for unit-test 'FullLoadJump' to reflect changes in ComubstionEngine: DynamicFullLoadPower >= StationaryIdlePower update complexity metrics adding unit test code coverage results
No related branches found
No related tags found
Showing
- Technik_FITIPC 2015-09-24 09_36_37.coveragexml 0 additions, 0 deletionsTechnik_FITIPC 2015-09-24 09_36_37.coveragexml
- VectoCore/Configuration/Constants.cs 4 additions, 0 deletionsVectoCore/Configuration/Constants.cs
- VectoCore/FileIO/Reader/DrivingCycleDataReader.cs 1 addition, 6 deletionsVectoCore/FileIO/Reader/DrivingCycleDataReader.cs
- VectoCore/Models/Connector/Ports/IResponse.cs 2 additions, 0 deletionsVectoCore/Models/Connector/Ports/IResponse.cs
- VectoCore/Models/Connector/Ports/Impl/Response.cs 2 additions, 0 deletionsVectoCore/Models/Connector/Ports/Impl/Response.cs
- VectoCore/Models/Simulation/Impl/PowertrainBuilder.cs 7 additions, 2 deletionsVectoCore/Models/Simulation/Impl/PowertrainBuilder.cs
- VectoCore/Models/SimulationComponent/IClutch.cs 7 additions, 2 deletionsVectoCore/Models/SimulationComponent/IClutch.cs
- VectoCore/Models/SimulationComponent/ICombustionEngine.cs 4 additions, 1 deletionVectoCore/Models/SimulationComponent/ICombustionEngine.cs
- VectoCore/Models/SimulationComponent/ICombustionEngineIdleController.cs 12 additions, 0 deletions...ls/SimulationComponent/ICombustionEngineIdleController.cs
- VectoCore/Models/SimulationComponent/Impl/Auxiliary.cs 7 additions, 4 deletionsVectoCore/Models/SimulationComponent/Impl/Auxiliary.cs
- VectoCore/Models/SimulationComponent/Impl/Brakes.cs 1 addition, 1 deletionVectoCore/Models/SimulationComponent/Impl/Brakes.cs
- VectoCore/Models/SimulationComponent/Impl/Clutch.cs 16 additions, 3 deletionsVectoCore/Models/SimulationComponent/Impl/Clutch.cs
- VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs 171 additions, 33 deletions...oCore/Models/SimulationComponent/Impl/CombustionEngine.cs
- VectoCore/Models/SimulationComponent/Impl/EngineOnlyCombustionEngine.cs 1 addition, 2 deletions...ls/SimulationComponent/Impl/EngineOnlyCombustionEngine.cs
- VectoCore/Models/SimulationComponent/Impl/EngineOnlyGearbox.cs 2 additions, 2 deletions...Core/Models/SimulationComponent/Impl/EngineOnlyGearbox.cs
- VectoCore/VectoCore.csproj 1 addition, 0 deletionsVectoCore/VectoCore.csproj
- VectoCore/VectoCore.smproj 0 additions, 0 deletionsVectoCore/VectoCore.smproj
- VectoCoreTest/Integration/CoachPowerTrain.cs 6 additions, 2 deletionsVectoCoreTest/Integration/CoachPowerTrain.cs
- VectoCoreTest/Integration/EngineOnlyCycle/EngineOnlyCycleTest.cs 1 addition, 1 deletion...reTest/Integration/EngineOnlyCycle/EngineOnlyCycleTest.cs
- VectoCoreTest/Integration/SimulationRuns/FullPowertrain.cs 15 additions, 6 deletionsVectoCoreTest/Integration/SimulationRuns/FullPowertrain.cs
Loading
Please register or sign in to comment