MachUp icon indicating copy to clipboard operation
MachUp copied to clipboard

Numerical Lifting-Line Algorithm

Results 5 MachUp issues
Sort by recently updated
recently updated
newest added

section_alpha_L0 is incorrect in output file "input_distributions.txt" when using non-linear airfoil properties.

I was trying to recreate the wing as showcased in the research paper "Wing optimisation using Dual Number Automatic Differentiation in MachUp". That used a sweep table input file. MachUp...

#HacktoberFest2018

Running the tests with python2.7 or python3, several of the test cases fail with the following warning in `def _calc_segment_points()`: pos = np.rot90(np.array([z_pos, y_pos, x_pos]), axes=(1, 0)) E TypeError: rot90()...