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
Figure (1): Baseline NACA0012 airfoil (left), optimized design using Square-windowing (middle) and optimized design using Hann-Square-windowing (right).
8
8
9
9
## Goals ##
10
-
It is assumed, that the user is familiar with the shape optimization capabilities of SU2 in steady state flows, which are explained in the previous tutorials about shape optimization.
11
-
Upon completing this tutorial, the user will be familiar with perfoming a optimization of an viscous, unsteady, periodic flow about a 2D geometry using the URANS equations.
10
+
It is assumed, that the user is familiar with the shape optimization capabilities of SU2 in steady state flows, which are explained in
11
+
the previous tutorials.
12
+
Upon completing this tutorial, the user will be familiar with perfoming an optimization of a viscous, unsteady, periodic flow about
13
+
a 2D geometry using the URANS equations.
12
14
The specific geometry chosen for the tutorial is the classic NACA0012 airfoil.
13
15
Consequently, the following capabilities of SU2 will be showcased in this tutorial:
14
16
- Windowed sensitivity calculation
15
17
- Unsteady adjoints
16
18
- Unsteady Optimization
17
19
- Code parallelism (optional)
18
20
19
-
This tutorial uses the windowing techniques explained in [here](../Unsteady_NACA0012.md), to compute meaningful optimization objectives. Hence it is recommended to read this tutorial first.
21
+
This tutorial uses the windowing techniques explained in [here](../Unsteady_NACA0012.md), to compute meaningful optimization objectives.
22
+
Hence it is recommended to read that tutorial first.
20
23
21
24
22
25
## Resources ##
@@ -29,7 +32,7 @@ the mesh file ([unsteady_naca0012_FFD.su2](../../Unsteady_Shape_Opt_NACA0012/uns
29
32
## Tutorial ##
30
33
31
34
The following tutorial will walk you through the steps required when performing a shape optimization of the NACA0012 airfoil using SU2.
32
-
The tutorial will also address procedures for both serial and parallel computations.
35
+
The tutorial will also address procedures for parallel computations.
33
36
To this end, it is assumed you have already obtained and compiled SU2_CFD and its adjoint capabilities.
34
37
If you have yet to complete these requirements, please see the [Download](/docs/Download/) and [Installation](/docs/Installation/) pages.
35
38
@@ -40,7 +43,7 @@ This test case is for the NACA0012 airfoil in viscous unsteady flow. The NACA ai
40
43
### Mesh Description ###
41
44
The computational domain consists of a grid of 14495 quadrilaterals, that sourrounds the NACA0012 airfoil. We note that this is a very coarse mesh, and should one wish to obtain more accurate solutions for comparison with results in the literature, finer grids should be used.
42
45
43
-
Two boundary conditions are employed: the Navier-Stokes adiabatic wall condition on the wing surface and the far-field characteristic-based condition on the far-field marker.
46
+
Two boundary conditions are employed: The Navier-Stokes adiabatic wall condition on the wing surface and the far-field characteristic-based condition on the far-field marker.
0 commit comments