Skip to content

Commit da7a149

Browse files
authored
Implemented SU2 7.5 cases for flow-over-heated-plate and perpendicular-flap
1 parent 8e28349 commit da7a149

File tree

12 files changed

+24092
-119
lines changed

12 files changed

+24092
-119
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ REPE_OUT/
7070
restart_flow_*.dat
7171
forces_breakdown.dat
7272
surface_flow_*.csv
73+
history_*.csv
7374

7475
# ASTE
7576
result.stats.json

flow-over-heated-plate-two-meshes/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ By default, the fluid participant reads heat-flux values and the solid participa
2121
Fluid participant:
2222

2323
* OpenFOAM (buoyantPimpleFoam). For more information, have a look at the [OpenFOAM adapter documentation](https://www.precice.org/adapter-openfoam-overview.html).
24+
* SU2 (copy the `fluid-su2` directory from the `flow-over-heated-plate` tutorial as-is). For more information, have a look at the [SU2 adapter docmentation](https://www.precice.org/adapter-su2.html).
2425

2526
Solid participant:
2627

flow-over-heated-plate/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Fluid participant:
2727

2828
* OpenFOAM (buoyantPimpleFoam). For more information, have a look at the [OpenFOAM adapter documentation](https://www.precice.org/adapter-openfoam-overview.html).
2929

30+
* SU2. For more information, have a look at the [SU2 adapter docmentation](https://www.precice.org/adapter-su2.html).
31+
3032
Solid participant:
3133

3234
* OpenFOAM (laplacianFoam). For more information, have a look at the [OpenFOAM adapter documentation](https://www.precice.org/adapter-openfoam-overview.html).
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
set -e -u
3+
4+
. ../../tools/cleaning-tools.sh
5+
6+
clean_su2 .

0 commit comments

Comments
 (0)