⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Commit 34a792f

Browse files
authored
fix links (#201)
1 parent 59bed6e commit 34a792f

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

_data/tutorials.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- NICFD_nozzle
2020
- NICFD_nozzle_datadriven
2121
- Aachen_Turbine
22+
- Actuator_Disk
2223

2324
- title: Incompressible Flow
2425
tutorials:

_tutorials/compressible_flow/ActuatorDisk_VariableLoad/ActuatorDisk_VariableLoad.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ The global propeller data are:
5555
- Advance Ratio = 2.81487
5656
- Radius = 2.5146 m
5757

58-
The thrust coefficient is defined using the "Renard" definition: the reference force is <img src="https://render.githubusercontent.com/render/math?math=\rho n^2D^4">, where *n* are the propeller rounds per second and *D* is the propeller diameter
59-
The advance ratio is defined as <img src="https://render.githubusercontent.com/render/math?math=J=\frac{V_\infty}{nD}">.
58+
The thrust coefficient is defined using the "Renard" definition: the reference force is $$\rho n^2D^4$$, where *n* are the propeller rounds per second and *D* is the propeller diameter
59+
The advance ratio is defined as $$J=\frac{V_\infty}{nD}$$.
6060

6161
### Mesh Description
6262

@@ -167,16 +167,16 @@ The `MARKER_ACTDISK` option, as the same for the configuration file, is used to
167167
The `CENTER` option contains the coordinates of the actuator disk center, expressed in the grid reference system.
168168
The `AXIS` option contains the components of the unit vector normal to the actuator disk surface.
169169
The `RADIUS` option is used to specify the actuator disk radius.
170-
The `ADV_RATIO` option contains the advance ratio of the propeller defined as <img src="https://render.githubusercontent.com/render/math?math=J=\frac{V_\infty}{nD}">, where *n* are the propeller rounds per second and *D* is the propeller diameter.
170+
The `ADV_RATIO` option contains the advance ratio of the propeller defined as $$J=\frac{V_\infty}{nD}$$, where *n* are the propeller rounds per second and *D* is the propeller diameter.
171171
The `NROW` option isused to indicate the number of radial stations of the actuator disk in which we assign the load distribution.
172172
The next row is a dummy row, so it is skipped.
173173
Then there are 4 columns containing respectively:
174-
- The non dimensional radial station <img src="https://render.githubusercontent.com/render/math?math=\overline{r}=\frac{r}{R}">
175-
- The thrust coefficient distribution <img src="https://render.githubusercontent.com/render/math?math=\frac{\mathrm{d}C_T}{\mathrm{d}\overline{r}}">
176-
- The power coefficient distribution <img src="https://render.githubusercontent.com/render/math?math=\frac{\mathrm{d}C_P}{\mathrm{d}\overline{r}}">
177-
- The radial force coefficient distribution <img src="https://render.githubusercontent.com/render/math?math=\frac{\mathrm{d}C_R}{\mathrm{d}\overline{r}}">
174+
- The non dimensional radial station $$\overline{r}=\frac{r}{R}$
175+
- The thrust coefficient distribution $$\frac{\mathrm{d}C_T}{\mathrm{d}\overline{r}}$$
176+
- The power coefficient distribution $$\frac{\mathrm{d}C_P}{\mathrm{d}\overline{r}}$
177+
- The radial force coefficient distribution $$\frac{\mathrm{d}C_R}{\mathrm{d}\overline{r}}$$
178178

179-
These coefficients are defined using the "Renard" definition: the reference force is <img src="https://render.githubusercontent.com/render/math?math=\rho n^2D^4">, while the reference power is reference force is <img src="https://render.githubusercontent.com/render/math?math=\rho n^3D^5">
179+
These coefficients are defined using the "Renard" definition: the reference force is $$\rho n^2D^4$$, while the reference power is reference force is $$\rho n^3D^5$$
180180

181181
*It is possible to append other propellers data at the end of the input file. Note that the order and the format of the options should not be changed.*
182182

@@ -195,13 +195,13 @@ This script allows the user to use the `VARIABLE_LOAD` actuator disk type also w
195195

196196
The input is interactive, and requires the following data:
197197
1. Number of radial stations (where local data should be generated).
198-
2. CT: the total thrust coefficient defined using the "Renard" definition.
199-
3. R: The propeller radius expressed in meters.
200-
4. r_hub: the hub radius expressed in meters.
201-
5. J: the advance ratio.
202-
6. Vinf: the free-stream velocity expressed in m/s.
198+
2. $$CT$$: the total thrust coefficient defined using the "Renard" definition.
199+
3. $$R$$: The propeller radius expressed in meters.
200+
4. $$r_{\textrm{hub}}$$: the hub radius expressed in meters.
201+
5. $$J$$: the advance ratio.
202+
6. $$V_{\textrm{inf}}$$: the free-stream velocity expressed in m/s.
203203
7. Here, the script asks if you want to use the tip loss Prandtl correction (*yes* is the default choise).
204-
8. N: if you chose yes in the previous stage, it requires also the number of propeller blades.
204+
8. $$N$$: if you chose yes in the previous stage, it requires also the number of propeller blades.
205205

206206
Once the input is given, the script provides 3 plots showing the tip loss Prandtl correction function, the axial and rotational interference factors and the thrust and power coefficients distributions along the non dimentional radius.
207207
The script also provides 2 files:

_tutorials/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ Simulation of compressible flow in a nozzle using non-ideal thermodynamic models
5454
Demonstration of data-driven equation of state using a physics-informed neural network.
5555
* [Turbomachinery: Aachen Turbine stage with mixing plane](/tutorials/Aachen_Turbine/)
5656
Simulation of compressible flow of the Aachen turbine demonstrating turbomachinery application.
57+
* [Actuator Disk with Variable Load](/tutorials/ActuatorDisk_VariableLoad/)
58+
Simulation of an actuator disk with variable load.
5759

5860
#### Incompressible Flow
5961

0 commit comments

Comments
 (0)