Skip to content

Commit 340d874

Browse files
authored
Update 2014-03-15-AVL_Tutorial.md
1 parent b8cef1d commit 340d874

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

guides/_posts/2014-03-15-AVL_Tutorial.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ format.
5959
2. Secondly, if control surfaces are defined either the full wing or its segments, the data structure created in step 1 is
6060
further divided into sections at instances where the control surfaces begin and end. This is shown images below.
6161

62-
63-
<img src="https://github.com/suavecode/suavecode.github.io/blob/develop/images/B737_avl.JPG" width="300" height="200">
64-
<img src="https://github.com/suavecode/suavecode.github.io/blob/develop/images/B737_avl_wing.JPG" width="300" height="200">
62+
<img src="https://github.com/suavecode/suavecode.github.io/blob/develop/images/B737_avl.PNG" width="300" height="200"> <img src="https://github.com/suavecode/suavecode.github.io/blob/develop/images/B737_avl_wing.PNG" width="300" height="200">
6563

6664
The above steps describing wing geometry parameterization are found in **create_avl_datasturcture.py** script. Along with
6765
the creation of wing geometry, the SAUVE-AVL wrapper allows the user to refine the accuracy of the analysis by modifying the

0 commit comments

Comments
 (0)