Skip to content

30P30N eps to png #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions _vandv/30p30n.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,25 +57,29 @@ We observe second order convergence of the lift and drag coefficients, and good
The Roe + Venkatakrishnan configuration predicts lower values, which were observed to be sensitive to the limiter coefficient. For example lowering it to 0.025 increases drag above the values obtained with the other two configurations.

<p align="center">
<img src="/vandv_files/30p30n/drag.eps" alt="Drag coefficient at 5.5deg AoA" />
<img src="/vandv_files/30p30n/drag.png" alt="Drag coefficient at 5.5deg AoA" />
</p>
Drag coefficient at 5.5deg AoA.

<p align="center">
<img src="/vandv_files/30p30n/lift.eps" alt="Lift coefficient at 5.5deg AoA" />
<img src="/vandv_files/30p30n/lift.png" alt="Lift coefficient at 5.5deg AoA" />
</p>
Lift coefficient at 5.5deg AoA

### Maximum lift

Roe + van Albada and JST agree well on the maximum lift, and again match the results of other codes.
However JST predicts the flow to remain attached at significantly higher angle-of-attach than expected.

<p align="center">
<img src="/vandv_files/30p30n/max_lift.eps" alt="Lift coefficient on the fine grid level" />
<img src="/vandv_files/30p30n/max_lift.png" alt="Lift coefficient on the fine grid level" />
</p>
Lift coefficient on the fine grid level

<p align="center">
<img src="/vandv_files/30p30n/max_drag.eps" alt="Drag coefficient on the fine grid level" />
<img src="/vandv_files/30p30n/max_drag.png" alt="Drag coefficient on the fine grid level" />
</p>
Drag coefficient on the fine grid level

### Discussion

Expand All @@ -87,8 +91,10 @@ The only significant differences in Cf between the van Albada and Venkatakrishna
<p align="center">
<img src="/vandv_files/30p30n/cp.png" alt="Pressure coefficient distribution at 5.5deg AoA on fine grid level" />
</p>
Pressure coefficient distribution at 5.5deg AoA on fine grid level

<p align="center">
<img src="/vandv_files/30p30n/cf.png" alt="Skin friction coefficient distribution at 5.5deg AoA on fine grid level" />
</p>
Skin friction coefficient distribution at 5.5deg AoA on fine grid level

Loading