Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write compact restart files #2372

Merged
merged 59 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
838cd96
initial idea
bigfooted Oct 31, 2024
7d30a57
Merge branch 'develop' into feature_small_restart
bigfooted Oct 31, 2024
4fdc8b4
do not write SOLUTION by default
bigfooted Oct 31, 2024
028d148
Merge branch 'feature_small_restart' of https://github.com/su2code/su…
bigfooted Oct 31, 2024
de9ce79
small cleanup
bigfooted Oct 31, 2024
2992d7c
change default to false
bigfooted Nov 1, 2024
79bce1f
Merge branch 'develop' into feature_small_restart
bigfooted Nov 5, 2024
af2fd4f
fixed
bigfooted Nov 6, 2024
1f43902
cleanup
bigfooted Nov 6, 2024
f968780
variable renaming
bigfooted Nov 6, 2024
d2e69ea
Merge branch 'develop' into feature_small_restart
bigfooted Nov 19, 2024
ecfca08
Fix code scanning alert no. 625: Comparison of narrow type with wide …
bigfooted Nov 20, 2024
202cc3c
include surface csv
bigfooted Nov 21, 2024
8fbc825
change to size_t
bigfooted Nov 21, 2024
9307d7d
remove variable
bigfooted Nov 21, 2024
3db0627
change to size_t
bigfooted Nov 21, 2024
4c2ba55
Update SU2_CFD/src/output/COutput.cpp
bigfooted Nov 25, 2024
fb8e895
Update SU2_CFD/src/output/COutput.cpp
bigfooted Nov 25, 2024
6dc6724
Update SU2_CFD/src/output/COutput.cpp
bigfooted Nov 25, 2024
bb0a568
Update Common/src/CConfig.cpp
bigfooted Nov 25, 2024
a5d27b3
Update config_template.cfg
bigfooted Nov 25, 2024
b18b92d
Update SU2_CFD/include/output/filewriter/CParallelDataSorter.hpp
bigfooted Nov 25, 2024
b6f23c3
Update SU2_CFD/include/output/COutput.hpp
bigfooted Nov 25, 2024
c5a6c5e
introduce COMPACT keyword
bigfooted Nov 26, 2024
8cd04b0
update dry-run text
bigfooted Nov 26, 2024
4d6f92e
Update SU2_CFD/include/output/COutput.hpp
bigfooted Nov 27, 2024
1ba790c
Update SU2_CFD/src/output/COutput.cpp
bigfooted Nov 27, 2024
d9ec993
Update SU2_CFD/src/output/COutput.cpp
bigfooted Nov 27, 2024
e48c22a
Update SU2_CFD/src/output/COutput.cpp
bigfooted Nov 27, 2024
6e6c70e
Update SU2_CFD/src/output/COutput.cpp
bigfooted Nov 27, 2024
9134d8b
Update SU2_CFD/src/output/COutput.cpp
bigfooted Nov 27, 2024
1a0aef8
add better config_template description
bigfooted Nov 27, 2024
da4c87e
update variable name
bigfooted Nov 27, 2024
d54eb64
update variable name
bigfooted Nov 27, 2024
915fa30
update variable name
bigfooted Nov 27, 2024
2ece849
do not use compact to pass regressions
bigfooted Nov 27, 2024
605d42d
update naca0012 cfg
bigfooted Nov 27, 2024
cb748fd
fix writing surface csv
bigfooted Nov 27, 2024
452d589
add SENSITIVITY to required restart fields
bigfooted Nov 27, 2024
dc99d6f
fix regression tests
bigfooted Nov 27, 2024
145018b
add compact=no to pywrapper regressions
bigfooted Nov 29, 2024
b61e7ce
add compact=no to pywrapper regressions
bigfooted Nov 29, 2024
8645120
add compact=no to pywrapper regressions
bigfooted Nov 29, 2024
a9682ac
stl writer - change SU2_SOL to SU2_CFD
bigfooted Dec 1, 2024
cedd0b3
Merge branch 'develop' into feature_small_restart
bigfooted Dec 12, 2024
e22089f
fixing binary restart
bigfooted Dec 22, 2024
d93ffeb
Merge branch 'feature_small_restart' of https://github.com/su2code/su…
bigfooted Dec 22, 2024
49e7a81
Merge branch 'develop' into feature_small_restart
bigfooted Dec 22, 2024
35ee183
Merge branch 'feature_small_restart' of https://github.com/su2code/su…
bigfooted Dec 22, 2024
ff240b9
Merge branch 'develop' into feature_small_restart
bigfooted Dec 27, 2024
5064a89
Merge branch 'develop' into feature_small_restart
bigfooted Dec 29, 2024
dc862fd
compact restart testcases quick update
bigfooted Dec 29, 2024
76fddc4
compact restart for flamelet
bigfooted Dec 31, 2024
7a66387
remove unnecessary WRT_COMPACT_RESTART statements
bigfooted Dec 31, 2024
60d7256
remove unnecessary WRT_COMPACT_RESTART statements
bigfooted Jan 1, 2025
e599fa1
index cache for compact
pcarruscag Jan 1, 2025
cf4f609
missing initialization
pcarruscag Jan 1, 2025
ae84d15
time average fix
pcarruscag Jan 2, 2025
13b08f5
fix...
pcarruscag Jan 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ MARKER_ANALYZE_AVERAGE= MASSFLUX
OUTPUT_FILES= RESTART, RESTART_ASCII, PARAVIEW
VOLUME_OUTPUT= RESIDUAL, PRIMITIVE
VOLUME_ADJ_FILENAME= ch4_flame_hx_ad

WRT_RESTART_COMPACT = NO
pcarruscag marked this conversation as resolved.
Show resolved Hide resolved
OUTPUT_WRT_FREQ= 100
%
GRAD_OBJFUNC_FILENAME= of_grad.csv
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ HISTORY_OUTPUT= RMS_RES AERO_COEFF FLOW_COEFF FLOW_COEFF_SURF

VOLUME_OUTPUT= SOLUTION PRIMITIVE SOURCE RESIDUAL LOOKUP

WRT_RESTART_COMPACT = NO

OUTPUT_FILES= (RESTART_ASCII, PARAVIEW)

INNER_ITER= 1
Expand Down
2 changes: 1 addition & 1 deletion TestCases/radiation/p1adjoint/configp1adjoint.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ FFD_CONTINUITY = 2ND_DERIVATIVE
%%%%%%%%%%%%%%%%%%%%%%%

OUTPUT_FILES = (RESTART, PARAVIEW)

WRT_RESTART_COMPACT = NO
SOLUTION_FILENAME = solution_rht
RESTART_FILENAME = restart_rht
VOLUME_FILENAME = volume_rht
Expand Down
1 change: 1 addition & 0 deletions TestCases/rans/oneram6/turb_ONERAM6.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ MESH_OUT_FILENAME= mesh_out.su2
SOLUTION_FILENAME= restart_flow.dat
SOLUTION_ADJ_FILENAME= solution_adj.dat
OUTPUT_FILES=(RESTART, STL_ASCII, PARAVIEW, SURFACE_PARAVIEW)
WRT_RESTART_COMPACT = NO
TABULAR_FORMAT= CSV
CONV_FILENAME= history
RESTART_FILENAME= restart_flow.dat
Expand Down