Skip to content

Commit d635339

Browse files
authored
Updated hyperlinks
1 parent 9769f32 commit d635339

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_tutorials/incompressible_flow/Inc_Inviscid_Hydrofoil.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ The intent of this tutorial is to introduce the density-based incompressible flo
1818
## Resources
1919

2020
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).
2222

2323
## Tutorial
2424

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.
2626

2727
## Background
2828

@@ -49,7 +49,7 @@ In order to use the incompressible solver, the flow regime should first be switc
4949
REGIME_TYPE= INCOMPRESSIBLE
5050
```
5151

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:
5353

5454
```
5555
% Initial density for incompressible flows
@@ -87,11 +87,11 @@ The pressure outlet condition is prescibed as a uniform static (gauge) pressure.
8787
### Running SU2
8888

8989
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.
9191
2. Run the executable by entering
9292

9393
```
94-
$ SU2_CFD inv_NACA0012.cfg
94+
$ SU2_CFD inv_naca0012.cfg
9595
```
9696
9797
at the command line.

0 commit comments

Comments
 (0)