ImperialCollegeLondon / sharpy

Simulation of High Aspect Ratio aeroplanes and wind turbines in Python: a nonlinear aeroelastic code
https://imperial.ac.uk/aeroelastics/sharpy
BSD 3-Clause "New" or "Revised" License
119 stars 58 forks source link

Potential Bug in /sharpy/linear/assembler/lincontrolsurfacedeflector.py #248

Open LeeElvis opened 11 months ago

LeeElvis commented 11 months ago

Describe the bug In line 93, Cga=algebra.quat2rotation(tsstruct0.quat).T probably should be Cga=algebra.quat2rotation(tsstruct0.quat), according to the definition of the rotation matrix. Thank you.