aeromedia / datcom-gui

Automatically exported from code.google.com/p/datcom-gui
0 stars 2 forks source link

AIRFOIL designations need to be based on the type of wing #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
DATCOM needs a designation as to which NACA Airfoil designation belongs to
which wing.  This designation is done in the following format as an example:

NACA-W-6-66-012
NACA-H-6-66-009
NACA-V-6-66-009

For a given 6 digit NACA airfoil. 

The following needs to be auto-inputed into the input file creation.

"NACA-W-" + userTextInputFromMainWingPlanform
"NACA-H-" + userTextInputFromHorizontalWingPlanform
"NACA-V-" + userTextInputFromVerticalPlanform

Original issue reported on code.google.com by alekseymatyushev on 24 Oct 2009 at 7:53

GoogleCodeExporter commented 9 years ago
Implemented in Alpha

Original comment by alekseymatyushev on 1 Nov 2009 at 11:37