suavecode / SUAVE

An Aircraft Design Toolbox
suave.stanford.edu
GNU Lesser General Public License v2.1
401 stars 392 forks source link

Cnb does not account for symmetric vtail #624

Closed danielenriquez59 closed 1 year ago

danielenriquez59 commented 1 year ago

In the case of an H-tail configuration, a symmetric vtail may be employed. Account for this by 2x factor on CnBeta_v

planes commented 1 year ago

Is this for the fidelity zero stability? We haven't really updated that over the years beyond traditional configurations. We figure that the VLM can give better results.

If you want to use the VLM to get derivatives you can use this function with the mission.

danielenriquez59 commented 1 year ago

This was for fidelity_zero. However I realized that the symmetry is accounted for via the extend_to_ref_area function.