Skip to content
Discussion options

You must be logged in to vote

if the relevant .f file was loaded i.e., startFrom = "Smooth.f00001", it's mesh would overwrite the mesh modifications in usrdat2.

Yes. That's expected. This is typically for simulations that has moving mesh. Therefore, simulation can also reads mesh from the checkpoint files.
It makes sense now.

startFrom = "Rough.f00101+X,Smooth.f00001+U+P
This reads mesh from Rough.f00101, velocity and pressure from Smooth.f00001.

Here are the some examples of multiple files restart:

run("4", "NEK", "ethier0.f00000+X,ethier0.f00001+U+P+S", true);

I had a concern that your reader and writer must use the same #mpi ranks. That's why I su…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@DiscoverXV
Comment options

@yslan
Comment options

@DiscoverXV
Comment options

@yslan
Comment options

Answer selected by DiscoverXV
@DiscoverXV
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants