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

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

store iepc map in watt

parent b703c1cf
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ namespace TUGraz.VectoCore.InputData.Reader.ComponentData
return new EfficiencyMap.Entry(
speed: row.ParseDouble(Fields.MotorSpeed).RPMtoRad() * ratio,
torque: row.ParseDouble(Fields.Torque).SI<NewtonMeter>() / ratio,
powerElectrical: row.ParseDouble(Fields.PowerElectrical).SI(Unit.SI.Kilo.Watt).Cast<Watt>());
powerElectrical: row.ParseDouble(Fields.PowerElectrical).SI<Watt>());
}
......
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