|
[Sponsors] |
SU2 writing flow and restart solution at each iteration |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 8, 2020, 07:12 |
SU2 writing flow and restart solution at each iteration
|
#1 |
New Member
Wrik Mallik
Join Date: Jun 2020
Posts: 5
Rep Power: 6 |
Hi,
I'm using the latest SU2 7.0.5. I have a problem with writing solution file frequency for the unsteady case (actually I am running tutorial Unsteady NACA0012 to learn using SU2). The code writes output (flow, restart_soln, surface, etc.) every timestep instead of every 50. I am using the following input/output options. Please suggest a solution. % ------------------------- INPUT/OUTPUT INFORMATION --------------------------% % HISTORY_WRT_FREQ_INNER=0 SCREEN_WRT_FREQ_INNER =5 % % Mesh input file MESH_FILENAME= unsteady_naca0012_mesh.su2 % % Mesh input file format (SU2, CGNS, NETCDF_ASCII) MESH_FORMAT= SU2 % % Mesh output file MESH_OUT_FILENAME= mesh_out.su2 % % Restart flow input file SOLUTION_FILENAME= restart_flow.dat % % Restart adjoint input file SOLUTION_ADJ_FILENAME= restart_adj.dat % % Output file format (PARAVIEW, TECPLOT, STL) TABULAR_FORMAT= TECPLOT % % Output file convergence history (w/o extension) CONV_FILENAME= 0_history % % Output file restart flow RESTART_FILENAME= restart_flow.dat % % Output file restart adjoint RESTART_ADJ_FILENAME= restart_adj.dat % % Output file flow (w/o extension) variables VOLUME_FILENAME= flow % % Output file surface flow coefficient (w/o extension) SURFACE_FILENAME= surface_flow % % Writing solution file frequency WRT_SOL_FREQ=50 % WRT_SOL_FREQ_DUALTIME=50 % % Writing convergence history frequency% Writing convergence history frequency (dual time, only written to screen) WRT_CON_FREQ_DUALTIME= 10 WRT_CON_FREQ= 5 WRT_CSV_SOL=NO % SCREEN_OUTPUT=(TIME_ITER, INNER_ITER, DRAG, LIFT, RMS_DENSITY, REL_RMS_DENSITY, CAUCHY_TAVG_DRAG, CAUCHY_TAVG_LIFT) HISTORY_OUTPUT=(ITER,REL_RMS_RES,RMS_RES, AERO_COEFF,TAVG_AERO_COEFF, CAUCHY) % |
|
June 8, 2020, 08:11 |
|
#2 |
Super Moderator
Tim Albring
Join Date: Sep 2015
Posts: 195
Rep Power: 11 |
WRT_SOL_FREQ and WRT_SOL_FREQ_DUALTIME are deprecated option. Please use OUTPUT_WRT_FREQ which is also documented at https://su2code.github.io/docs_v7/Gu...output-options and at https://su2code.github.io/docs_v7/Custom-Output/
__________________
Developer Director @ SU2 Foundation Get involved:
|
|
June 8, 2020, 08:21 |
|
#3 |
New Member
Wrik Mallik
Join Date: Jun 2020
Posts: 5
Rep Power: 6 |
Thanks! It solved the problem.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Keeping intermediate files | OVS | SU2 | 5 | December 5, 2021 12:41 |
Unsteady Restart Divergence | pro_ | SU2 | 6 | May 20, 2020 16:17 |
Shape optimization doesn't converge - Adjoint log file | JPBLourenco | SU2 Shape Design | 0 | December 11, 2017 09:41 |
wrong SU2 calculation for lift and drag coefficient for NAC4421 | mechy | SU2 | 7 | January 9, 2017 06:18 |
Unsteady simulation solution files in parallel | gunnersnroses | SU2 | 1 | December 15, 2015 14:28 |