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: docs/pages/user_guide/parameters.rst
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,21 +14,23 @@ BasicParam
14
14
15
15
* ``xlx``, ``yly`` & ``zlz`` are the domain size, normalised with the reference length for the simulation (as an example, for a cylinder case, ``xlx=20D`` where ``D`` is the diameter of the cylinder). You can also decide to run simulations with non-normalised quantities, you just need to be consistent!
16
16
17
-
* ``itype`` sets the flow configuration, each one is specified in a different ``BC-<flow-configuration>.f90`` file. They are:
17
+
* ``itype`` sets the flow configuration, each one is specified in a different ``Case-<flow-configuration>.f90`` file. They are:
18
18
19
19
- 0 - User Custom Configuration;
20
20
- 1 - Turbidity Current in Lock-Release;
21
21
- 2 - Taylor-Green Vortices;
22
-
- 3 - Periodic Turbulent Channe`;
22
+
- 3 - Periodic Turbulent Channel;
23
23
- 4 - Periodic Hill;
24
24
- 5 - Flow over a Cylinder;
25
-
- 6 - Debug Schemes (for developers);
26
25
- 7 - Mixing Layer;
27
-
- 8 - Turbulent Jet (work in progress, currently unsupported);
28
26
- 9 - Turbulent Boundary Layer;
29
27
- 10 - Atmospheric Boundary Layer;
30
-
- 11 - Uniform flow.
31
-
You can modify the ``BC-<flow-configuration>.f90`` file to change the inlet and/or initial conditions. Except for the Atmospheric Boundary Layer, quantities are normalised with a reference velocity, a reference length and a constant density, all equal to 1 (as an example, for the cylinder, the reference velocity is the freestream velocity equal to 1, the diameter equal to 1 and a constant density equal to 1; as a results the Reynolds number is equal to 1/nu).
28
+
- 11 - Uniform flow;
29
+
- 12 - Sandbox configuration;
30
+
- 13 - Differentilly heated cavity;
31
+
- 14 - Pipe flow;
32
+
- 15 - Periodic turbulent boundary layer.
33
+
You can modify the ``Case-<flow-configuration>.f90`` file to change the inlet and/or initial conditions. Except for the Atmospheric Boundary Layer, quantities are normalised with a reference velocity, a reference length and a constant density, all equal to 1 (as an example, for the cylinder, the reference velocity is the freestream velocity equal to 1, the diameter equal to 1 and a constant density equal to 1; as a results the Reynolds number is equal to 1/nu).
32
34
33
35
34
36
* ``istret`` controls mesh refinement in y direction only (it is not possible to refine the mesh in more than one direction):
0 commit comments