Skip to content

Commit 686f40e

Browse files
committed
Adding figures
1 parent b5d0b98 commit 686f40e

File tree

12 files changed

+26
-5
lines changed

12 files changed

+26
-5
lines changed

_tutorials/compressible_flow/ActuatorDisk_VariableLoad/ActuatorDisk_VariableLoad.md

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ complexity:
1212
follows:
1313
---
1414

15-
**Insert Image** ![Actuator Disk](../../tutorials_files/compressible_flow/ActuatodDisk_VariableLoad/images/nome.png)
15+
![Actuator Disk](../../tutorials_files/compressible_flow/ActuatodDisk_VariableLoad/images/SwirlAndCp.png)
1616

1717
## Goals
1818

@@ -84,7 +84,14 @@ Three boundary conditions are employed:
8484
- Navier-Stokes adiabatic wall on the spinner.
8585
- Far-field condition on the outer domain surface.
8686

87-
**Insert Image - Domain and Mesh**
87+
![Domain](../../tutorials_files/compressible_flow/ActuatodDisk_VariableLoad/images/Domain.png)
88+
Figure (1): Far-field view of the computational domain.
89+
90+
![Grid XY](../../tutorials_files/compressible_flow/ActuatodDisk_VariableLoad/images/GridXY.png)
91+
Figure (2): Mesh of the domain in the *x-y* plane.
92+
93+
![Grid Disk](../../tutorials_files/compressible_flow/ActuatodDisk_VariableLoad/images/GridDisk.png)
94+
Figure (3): Close-up view of the mesh of the actuator disk in the *y-z* plane.
8895

8996
### Configuration File Options
9097

@@ -108,13 +115,13 @@ ACTDISK_FILENAME= ActuatorDisk.dat
108115
MARKER_ACTDISK = ( DISK, DISK_BACK, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 )
109116
```
110117

111-
The `ACTDISK_DOUBLE_SURFACE` option, in this case, is setted to `true` because the actuator disk surface has been splitted in two parts: upstream and sownstream surfaces.
118+
The `ACTDISK_DOUBLE_SURFACE` option, in this case, is set to `true` because the actuator disk surface has been splitted in two parts: upstream and sownstream surfaces.
112119
The `ACTDISK_TYPE` option, is used to chose the actuator disk boundary type. In this tutorial, we want to use a model that allows to consider a variable load distribution along the disk, and that also take the *swirl* term into consideration. The actuator disk type that meets these conditions is the `VARIABLE_LOAD`.
113120
The `ACTDISK_FILENAME` option is used to specify the name of the actuator disk data input file. Further we will see how to generate this file.
114121
The `MARKER_ACTDISK` option, requires the following arguments:
115122
- Marker of the upstream surface of the actuator disk.
116123
- Marker of the downstream surface of the actuator disk.
117-
- 6 zero arguments. These arguments have a different meaning using different `ACTDISK_TYPE`. In this case, they are all setted to `0.0` because they are not needed.
124+
- 6 zero arguments. These arguments have a different meaning using different `ACTDISK_TYPE`. In this case, they are all set to `0.0` because they are not needed.
118125

119126
*If there are more actuator disks, it is possible to append them in the `MARKER_ACTDISK` option.*
120127

@@ -184,6 +191,7 @@ Then there are 4 columns containing respectively:
184191
- The radial force coefficient distribution <img src="https://render.githubusercontent.com/render/math?math=\frac{\mathrm{d}C_R}{\mathrm{d}\overline{r}}">
185192

186193
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">
194+
187195
*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.*
188196

189197
### Optimal Propeller Script
@@ -215,4 +223,17 @@ The load distribution obtined using the [OptimalPropeller.py](https://github.com
215223

216224
Results of this simulation are here roprted...
217225

218-
**Insert Image - Results**
226+
![Mach Number](../../tutorials_files/compressible_flow/ActuatodDisk_VariableLoad/images/MachNumber.png)
227+
Figure (4): Mach number contour in the *x-z* plane.
228+
![Pressure Coefficient](../../tutorials_files/compressible_flow/ActuatodDisk_VariableLoad/images/ContourCp.png)
229+
Figure (5): Pressure coefficient contour in the *x-z* plane.
230+
![Momentum X](../../tutorials_files/compressible_flow/ActuatodDisk_VariableLoad/images/MomentumX.png)
231+
Figure (6): Momentum in normal direction along *x* for different stations.
232+
![Pressure Coefficient X](../../tutorials_files/compressible_flow/ActuatodDisk_VariableLoad/images/PressureCoefficient.png)
233+
Figure (7): Pressure coefficient along *x* for different stations.
234+
![Tangential Velocity X](../../tutorials_files/compressible_flow/ActuatodDisk_VariableLoad/images/Vt_x.png)
235+
Figure (8): Tangential velocity component along *x* for different stations.
236+
![Pressure Jump](../../tutorials_files/compressible_flow/ActuatodDisk_VariableLoad/images/pJump.png)
237+
Figure (9): Pressure coefficient along *z* just upstream (State 1) and downstream (State 2) the actuator disk.
238+
![Tangential Velocity Jump](../../tutorials_files/compressible_flow/ActuatodDisk_VariableLoad/images/Vt.png)
239+
Figure (9): Tangential velocity component along *z* just upstream (State 1) and downstream (State 2) the actuator disk.
13.7 KB
Loading
76.5 KB
Loading
40.6 KB
Loading
5.63 KB
Loading
12 KB
Loading
26.8 KB
Loading
26.1 KB
Loading
30.7 KB
Loading
21.2 KB
Loading

0 commit comments

Comments
 (0)