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: _tutorials/incompressible_flow/Inc_Inviscid_Hydrofoil.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ The intent of this tutorial is to introduce the density-based incompressible flo
18
18
## Resources
19
19
20
20
You can find the resources for this tutorial in the folder [Inc_Inviscid_Hydrofoil](https://github.com/su2code/su2code.github.io/tree/master/Inc_Inviscid_Hydrofoil) in the [project website repository](https://github.com/su2code/su2code.github.io). You will need the mesh file [mesh_NACA0012_5deg_6814.su2](../../Inc_Inviscid_Hydrofoil/mesh_NACA0012_5deg_6814.su2)
21
-
and the config file [inv_NACA0012.cfg](../../Inc_Inviscid_Hydrofoil/inv_NACA0012.cfg).
21
+
and the config file [inv_naca0012.cfg](../../Inc_Inviscid_Hydrofoil/inv_naca0012.cfg).
22
22
23
23
## Tutorial
24
24
25
-
The following tutorial will walk you through the steps required when solving for the flow past the hydrofoil. It is assumed you have already obtained and compiled SU2_CFD. If you have yet to complete these requirements, please see the [Download](/docs/Download/) and [Installation](/docs/Installation/) pages.
25
+
The following tutorial will walk you through the steps required when solving for the flow past the hydrofoil. It is assumed you have already obtained and compiled SU2_CFD. If you have yet to complete these requirements, please see the [Download](../../_docs/Download.md) and [Installation](../../_docs/Installation.md) pages.
26
26
27
27
## Background
28
28
@@ -49,7 +49,7 @@ In order to use the incompressible solver, the flow regime should first be switc
49
49
REGIME_TYPE= INCOMPRESSIBLE
50
50
```
51
51
52
-
Once the incompressible mode is activated, the flow throughout the domain is initialized using a different set of options as compared to the compressible mode. The present problem is inviscid (no energy equation), so the only required initialization data is the density (constant) and flow velocity. These initialization values are set with the following options:
52
+
Once the incompressible mode is activated, the flow throughout the domain is initialized using a different set of options as compared to the compressible mode. The present problem is inviscid (no energy equation), so the only required initialization data is the density (constant) and flow velocity. These initialization values are set with the following options:
53
53
54
54
```
55
55
% Initial density for incompressible flows
@@ -87,11 +87,11 @@ The pressure outlet condition is prescibed as a uniform static (gauge) pressure.
87
87
### Running SU2
88
88
89
89
The channel simulation uses a small mesh and a very aggressive CFL number, so this case will be run in serial. To run this test case, follow these steps at a terminal command line:
90
-
1. Move to the directory containing the config file ([inv_NACA0012.cfg](../../Inc_Inviscid_Hydrofoil/inv_NACA0012.cfg)) and the mesh file ([mesh_NACA0012_5deg_6814.su2](../../Inc_Inviscid_Hydrofoil/mesh_NACA0012_5deg_6814.su2)). Make sure that the SU2 tools were compiled, installed, and that their install location was added to your path.
90
+
1. Move to the directory containing the config file ([inv_naca0012.cfg](../../Inc_Inviscid_Hydrofoil/inv_naca0012.cfg)) and the mesh file ([mesh_NACA0012_5deg_6814.su2](../../Inc_Inviscid_Hydrofoil/mesh_NACA0012_5deg_6814.su2)). Make sure that the SU2 tools were compiled, installed, and that their install location was added to your path.
0 commit comments