Skip to content

Commit 0fa4e6c

Browse files
committed
T3A, T3B, and T3Am
VandV
1 parent 0c65523 commit 0fa4e6c

File tree

12 files changed

+38
-4
lines changed

12 files changed

+38
-4
lines changed

_vandv/LM_transition.md

Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ To validate the LM model, the simulation results of SU2 are compared with the re
1616
Flow conditions are the reference from : https://doi.org/10.2514/6.2022-3679 and [AIAA Transition modeling workshop-I](https://transitionmodeling.larc.nasa.gov).
1717

1818
| Case | T3A | T3B | T3Am | NLF0416|
19+
| --- | --- | --- | --- | --- |
1920
|Inlet Velocity (m/s)| 69.44 | 69.44 | 19.8 | 34.72 |
2021
|Density (kg/m^3) | 0.053 | 0.053 | 1.2 | 2.13 |
2122
|Viscosity (kg/ms) | 1.85E-5 | 1.85E-5 | 1.79E-5 | Sutherland's Law |
@@ -36,12 +37,10 @@ If you would like to run the above cases for yourself, you can use only the fine
3637
## Numerical Scheme
3738

3839
| | Fluent | SU2 |
39-
| Flux | Roe-FDS | L2ROE |
4040
| --- | --- | --- |
41+
| Flux | Roe-FDS | L2ROE |
4142
| Gradient | Least Squares Cell Based | WEIGHTED_LEAST_SQUARES |
42-
| --- | --- | --- |
4343
| Spatial Discretization Flow | Third-order MUSCL | MUSCL_FLOW |
44-
| --- | --- | --- |
4544
| Spatial Discretization Turbulence | Third-order MUSCL | MUSCL_YES |
4645
| --- | --- | --- |
4746

@@ -51,20 +50,55 @@ Present results of all grid resolutions and then plot the results of the fine-le
5150

5251
### T3A
5352
The experiment data from [here](http://web.tecnico.ulisboa.pt/ist12278/Workshop_AVT_313_2D_cases/html_files/Flat_Plate.htm)
54-
5553
C : Coarse
54+
5655
M : Medium
56+
5757
F : Fine
58+
5859
X : Extra fine
5960

61+
62+
6063
<p align="center">
6164
<img src="/vandv_files/LM_model/T3A/All_Cf.png" alt="All result comparsion of Cf distribution on T3A" />
6265
<img src="/vandv_files/LM_model/T3A/Fine_Cf.png" alt="Fine level result comparsion of Cf distribution on T3A" />
6366

6467
### T3B
68+
The experiment data from [here](http://web.tecnico.ulisboa.pt/ist12278/Workshop_AVT_313_2D_cases/html_files/Flat_Plate.htm)
69+
70+
C : Coarse
71+
72+
M : Medium
73+
74+
F : Fine
75+
76+
X : Extra fine
77+
78+
79+
<p align="center">
80+
<img src="/vandv_files/LM_model/T3B/All_Cf.png" alt="All result comparsion of Cf distribution on T3B" />
81+
<img src="/vandv_files/LM_model/T3B/Fine_Cf.png" alt="Fine level result comparsion of Cf distribution on T3B" />
6582

6683

6784
### T3Am
85+
The experiment data from [here](http://web.tecnico.ulisboa.pt/ist12278/Workshop_AVT_313_2D_cases/html_files/Flat_Plate.htm)
86+
87+
Mesh_1 : Tiny
88+
89+
Mesh_2 : Coarse
90+
91+
Mesh_3 : Medium
92+
93+
Mesh_4 : Fine
94+
95+
Mesh_5 : Extra Fine
96+
97+
Mesh_6 : Ultra Fine
98+
99+
<p align="center">
100+
<img src="/vandv_files/LM_model/T3Am/All_Cf.png" alt="All result comparsion of Cf distribution on T3Am" />
101+
<img src="/vandv_files/LM_model/T3Am/Mesh5_Cf.png" alt="Fine level result comparsion of Cf distribution on T3Am" />
68102

69103

70104
### NLF0416
207 KB
Loading
178 KB
Loading
184 KB
Loading
187 KB
Loading
185 KB
Loading
181 KB
Loading
201 KB
Loading
149 KB
Loading
144 KB
Loading

0 commit comments

Comments
 (0)