Closed
Description
@Gui-FernandesBR mentioned some candidates to be included in the utilities.py module being introduced in #108:
Environment.py:
decimalDegressToArcSeconds(self, angle)
Flight.py:
calculateFinFlutterAnalysis(self, finThickness, shearModulus)
exportPressures(self, fileName, timeStep)
These could help give more "body" to this new module.
Also, @Gui-FernandesBR recommends creating a simple example usage for these functions. At least for me, it is not easy to visualize how I could use the new capabilities.