Issue running simulation with finer mesh Xcompact3d #361
-
Hello Team, I hope you’re doing well. I’m running a jet simulation with XCompact3D on Compute Canada’s Niagara system. A previous run using a mesh of 2001 × 1000 × 800 completed successfully. After refining the mesh to 2701 × 1250 × 1024 (all other inputs unchanged), the job now crashes at iteration 200 with Δt = 0.001 and Re=350.
Thank you very much for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
Hi Fahimeh, I'm afraid we can't provide specific advice for systems that we don't have experience using. Xcompact3d should work with OpenMPI though. Since it appears to have failed during I/O I'd suggest making sure you've not exceeded your file quota on the system. |
Beta Was this translation helpful? Give feedback.
-
Hi Paul, thank you for the response, I modeled jet in BC User , every thing works with my regular mesh and the results are reasonable, but for the finer mesh it fails and has error, Re=350 . |
Beta Was this translation helpful? Give feedback.
-
Hello, Have you tried to write only one restart during the simulation or to avoid restart validation ? (logical flag |
Beta Was this translation helpful? Give feedback.
-
Hello , thank you for the comments , I put icheckpoint to 1000 and ilast 1000, the simulation run until 1000 and saved without failure, the problem is the one restart during simulation as you said, now I want to continue my simulation from 1001 to 2001, for the rest of simulation do I need checkpoint from previous simulation? or I can delete it?(because of memory I think I need to delete it) |
Beta Was this translation helpful? Give feedback.
-
the problem solved. thank you all very much , as you suggested, I put I checkpoint=500, and run simulations for 500 iterations so it works for each simulation. |
Beta Was this translation helpful? Give feedback.
Hello , thank you for the comments , I put icheckpoint to 1000 and ilast 1000, the simulation run until 1000 and saved without failure, the problem is the one restart during simulation as you said, now I want to continue my simulation from 1001 to 2001, for the rest of simulation do I need checkpoint from previous simulation? or I can delete it?(because of memory I think I need to delete it)