Replies: 1 comment 1 reply
-
Try If that is not the case, call gfldr in userchk as you already have should work. No need to keep both of them. Otherwise, you will read the file twice. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to start a simulation for a finer mesh from a previous file run with a coarser mesh. I have followed nek5000 guide hoping it would work in nekRS. However, while the restart works fine for same mesh simulations, for different meshes it does not seem to advance from this point:
Checking restart options: airfoil0.f00005
nekuic (1) for ifld 1
nekuic (1) for ifld 2
nekuic (1) for ifld 3
Reading checkpoint data
FILE:airfoil0.f00005
This is what I added in my .par file:
[GENERAL]
polynomialOrder = 5
startFrom = "airfoil0.f00005" int
stopAt = endTime
endTime = 10
dt = 1e-05
#targetCFL = 1
timeStepper = tombo2
writeControl = simulationTime
writeInterval = 1
And in my .usr file:
subroutine userchk
include 'SIZE'
include 'TOTAL'
My question is it even posible to interpolate between different meshes? If so, how is it done?
Any help would be appreciated.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions