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

Skip to content
Snippets Groups Projects
Commit 9003314b authored by Harald MARTINI's avatar Harald MARTINI
Browse files

added BatteryHelper to get total usable capacity in simulation

parent 2c2a1d84
No related branches found
No related tags found
No related merge requests found
......@@ -908,6 +908,14 @@ namespace TUGraz.VectoCommon.InputData
TableData MaxCurrentMap { get; }
}
public static class BatteryHelper
{
public static AmpereSecond TotalUsableCapacityInSimulation(this IBatteryPackDeclarationInputData batteryData)
{
return batteryData.Capacity;
}
}
public interface ISuperCapDeclarationInputData : IREESSPackInputData
{
Farad Capacity { get; }
......
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