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

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

added unit to electric auxiliaries

parent 773d1310
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl
{
foreach (var auxId in _auxData.Keys) {
var name = $"P_{auxId}_el";
var name = $"P_{auxId}_el [kW]";
_auxColumnName.Add(auxId, name); //use column name as ID
VehicleContainer.AddAuxiliary(name, name);
}
......
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