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
Simulation of internal, laminar, incompressible flow in a differentially-heated cavity under the influence of gravity (classical natural convection case).
@@ -19,7 +29,7 @@ The intent of this tutorial is to demonstrate how a steady CHT simulation can be
19
29
20
30
## Resources
21
31
22
-
The resources for this tutorial can be found in the [Inc_Heated_Cylinders_Unsteady](https://github.com/su2code/su2code.github.io/blob/unsteady_cht_tutorial/Inc_Heated_Cylinders_Unsteady) directory in the [tutorial repository](https://github.com/su2code/su2code.github.io/blob/unsteady_cht_tutorial/). You will need the configuration files for all physical zones ([flow_cylinder.cfg](../../Inc_Heated_Cylinders_Unsteady/flow_cylinder.cfg), [solid_cylinder1.cfg](../../Inc_Heated_Cylinders_Unsteady/solid_cylinder1.cfg), [solid_cylinder2.cfg](../../Inc_Heated_Cylinders_Unsteady/solid_cylinder2.cfg), [solid_cylinder3.cfg](../../Inc_Heated_Cylinders_Unsteady/solid_cylinder3.cfg)), the cofiguration file to invoke a multiphysics simulation run ([cht_2d_3cylinders.cfg](../../Inc_Heated_Cylinders_Unsteady/cht_2d_3cylinders.cfg)) and the mesh file ([mesh_cht_3cyl.su2](../../Inc_Heated_Cylinders_Unsteady/mesh_cht_3cyl.su2)).
32
+
The resources for this tutorial can be found in the [Inc_Heated_Cylinders_Unsteady](https://github.com/su2code/Tutorials/tree/master/multiphysics/unsteady_cht) directory in the [tutorial repository](https://github.com/su2code/Tutorials). You will need the configuration files for all physical zones ([flow_cylinder.cfg](https://github.com/su2code/Tutorials/tree/master/multiphysics/unsteady_cht/flow_cylinder.cfg), [solid_cylinder1.cfg](https://github.com/su2code/Tutorials/tree/master/multiphysics/unsteady_cht/solid_cylinder1.cfg), [solid_cylinder2.cfg](https://github.com/su2code/Tutorials/tree/master/multiphysics/unsteady_cht/solid_cylinder2.cfg), [solid_cylinder3.cfg](https://github.com/su2code/Tutorials/tree/master/multiphysics/unsteady_cht/solid_cylinder3.cfg)), the cofiguration file to invoke a multiphysics simulation run ([cht_2d_3cylinders.cfg](https://github.com/su2code/Tutorials/tree/master/multiphysics/unsteady_cht/cht_2d_3cylinders.cfg)) and the mesh file ([mesh_cht_3cyl.su2](https://github.com/su2code/Tutorials/tree/master/multiphysics/unsteady_cht/mesh_cht_3cyl.su2)).
23
33
24
34
## Tutorial
25
35
@@ -35,22 +45,22 @@ The problem setup is the same as in the [heated cylinders with conjugate heat tr
35
45
```
36
46
INC_DENSITY_INIT= 0.0210322
37
47
```
38
-
in [flow_cylinder.cfg](../../Inc_Heated_Cylinders_Unsteady/flow_cylinder.cfg) and
48
+
in [flow_cylinder.cfg](https://github.com/su2code/Tutorials/tree/master/multiphysics/unsteady_cht/flow_cylinder.cfg) and
39
49
40
50
```
41
51
SOLID_DENSITY= 0.0210322
42
52
```
43
-
in [solid_cylinder1.cfg](../../Inc_Heated_Cylinders_Unsteady/solid_cylinder1.cfg), [solid_cylinder2.cfg](../../Inc_Heated_Cylinders_Unsteady/solid_cylinder2.cfg) and [solid_cylinder3.cfg](../../Inc_Heated_Cylinders_Unsteady/solid_cylinder3.cfg)
53
+
in [solid_cylinder1.cfg](https://github.com/su2code/Tutorials/tree/master/multiphysics/unsteady_cht/solid_cylinder1.cfg), [solid_cylinder2.cfg](https://github.com/su2code/Tutorials/tree/master/multiphysics/unsteady_cht/solid_cylinder2.cfg) and [solid_cylinder3.cfg](https://github.com/su2code/Tutorials/tree/master/multiphysics/unsteady_cht/solid_cylinder3.cfg)
44
54
45
55
For simplicity we leave all other parameters unchanged.
46
56
47
57
### Mesh Description
48
58
49
-
The [mesh](../../Inc_Heated_Cylinders_Unsteady/mesh_cht_3cyl.su2) is the same as in the [heated cylinders with conjugate heat transfer tutorial](/tutorials/Inc_Heated_Cylinders/).
59
+
The [mesh](https://github.com/su2code/Tutorials/tree/master/multiphysics/unsteady_cht/mesh_cht_3cyl.su2) is the same as in the [heated cylinders with conjugate heat transfer tutorial](/tutorials/Inc_Heated_Cylinders/).
50
60
51
61
### Configuration File Options
52
62
53
-
An unsteady simulation is set up by enabling the time domain and choosing a time marching algorithm in the [master config file](../../Inc_Heated_Cylinders_Unsteady/cht_2d_3cylinders.cfg):
63
+
An unsteady simulation is set up by enabling the time domain and choosing a time marching algorithm in the [master config file](https://github.com/su2code/Tutorials/tree/master/multiphysics/unsteady_cht/cht_2d_3cylinders.cfg):
54
64
55
65
```
56
66
TIME_DOMAIN = YES
@@ -59,13 +69,13 @@ TIME_DOMAIN = YES
59
69
TIME_MARCHING= DUAL_TIME_STEPPING-2ND_ORDER
60
70
```
61
71
62
-
The time marching parameters have to match the flow physics that should be resolved. For a given inlet velocity of 3.40297 m/s at Re = 4000, the Strouhal number estimation for the most upstream cylinder is Sr = 0.21. This gives a frequency of f = Sr*v = 0.71Hz for the vortex shedding so that a time step of 0.05s is chosen in the [master config file](../../Inc_Heated_Cylinders_Unsteady/cht_2d_3cylinders.cfg):
72
+
The time marching parameters have to match the flow physics that should be resolved. For a given inlet velocity of 3.40297 m/s at Re = 4000, the Strouhal number estimation for the most upstream cylinder is Sr = 0.21. This gives a frequency of f = Sr*v = 0.71Hz for the vortex shedding so that a time step of 0.05s is chosen in the [master config file](https://github.com/su2code/Tutorials/tree/master/multiphysics/unsteady_cht/cht_2d_3cylinders.cfg):
63
73
64
74
```
65
75
TIME_STEP= 0.05
66
76
```
67
77
68
-
In order to sufficiently resolve the coupling in each time step, we set the number of outer iterations to 200 in the [master config file](../../Inc_Heated_Cylinders_Unsteady/cht_2d_3cylinders.cfg):
78
+
In order to sufficiently resolve the coupling in each time step, we set the number of outer iterations to 200 in the [master config file](https://github.com/su2code/Tutorials/tree/master/multiphysics/unsteady_cht/cht_2d_3cylinders.cfg):
0 commit comments