Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

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

bugfix: IEPC max outshaft speed is provided in RPM!

parent d61cf36b
No related branches found
No related tags found
No related merge requests found
......@@ -411,7 +411,7 @@ namespace TUGraz.VectoCore.InputData.FileIO.XML.Declaration.DataProvider
: null;
public virtual PerSecond MaxOutputShaftSpeed => ElementExists(XMLNames.Gear_MaxOutputShaftSpeed)
? GetDouble(XMLNames.Gear_MaxOutputShaftSpeed).SI<PerSecond>()
? GetDouble(XMLNames.Gear_MaxOutputShaftSpeed).RPMtoRad()
: null;
#endregion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment