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

Skip to content
Snippets Groups Projects
Commit 15598912 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

bugfix generic bus supercap model params

parent d5be5a7a
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ namespace TUGraz.VectoCore.Models.GenericModelData
InternalResistance = GetInternalResistance(superCapData),
MaxVoltage = superCapData.MaxVoltage,
MinVoltage = superCapData.MinVoltage,
MaxCurrentDischarge = superCapData.MaxCurrentDischarge,
MaxCurrentDischarge = -superCapData.MaxCurrentDischarge,
MaxCurrentCharge = superCapData.MaxCurrentCharge,
Capacity = superCapData.Capacity,
//InitialSoC = initialSoc
......
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