Skip to content

Commit

Permalink
add [statictrim] multiple tail cs index inputs possible
Browse files Browse the repository at this point in the history
- useful if free flying aircraft has to be trimmed and linearized due to issue #193
  • Loading branch information
sduess committed Oct 10, 2022
1 parent 59bc054 commit ec44d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharpy/solvers/statictrim.py
Expand Up @@ -54,7 +54,7 @@ class StaticTrim(BaseSolver):
settings_default['m_tolerance'] = 0.01
settings_description['m_tolerance'] = 'Tolerance in pitching moment'

settings_types['tail_cs_index'] = 'int'
settings_types['tail_cs_index'] = ['int', 'list(int)']
settings_default['tail_cs_index'] = 0
settings_description['tail_cs_index'] = 'Index of control surfaces that move to achieve trim'

Expand Down

0 comments on commit ec44d9f

Please sign in to comment.