Skip to content

Commit

Permalink
Adapted config files
Browse files Browse the repository at this point in the history
  • Loading branch information
talbring committed Sep 12, 2019
1 parent d0731ec commit 48a9138
Show file tree
Hide file tree
Showing 26 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions Inc_Inviscid_Hydrofoil/inv_naca0012.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ MESH_FORMAT= SU2
% Restart flow input file
SOLUTION_FILENAME= solution_flow.dat
%
% Output file format (PARAVIEW, TECPLOT)
OUTPUT_FORMAT= PARAVIEW
% Output tabular format (CSV, TECPLOT)
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
2 changes: 1 addition & 1 deletion Inc_Laminar_Cavity/lam_buoyancy_cavity.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ SOLUTION_FILENAME= solution_flow.dat
SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (PARAVIEW, TECPLOT, STL)
OUTPUT_FORMAT= PARAVIEW
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
2 changes: 1 addition & 1 deletion Inc_Laminar_Flat_Plate/lam_flatplate.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ SOLUTION_FILENAME= solution_flow.dat
SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (PARAVIEW, TECPLOT, STL)
OUTPUT_FORMAT= PARAVIEW
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
2 changes: 1 addition & 1 deletion Inc_Laminar_Step/lam_backwardstep.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ SOLUTION_FILENAME= solution_flow.dat
SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (PARAVIEW, TECPLOT, STL)
OUTPUT_FORMAT= PARAVIEW
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
2 changes: 1 addition & 1 deletion Inc_Turbulent_Flat_Plate/turb_flatplate.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ SOLUTION_FILENAME= solution_flow.dat
SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (PARAVIEW, TECPLOT, SLT)
OUTPUT_FORMAT= PARAVIEW
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
2 changes: 1 addition & 1 deletion Inc_Turbulent_NACA0012/turb_naca0012.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ SOLUTION_FILENAME= solution_flow.dat
SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (PARAVIEW, TECPLOT, STL)
OUTPUT_FORMAT= PARAVIEW
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
4 changes: 2 additions & 2 deletions Inviscid_2D_Unconstrained_NACA0012/inv_NACA0012_basic.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ SOLUTION_FILENAME= solution_flow.dat
% Restart adjoint input file
SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (PARAVIEW, TECPLOT)
OUTPUT_FORMAT= TECPLOT
% Output tabular format (CSV, TECPLOT)
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
4 changes: 2 additions & 2 deletions Inviscid_3D_Constrained_ONERAM6/inv_ONERAM6_adv.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ SOLUTION_ADJ_FILENAME= solution_adj.dat
% Mesh input file format (SU2)
MESH_FORMAT= SU2
%
% Output file format (PARAVIEW, TECPLOT)
OUTPUT_FORMAT= TECPLOT
% Output tabular format (CSV, TECPLOT)
TABULAR_FORMAT= CSV
%
% Output file convergence history
CONV_FILENAME= history
Expand Down
2 changes: 1 addition & 1 deletion Inviscid_Bump/inv_channel.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ SOLUTION_FILENAME= solution_flow.dat
SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (PARAVIEW, TECPLOT, STL)
OUTPUT_FORMAT= TECPLOT
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
4 changes: 2 additions & 2 deletions Inviscid_ONERAM6/inv_ONERAM6.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ SOLUTION_ADJ_FILENAME= solution_adj.dat
% Mesh input file format (SU2)
MESH_FORMAT= SU2
%
% Output file format (PARAVIEW, TECPLOT)
OUTPUT_FORMAT= TECPLOT
% Output tabular format (CSV, TECPLOT)
TABULAR_FORMAT= CSV
%
% Output file convergence history
CONV_FILENAME= history
Expand Down
4 changes: 2 additions & 2 deletions Inviscid_Wedge/inv_wedge_HLLC.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ SOLUTION_FILENAME= solution_flow.dat
% Restart adjoint input file
SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (PARAVIEW, TECPLOT)
OUTPUT_FORMAT= TECPLOT
% Output tabular format (CSV, TECPLOT)
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
2 changes: 1 addition & 1 deletion Laminar_Cylinder/lam_cylinder.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ SOLUTION_FILENAME= solution_flow.dat
SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (PARAVIEW, TECPLOT, STL)
OUTPUT_FORMAT= TECPLOT
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
2 changes: 1 addition & 1 deletion Laminar_Flat_Plate/lam_flatplate.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ SOLUTION_FILENAME= solution_flow.dat
SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (PARAVIEW, TECPLOT, STL)
OUTPUT_FORMAT= TECPLOT
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
4 changes: 2 additions & 2 deletions Multi_Objective_Shape_Design/inv_wedge_ROE_multiobj_combo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ SOLUTION_FILENAME= solution_flow.dat
% Restart adjoint input file
SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (PARAVIEW, TECPLOT)
OUTPUT_FORMAT= TECPLOT
% Output tabular format (CSV, TECPLOT)
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
2 changes: 1 addition & 1 deletion NICFD_nozzle/NICFD_nozzle.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ SOLUTION_FILENAME= solution_flow.dat
%
% Output file format (TECPLOT, TECPLOT_BINARY, PARAVIEW, PARAVIEW_BINARY,
% FIELDVIEW, FIELDVIEW_BINARY)
OUTPUT_FORMAT= PARAVIEW
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
4 changes: 2 additions & 2 deletions Transitional_Flat_Plate/transitional_BC_model_ConfigFile.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
% Physical governing equations (EULER, NAVIER_STOKES,
% WAVE_EQUATION, HEAT_EQUATION, LINEAR_ELASTICITY,
% POISSON_EQUATION)
SOLVER= INC_NAVIER_STOKES
SOLVER= INC_RANS
%
% Specify turbulent model (NONE, SA, SA_NEG, SST)
KIND_TURB_MODEL= SA
Expand Down Expand Up @@ -242,7 +242,7 @@ SOLUTION_FILENAME= restart_flow.dat
SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (PARAVIEW, TECPLOT, STL)
OUTPUT_FORMAT= TECPLOT
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
4 changes: 2 additions & 2 deletions Turbulent_2D_Constrained_RAE2822/turb_SA_RAE2822.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
% Physical governing equations (EULER, NAVIER_STOKES,
% WAVE_EQUATION, HEAT_EQUATION, FEM_ELASTICITY,
% POISSON_EQUATION)
SOLVER= NAVIER_STOKES
SOLVER= RANS
%
% Specify turbulent model (NONE, SA, SA_NEG, SST)
KIND_TURB_MODEL= SA
Expand Down Expand Up @@ -261,7 +261,7 @@ SOLUTION_FILENAME= solution_flow.dat
SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (PARAVIEW, TECPLOT, STL)
OUTPUT_FORMAT= TECPLOT
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
4 changes: 2 additions & 2 deletions Turbulent_Flat_Plate/turb_SA_flatplate.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
% Physical governing equations (EULER, NAVIER_STOKES,
% WAVE_EQUATION, HEAT_EQUATION, FEM_ELASTICITY,
% POISSON_EQUATION)
SOLVER= NAVIER_STOKES
SOLVER= RANS
%
% If Navier-Stokes, kind of turbulent model (NONE, SA, SA_NEG, SST)
KIND_TURB_MODEL= SA
Expand Down Expand Up @@ -212,7 +212,7 @@ SOLUTION_FILENAME= solution_flow.dat
SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (PARAVIEW, TECPLOT, SLT)
OUTPUT_FORMAT= TECPLOT
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
4 changes: 2 additions & 2 deletions Turbulent_ONERAM6/turb_ONERAM6.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
% Physical governing equations (EULER, NAVIER_STOKES,
% WAVE_EQUATION, HEAT_EQUATION, FEM_ELASTICITY,
% POISSON_EQUATION)
SOLVER= NAVIER_STOKES
SOLVER= RANS
%
% Specify turbulence model (NONE, SA, SA_NEG, SST)
KIND_TURB_MODEL= SA
Expand Down Expand Up @@ -264,7 +264,7 @@ SOLUTION_FILENAME= solution_flow.dat
SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (PARAVIEW, TECPLOT, STL)
OUTPUT_FORMAT= TECPLOT
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
2 changes: 1 addition & 1 deletion UQ_NACA0012/turb_NACA0012_uq.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ SOLUTION_FILENAME= solution_flow_sst.dat
SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (PARAVIEW, TECPLOT, STL)
OUTPUT_FORMAT= TECPLOT
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
2 changes: 1 addition & 1 deletion UQ_NACA0012/turb_NACA0012_uq_1c.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ SOLUTION_FILENAME= solution_flow.dat
SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (PARAVIEW, TECPLOT, STL)
OUTPUT_FORMAT= TECPLOT
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
2 changes: 1 addition & 1 deletion UQ_NACA0012/turb_NACA0012_uq_2c.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ SOLUTION_FILENAME= solution_flow.dat
SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (PARAVIEW, TECPLOT, STL)
OUTPUT_FORMAT= TECPLOT
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
2 changes: 1 addition & 1 deletion UQ_NACA0012/turb_NACA0012_uq_3c.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ SOLUTION_FILENAME= solution_flow.dat
SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (PARAVIEW, TECPLOT, STL)
OUTPUT_FORMAT= TECPLOT
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
2 changes: 1 addition & 1 deletion UQ_NACA0012/turb_NACA0012_uq_p1c1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ SOLUTION_FILENAME= solution_flow.dat
SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (PARAVIEW, TECPLOT, STL)
OUTPUT_FORMAT= TECPLOT
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
2 changes: 1 addition & 1 deletion UQ_NACA0012/turb_NACA0012_uq_p1c2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ SOLUTION_FILENAME= solution_flow.dat
SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (PARAVIEW, TECPLOT, STL)
OUTPUT_FORMAT= TECPLOT
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down
2 changes: 1 addition & 1 deletion documents/turb_hl_crm.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ SOLUTION_ADJ_FILENAME= solution_adj.dat
%
% Output file format (TECPLOT, TECPLOT_BINARY, PARAVIEW,
% FIELDVIEW, FIELDVIEW_BINARY)
OUTPUT_FORMAT= PARAVIEW
TABULAR_FORMAT= CSV
%
% Output file convergence history (w/o extension)
CONV_FILENAME= history
Expand Down

0 comments on commit 48a9138

Please sign in to comment.