Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 773d1310 authored by Harald Martini's avatar Harald Martini
Browse files

set target soc in serial hybrid strategy adapter below initial soc for CD mode

parent d81bb187
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,7 @@ namespace TUGraz.VectoCore.InputData.Reader.DataObjectAdapter.SimulationComponen
break;
case VectoRunData.OvcHevMode.ChargeDepleting:
result.InitialSoc = (tmpSystem.MaxSoC + tmpSystem.MinSoC) / 2;
result.TargetSoC = result.InitialSoc - 1;
break;
default:
throw new ArgumentOutOfRangeException(nameof(ovcMode), ovcMode, null);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment