CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > SU2

selection of RESTART_SOL

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By bigfootedrockmidget

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 23, 2024, 23:49
Question selection of RESTART_SOL
  #1
New Member
 
李以乐
Join Date: Apr 2024
Posts: 13
Rep Power: 2
lqliang1222 is on a distinguished road
Hello,
I have a question about the selection of RESTART_SOL . I have found that some cases are either YES or NO. I want to know the impact of choosing YES or NO on the calculation process and results, because some of my configuration files filled in YES may cause errors during runtime, but this situation does not occur when choosing NO.
lqliang1222 is offline   Reply With Quote

Old   July 24, 2024, 05:25
Default
  #2
Senior Member
 
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 596
Rep Power: 17
bigfootedrockmidget is on a distinguished road
SU2 can write a file containing the current solution variables, using
Code:
OUTPUT_FILES= RESTART
the filename is given by
Code:
RESTART_FILENAME= restart

You can restart from this solution using
Code:
RESTART_SOL= YES
The file that is used is given by
Code:
SOLUTION_FILENAME= solution

So if you have previously saved restart.dat, you can rename that file solution.dat and restart from that file to speed up the time to reach convergence.



You can also restart using a different mesh, SU2 will interpolate the solution onto the new mesh using a nearest neighbor approach.
lqliang1222 likes this.
bigfootedrockmidget is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Duplicate entry alphaContactAngle in runtime selection table fvPatchField Roesch OpenFOAM Programming & Development 2 January 12, 2021 03:35
[ANSYS Meshing] Script Connection Friction arpeedesign ANSYS Meshing & Geometry 4 April 11, 2019 08:17
[ANSYS Meshing] Overlapping Named Selection error though every named selection differs from each othe Onurozcan ANSYS Meshing & Geometry 1 December 10, 2015 21:49
Overlapping Named Selection error though every named selection differs from each othe Onurozcan Main CFD Forum 0 December 6, 2015 16:12
Problem in3D model processing mebinitap OpenFOAM 2 December 12, 2014 04:40


All times are GMT -4. The time now is 20:40.