Skip to content

Commit 48a9138

Browse files
committed
Adapted config files
1 parent d0731ec commit 48a9138

File tree

26 files changed

+36
-36
lines changed

26 files changed

+36
-36
lines changed

Inc_Inviscid_Hydrofoil/inv_naca0012.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ MESH_FORMAT= SU2
182182
% Restart flow input file
183183
SOLUTION_FILENAME= solution_flow.dat
184184
%
185-
% Output file format (PARAVIEW, TECPLOT)
186-
OUTPUT_FORMAT= PARAVIEW
185+
% Output tabular format (CSV, TECPLOT)
186+
TABULAR_FORMAT= CSV
187187
%
188188
% Output file convergence history (w/o extension)
189189
CONV_FILENAME= history

Inc_Laminar_Cavity/lam_buoyancy_cavity.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ SOLUTION_FILENAME= solution_flow.dat
233233
SOLUTION_ADJ_FILENAME= solution_adj.dat
234234
%
235235
% Output file format (PARAVIEW, TECPLOT, STL)
236-
OUTPUT_FORMAT= PARAVIEW
236+
TABULAR_FORMAT= CSV
237237
%
238238
% Output file convergence history (w/o extension)
239239
CONV_FILENAME= history

Inc_Laminar_Flat_Plate/lam_flatplate.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ SOLUTION_FILENAME= solution_flow.dat
244244
SOLUTION_ADJ_FILENAME= solution_adj.dat
245245
%
246246
% Output file format (PARAVIEW, TECPLOT, STL)
247-
OUTPUT_FORMAT= PARAVIEW
247+
TABULAR_FORMAT= CSV
248248
%
249249
% Output file convergence history (w/o extension)
250250
CONV_FILENAME= history

Inc_Laminar_Step/lam_backwardstep.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ SOLUTION_FILENAME= solution_flow.dat
229229
SOLUTION_ADJ_FILENAME= solution_adj.dat
230230
%
231231
% Output file format (PARAVIEW, TECPLOT, STL)
232-
OUTPUT_FORMAT= PARAVIEW
232+
TABULAR_FORMAT= CSV
233233
%
234234
% Output file convergence history (w/o extension)
235235
CONV_FILENAME= history

Inc_Turbulent_Flat_Plate/turb_flatplate.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ SOLUTION_FILENAME= solution_flow.dat
235235
SOLUTION_ADJ_FILENAME= solution_adj.dat
236236
%
237237
% Output file format (PARAVIEW, TECPLOT, SLT)
238-
OUTPUT_FORMAT= PARAVIEW
238+
TABULAR_FORMAT= CSV
239239
%
240240
% Output file convergence history (w/o extension)
241241
CONV_FILENAME= history

Inc_Turbulent_NACA0012/turb_naca0012.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ SOLUTION_FILENAME= solution_flow.dat
238238
SOLUTION_ADJ_FILENAME= solution_adj.dat
239239
%
240240
% Output file format (PARAVIEW, TECPLOT, STL)
241-
OUTPUT_FORMAT= PARAVIEW
241+
TABULAR_FORMAT= CSV
242242
%
243243
% Output file convergence history (w/o extension)
244244
CONV_FILENAME= history

Inviscid_2D_Unconstrained_NACA0012/inv_NACA0012_basic.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ SOLUTION_FILENAME= solution_flow.dat
255255
% Restart adjoint input file
256256
SOLUTION_ADJ_FILENAME= solution_adj.dat
257257
%
258-
% Output file format (PARAVIEW, TECPLOT)
259-
OUTPUT_FORMAT= TECPLOT
258+
% Output tabular format (CSV, TECPLOT)
259+
TABULAR_FORMAT= CSV
260260
%
261261
% Output file convergence history (w/o extension)
262262
CONV_FILENAME= history

Inviscid_3D_Constrained_ONERAM6/inv_ONERAM6_adv.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ SOLUTION_ADJ_FILENAME= solution_adj.dat
206206
% Mesh input file format (SU2)
207207
MESH_FORMAT= SU2
208208
%
209-
% Output file format (PARAVIEW, TECPLOT)
210-
OUTPUT_FORMAT= TECPLOT
209+
% Output tabular format (CSV, TECPLOT)
210+
TABULAR_FORMAT= CSV
211211
%
212212
% Output file convergence history
213213
CONV_FILENAME= history

Inviscid_Bump/inv_channel.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ SOLUTION_FILENAME= solution_flow.dat
198198
SOLUTION_ADJ_FILENAME= solution_adj.dat
199199
%
200200
% Output file format (PARAVIEW, TECPLOT, STL)
201-
OUTPUT_FORMAT= TECPLOT
201+
TABULAR_FORMAT= CSV
202202
%
203203
% Output file convergence history (w/o extension)
204204
CONV_FILENAME= history

Inviscid_ONERAM6/inv_ONERAM6.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ SOLUTION_ADJ_FILENAME= solution_adj.dat
204204
% Mesh input file format (SU2)
205205
MESH_FORMAT= SU2
206206
%
207-
% Output file format (PARAVIEW, TECPLOT)
208-
OUTPUT_FORMAT= TECPLOT
207+
% Output tabular format (CSV, TECPLOT)
208+
TABULAR_FORMAT= CSV
209209
%
210210
% Output file convergence history
211211
CONV_FILENAME= history

0 commit comments

Comments
 (0)