StabilityDerivatives¶
Outputs the stability derivatives of a free-flying aircraft
Warning
Under Development
- To Do:
- Coefficient of stability derivatives
- Option to output in NED frame
The settings that this solver accepts are given by a dictionary, with the following key-value pairs:
Name Type Description Default print_infoboolDisplay info to screen TruefolderstrOutput directory ./output/u_inffloatFree stream reference velocity 1.0S_reffloatReference planform area 1.0b_reffloatReference span 1.0c_reffloatReference chord 1.0Stability derivatives calculated using the transfer function of the UVLM projected onto the structural degrees of freedom at zero frequency (steady state).
Returns: - matrix containing the steady state values of the transfer function between the force output
- (columns) and the velocity / control surface inputs (rows).
Return type: np.array