You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/_posts/2015-01-01-BWB_tutorial.md
+8-7
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,13 @@ The purpose of this tutorial is to show the analysis settings used to generate g
18
18
19
19
# Other Software You need
20
20
21
-
For the full tool chain 3 additional pieces of software are needed. These are OpenVSP, GMSH, and SU2. These are all open source and freely available online.
21
+
For the full tool chain 3 additional pieces of software are needed. These are OpenVSP, Gmsh, and SU2. These are all open source and freely available online.
22
22
23
-
First, you will need [OpenVSP](http://openvsp.org) compiled with Python support. Unfortunately, you cannot use the precompiled binary versions of OpenVSP. You must compile it from scratch. This tutorial was tested with version 3.13.1.
23
+
First, you will need [OpenVSP](http://openvsp.org) compiled with Python support. Unfortunately, you cannot use the precompiled binary versions of OpenVSP. You must compile it from scratch. This tutorial was tested with version 3.15.0.
24
24
25
-
Second, you must install [GMSH](http://gmsh.info). In this case you can use the precompiled binaries. Make sure to add GMSH to your command line path, so it can be called from the terminal. This tutorial was tested with version 3.0.4.
25
+
Second, you must install [Gmsh](http://gmsh.info). In this case you can use the precompiled binaries. Make sure to add Gmsh to your command line path so it can be called from the terminal. This tutorial was tested with version 3.0.6.
26
26
27
-
Finally, you need to install [SU2](http://su2.stanford.edu). If you want parallel support then you must also compile the code. Otherwise, you can the precompiled versions. This tutorial was tested with version 5.0.0.
27
+
Finally, you need to install [SU2](https://su2code.github.io/). If you want parallel support then you must also compile the code. Otherwise, you can the precompiled versions. This tutorial was tested with version 6.0.0.
28
28
29
29
# Vehicle Setup
30
30
@@ -166,9 +166,9 @@ def configs_setup(vehicle):
166
166
167
167
# Analyses Setup
168
168
169
-
Here we setup the SU2 analysis. We left commented out the parallel setting if you want to parallelize the computation along with the number of processors to use.
169
+
Here we setup the SU2 analysis. We commented out the parallel setting but you may use these if you want to parallelize the computation.
170
170
171
-
The next setting which is commented out is the input file for pregenerated CFD data. We have included an example of this, so even if you don't have SU2 and GMSH installed you can still run this file to generate the surrogate and run the mission.
171
+
The next setting which is commented out is the input file for pregenerated CFD data. We have included an example of this, so even if you don't have SU2 and Gmsh installed you can still run this file to generate the surrogate and run the mission. A 10 iteration limit is used so that the tutorial can be run in a reasonable amount of time (~15 min). Data for runs with the 10 iteration limit and 1500 iteration limit are provided.
172
172
173
173
After that we specify the points we want to use to generate the SU2-based lift surrogate. SUAVE has default values for these, but we suggest the user specify their own Mach numbers and angles of attack.
174
174
@@ -183,7 +183,8 @@ Next we set up a bit of mesh refinement by modifying the source parameters at sp
0 commit comments