Hi Cory,
I used 'database' airfoils from AirfoilDatabase previously and it works fine with MachupX but was taking time. I'd like to try 'linear' airfoils but I've some questions related to degrees of freedom.
In AirfoilDatabse, to get the 'database' airfoil properties (to be used in MachupX), I defined the airfoil (4 digit NACA) as 'databse' and then used 'generate_database' and 'export_database' methods to output as a text file. In 'generate_database', I can define the ‘trailing_flap_deflection’, and ‘trailing_flap_fraction’ in the parameter, 'degrees_of_freedom'. In MachupX, when I set control deflections, it can extract the correct aero coefficients for the appropriate flap deflection degrees of freedom, in my understanding.
But, to get the 'linear' airfoil properties in AirfoilDatabase, I defined the airfoil as 'databse' and then used 'generate_linear_model' and 'export_linear_model' methods to output it as a json file. But in 'generate_linear_model', there is no option to define the ‘trailing_flap_deflection’ and ‘trailing_flap_fraction’ as degrees of freedoms. The output json file has only one set of values (perhaps for flap deflection of 0). In MachupX, when I set control or flap deflections, how does it get the coefficients for the deflected control surface?
Also, while generating the linear model using 'generate_linear_model', if I chose narrow limit for the linear portion of the curve (to accurately predict the slope), I get the CLmax low.
I have attached airfoilDatabase input file for your reference. You can see dof is a parameter to 'generate_database' method but no dof parameter for 'generate_linear_model'. Could you please clarify this?
Thanks,
Rahmat