Skip to content

Commit 9e1e82f

Browse files
committed
Merge branch 'master' into update_meson_instructions
1 parent af1dcb0 commit 9e1e82f

File tree

5 files changed

+31
-36
lines changed

5 files changed

+31
-36
lines changed

_includes/head.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919

2020
<link rel="canonical" href="{{ page.url | replace:'index.html','' | relative_url }}">
2121
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | relative_url }}" />
22-
22+
23+
<!-- Load Font Awesome 5 or 6 -->
24+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" integrity="..." crossorigin="anonymous">
25+
2326
<!-- Place your kit's code here -->
2427
<script src="https://kit.fontawesome.com/f17953d81d.js" crossorigin="anonymous"></script>
2528
</head>

_includes/topnav.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<ul class="nav navbar-nav">
2828
<li><a href="https://www.youtube.com/channel/UCxv_00gWLAQPBUnl9mGRQjA"><i class="fab fa-youtube" aria-hidden="true"></i></a></li>
2929
<li><a href="{{ site.git_address }}"><i class="fab fa-github" aria-hidden="true"></i></a></li>
30-
<li><a href="https://twitter.com/intent/user?screen_name=su2code"><i class="fab fa-twitter" aria-hidden="true"></i></a></li>
3130
<li><a href="https://www.facebook.com/su2code/"><i class="fab fa-facebook" aria-hidden="true"></i></a></li>
3231
<li><a href="https://www.linkedin.com/company/su2code/"><i class="fab fa-linkedin" aria-hidden="true"></i></a></li>
3332
</ul>

_tutorials/design_features/Inc_Turbulent_Bend_Opt/Inc_Turbulent_Bend_Opt.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ As you can see, the row of cells just above the symmetry plane has collapsed ont
135135
### constrained FFD deformation
136136

137137
The problem here is that the mesh nodes on the symmetry plane are not allowed to move vertically, they only move horizontally outward inside the symmetry plane. Unfortunately, the FFD deformation is such that mesh nodes just above the symmetry plane are moved down, almost on the symmetry plane. To improve the quality of the mesh deformation, we disallow the vertical movement of the FFD box nodes on the nodes in the bottom plane of the FFD box, with j-index 0 and vertical displacement (0,1,0). In Figure (3), the plane with index j=0 is the bottom plane, indicated in yellow. So we remove entries in the **DV_PARAM** list of the form *(BOX, i_Ind, 0, k_Ind, 0,1,0)*. Additionally, we also disallow the vertical movement of the nodes in the plane j=1.
138-
Since we disallow vertical movement in 2x(6x6)=72 nodes in the planes with $$j=0$ and $j=1$$, The total degrees of freedom is then $$648 - 72 = 576$$ d.o.f.
138+
Since we disallow vertical movement in 2x(6x6)=72 nodes in the planes with $$j=0$$ and $$j=1$$, The total degrees of freedom is then $$648 - 72 = 576$$ d.o.f.
139139

140140

141141
![Pressure bend](../../../tutorials_files/design_features/Inc_Turbulent_Bend/opt_iter0_pressure_ffdbox.png "Pressure distribution")
@@ -206,13 +206,13 @@ The objective values for the 5 design iterations are given in the table below.
206206
| iteration | $$\Delta P$$, total| $$\Delta P$$, bend| gain, total| gain, bend |
207207
| --------|--------|--------|--------|--------|
208208
|0|89.0 [Pa]|20.7 [Pa]| -| - |
209-
|1|84.9 [Pa]|16.6 [Pa]|4.6 \%|19.8 \%|
210-
|2|82.1 [Pa]|13.8 [Pa]|7.8 \%|33.3 \%|
211-
|3|81.6 [Pa]|13.3 [Pa]|8.3 \%|35.7 \%|
212-
|4|79.9 [Pa]|11.6 [Pa]|10 \%|44 \%|
209+
|1|84.9 [Pa]|16.6 [Pa]|4.6 %|19.8 %|
210+
|2|82.1 [Pa]|13.8 [Pa]|7.8 %|33.3 %|
211+
|3|81.6 [Pa]|13.3 [Pa]|8.3 %|35.7 %|
212+
|4|79.9 [Pa]|11.6 [Pa]|10 %|44 %|
213213

214214

215-
We see that the global pressure drop between the inlet and the outlet reduces from 89 Pa to 80 Pa, a reduction of more than 10 \%. However, since we are optimizing only the bend, we should subtract the pressure drop of the straight parts and only consider the pressure drop of the bend for a more fair comparison. In paraview, we can integrate the pressure in a 2D slice at the start and end of the bend. The pressure drop of the bend comes to $$\Delta P = 20.7 Pa$$. That means that the reduction of pressure drop in the bend is actually 44 \% !
215+
We see that the global pressure drop between the inlet and the outlet reduces from 89 Pa to 80 Pa, a reduction of more than 10 %. However, since we are optimizing only the bend, we should subtract the pressure drop of the straight parts and only consider the pressure drop of the bend for a more fair comparison. In paraview, we can integrate the pressure in a 2D slice at the start and end of the bend. The pressure drop of the bend comes to $$\Delta P = 20.7 Pa$$. That means that the reduction of pressure drop in the bend is actually 44 % !
216216

217217
![Optimized bend](../../../tutorials_files/design_features/Inc_Turbulent_Bend/opt_iter5_pressure_ffdbox.png "Optimized bend")
218218
#### Figure (4): Optimized bend after 5 design iterations, with the deformed FFD box.

_tutorials/incompressible_flow/Inc_Von_Karman/Inc_Von_Karman.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ The resources for this tutorial can be found in the [incompressible_flow/Inc_Von
3333

3434
### Background
3535

36-
When the Reynolds number $$Re=\rho \cdot V \cdot D / \mu$$ is low (Re < 40), the flow around a circular cylinder is laminar and steady. At around Re=49, the flow becomes unsteady and a periodic shedding of vortices forms in the wake of the cylinder, known as vortex shedding. The frequency of this vortex shedding is usually expressed in terms of the Strouhal number $$St= f \ cdot D / U_{\infty}$$, with f the shedding frequency, D the diameter of the cylinder and U the far-field velocity. Important experimental work can be found in the paper of Williamson, *Vortex Dynamics in the Cylinder Wake*, Annual Review of Fluid Mechanics (1996) [doi](https://doi.org/10.1146/annurev.fl.28.010196.002401). After around Re=180, a second frequency is observed experimentally, in the longitudinal direction. This frequency can only be observed in a 3D simulation. The increase in number of frequencies continues until after around Re=1000 the flow is considered fully turbulent.
36+
When the Reynolds number $$Re=\rho \cdot V \cdot D / \mu$$ is low (Re < 40), the flow around a circular cylinder is laminar and steady. At around Re=49, the flow becomes unsteady and a periodic shedding of vortices forms in the wake of the cylinder, known as vortex shedding. The frequency of this vortex shedding is usually expressed in terms of the Strouhal number $$St= f \cdot D / U_{\infty}$$, with f the shedding frequency, D the diameter of the cylinder and U the far-field velocity. Important experimental work can be found in the paper of Williamson, *Vortex Dynamics in the Cylinder Wake*, Annual Review of Fluid Mechanics (1996) [doi](https://doi.org/10.1146/annurev.fl.28.010196.002401). After around Re=180, a second frequency is observed experimentally, in the longitudinal direction. This frequency can only be observed in a 3D simulation. The increase in number of frequencies continues until after around Re=1000 the flow is considered fully turbulent.
3737

3838
### Problem Setup
3939

40-
The configuration is a circular cylinder of 5 mm surrounded by a far field at $$L = 30 D$$ and a rectangular wake region of $$X = 150 D$$. The far-field velocity is $$U_{\infty} = 0.12 m/s$$. With a viscosity of $$\mu=1.0 \cdot 10^{-5}$$ and a density of $$\rho = 1 kg/m3$$, the Reynolds number is $$Re=120$$.
40+
The configuration is a circular cylinder of diameter $$D=0.01 m$$ surrounded by a far field at $$L = 30 D$$ and a rectangular wake region of $$X = 150 D$$. The far-field velocity is $$U_{\infty} = 0.12 m/s$$. With a viscosity of $$\mu=1.0 \cdot 10^{-5}$$ and a density of $$\rho = 1 kg/m3$$, the Reynolds number is $$Re = 120$$.
4141

4242
![von_karman_mesh](../../../tutorials_files/incompressible_flow/Inc_Von_Karman/images/mesh.png)
4343
Figure 2: Computational domain for the von Karman vortex shedding.
@@ -176,20 +176,20 @@ print("strouhal number = ",St)
176176
```
177177

178178

179-
When we compare the Strouhal number with the experimental data from Williamson, we see in Figure 4 that the frequency is underpredicted. We will vary some numerical settings to investigate if we can improve the prediction of the Strouhal number.
179+
When we compare the Strouhal number with the experimental data from Williamson, we see in Figure 4 that the frequency is slightly overpredicted. We will vary some numerical settings to investigate the impact on the prediction of the Strouhal number.
180180

181181

182182

183183
### Numerical variations
184184

185185
![validation](../../../tutorials_files/incompressible_flow/Inc_Von_Karman/images/strouhal_cylinder_karman_variation.png)
186186

187-
Figure (5): Comparison of different numerical settings
187+
Figure (5): Comparison of different numerical settings.
188188

189189
In Figure 5, we see the effect of different numerical settings on the prediction of the Strouhal number. The second order scheme predicts a Strouhal number of $$St = 0.1734$$, slightly over predicting the experimental value of $$St_{exp} = 0.170$$. Note that our predictions of the Strouhal frequency depends on the number of samples and sampling rate that we provide to the FFT. We took 2500 timesteps of 0.01 s which contains enough cycles for an accurate frequency prediction using an fft.
190-
When switching from second order in time to first order, the Strouhal number is under predicted by 6 \% compared to the experimental value. Also, when increasing the time step from 0.01 s to 0.02 seconds, the St decreases by 2 \%. When increasing the time step even further to $$ \Delta t = 0.04 s%%, St is under predicted by 8 \%. The period of the dimensional frequency is $$f \approx 0.5 s$$, so with a timestep of 0.01 s we have 50 time steps per period, we have 25 time steps when $$\Delta t = 0.02 s$$, and only 12 time steps when $$\Delta t = 0.04 s$$. It is clear that 12 time steps per period is not sufficient.
190+
When switching from second order in time to first order, the Strouhal number is under predicted by 6 % compared to the experimental value. Also, when increasing the time step from 0.01 s to 0.02 seconds, the St decreases by 2 \%. When increasing the time step even further to $$ \Delta t = 0.04 s $$, St is under predicted by 8 %. The period of the dimensional frequency is $$f \approx 0.5 s$$, so with a timestep of 0.01 s we have 50 time steps per period, we have 25 time steps when $$\Delta t = 0.02 s$$, and only 12 time steps when $$\Delta t = 0.04 s$$. It is clear that 12 time steps per period is not sufficient.
191191

192-
It is also known that the size of the computational domain influences the results, so we reduce the domain by half, $$L = 15 D$$ and $$X = 75 D$$. The Strouhal then increases to $$St = 0.1768$$, an increase of 2 \%. It seems that a far-field that is 15D away from the cylinder is sufficient.
192+
It is also known that the size of the computational domain influences the results, so we reduce the domain by half, $$L = 15 D$$ and $$X = 75 D$$. The Strouhal then increases to $$St = 0.1768$$, an increase of 2 %. It seems that a far-field that is 15D away from the cylinder is sufficient.
193193

194194
As a final test, the testcase can be executed for varying Reynolds numbers, ranging from Re=60 to Re=180, giving the result in Figure (6).
195195

@@ -204,4 +204,4 @@ We get a pretty good agreement compared to the experimentally measured values.
204204
The paraview statefile to create the movie can be found here: [statefile_with_particles.pvsm](https://github.com/su2code/Tutorials/blob/master/incompressible_flow/Inc_Von_Karman/statefile_with_particles.pvsm)
205205
and here:
206206
[statefile_movablearrow_timeseries.pvsm](https://github.com/su2code/Tutorials/blob/master/incompressible_flow/Inc_Von_Karman/statefile_movablearrow_timeseries.pvsm)
207-
Note that you have to select your own, local files when you load the statefile.
207+
Note that you have to select your own, local files when you load the statefile.

index.html

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
})
1313
})
1414
</script>
15-
</head>
15+
</head>
1616

1717
<div class="header-container jumbotron">
1818
<div class="container"> <!--- style="background-color:white" --->
@@ -40,30 +40,23 @@ <h2 style="font-weight:700">Powerful. Fast. Free.</h2>
4040
<center>
4141
<h1>5th Annual SU2 Conference</h1>
4242
<h3>The 5th edition of the SU2 conference takes place in Varenna/Italy from 30th of September to 2nd of October.</h3>
43-
<h3>Registration and abstract submission are open now and the links to the respective platforms together with all up-to-date information can be found on the <a href="https://su2foundation.org/su2conference2024/">conference website</a>.</h3>
43+
<h3>Registration and abstract submission are open now and the links to the respective platforms together with all up-to-date information can be found on the <a href="https://su2foundation.org/su2conference2025/">conference website</a>.</h3>
4444
</center>
4545
<hr>
4646
</div>
4747
</div>
4848
<!-- End Special Banner -->
49-
49+
5050
<div class="row">
51-
<div class="col-md-6">
52-
<img src="img/logos/logoSU2.png" alt="" class="img-responsive">
53-
<h2 class="header-light regular-pad">What is SU2?</h2>
54-
<blockquote>
55-
<p>Computational analysis tools have revolutionized the way we design engineering systems, but most established codes are proprietary, unavailable, or prohibitively expensive for many users. The SU2 team is changing this, making multiphysics analysis and design optimization software freely available and involving everyone in its creation and development.</p>
56-
57-
<p>Find a detailed description of the code philosophy, components, and implementations in the SU2 <a href="https://arc.aiaa.org/doi/abs/10.2514/1.J053813">AIAA Journal article</a>. Whether it's <a href="documents/AIAA-2016-3518.pdf">discrete adjoints</a>, <a href="documents/2017_J._Phys.3A_Conf._Ser._821_012013.pdf">non-ideal compressible CFD</a>, <a href="http://dx.doi.org/10.1016/j.compfluid.2016.02.003">high-performance computing</a>, or <a href="documents/AIAA-2018-3111.pdf"> incompressible flows with heat transfer</a>, SU2 has something for you.</p>
58-
</blockquote>
59-
</div>
60-
<div class="col-md-6 text-center">
61-
<div class='jekyll-twitter-plugin' align="center">
62-
<div class='jekyll-twitter-plugin'><a class="twitter-timeline" data-width="500" data-tweet-limit="4" href="https://twitter.com/su2code?ref_src=twsrc%5Etfw">Tweets by su2code</a>
63-
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
64-
</div>
65-
</div>
66-
</div>
51+
<center>
52+
<img src="img/logos/logoSU2.png" alt="" class="img-responsive">
53+
</center>
54+
<h2 class="header-light regular-pad">What is SU2?</h2>
55+
<blockquote>
56+
<p>Computational analysis tools have revolutionized the way we design engineering systems, but most established codes are proprietary, unavailable, or prohibitively expensive for many users. The SU2 team is changing this, making multiphysics analysis and design optimization software freely available and involving everyone in its creation and development.</p>
57+
58+
<p>Find a detailed description of the code philosophy, components, and implementations in the SU2 <a href="https://arc.aiaa.org/doi/abs/10.2514/1.J053813">AIAA Journal article</a>. Whether it's <a href="documents/AIAA-2016-3518.pdf">discrete adjoints</a>, <a href="documents/2017_J._Phys.3A_Conf._Ser._821_012013.pdf">non-ideal compressible CFD</a>, <a href="http://dx.doi.org/10.1016/j.compfluid.2016.02.003">high-performance computing</a>, or <a href="documents/AIAA-2018-3111.pdf"> incompressible flows with heat transfer</a>, SU2 has something for you.</p>
59+
</blockquote>
6760
</div>
6861

6962
<hr>
@@ -105,10 +98,10 @@ <h1 class="text-center"><i class="fa fa-connectdevelop" aria-hidden="true"></i><
10598
<h3 class="text-center">A strong foundation.</h3>
10699

107100
<p>The SU2 community continues to grow rapidly, and together, we are making a measurable, worldwide impact on CFD. Now, it's time to tap into our collective expertise, creativity, and skills to take the project to the next level.</p>
108-
101+
109102
<p>We are proud to announce the <a href="https://su2foundation.org">SU2 Foundation</a>, a new non-profit organization formed in the United States. The mission of the SU2 Foundation is to promote global software development and education to increase the pace of innovation in the engineering sciences for the benefit of all society.</p>
110103

111-
</div>
104+
</div>
112105

113106
<div class="col-md-6 text-center">
114107
<h1 class="text-center"><i class="fa fa-book" aria-hidden="true"></i></h1>

0 commit comments

Comments
 (0)