Skip to content

Commit 53fcfc3

Browse files
authored
Merge pull request #2066 from frx-wintermute/delete_quickstart_subdir
update QuickStart example
2 parents db21a33 + 0b01500 commit 53fcfc3

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

QuickStart/.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@
88
*.csv
99
*.plt
1010
*.szplt
11-
*.vtk
11+
*.vtu
12+
*.log
13+
*.out
14+
*.aux
15+
*.pdf
16+
*.png
1217
config_*.cfg

QuickStart/inv_NACA0012.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,9 @@ SURFACE_ADJ_FILENAME= surface_adjoint
285285
%
286286
% Writing solution file frequency
287287
OUTPUT_WRT_FREQ= 250
288+
%
289+
% Output file format
290+
OUTPUT_FILES= (RESTART, PARAVIEW, SURFACE_CSV)
288291

289292
% --------------------- OPTIMAL SHAPE DESIGN DEFINITION -----------------------%
290293
% Available flow based objective functions or constraint functions

0 commit comments

Comments
 (0)