Replies: 11 comments 1 reply
-
We need an input file. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your comment, these are the input files: |
Beta Was this translation helpful? Give feedback.
-
Just getting time to look at this. First, you really have too many cells for one or two meshes. Even in the 2 mesh case, I have been running for 20 minutes and have not produced a single time step yet. This case needs parallel processing. But the issue you are seeing is most likely related to the use of 2 meshes in the 0.2 m case. Add this line to your input file and try the case again. &PRES VELOCITY_TOLERANCE=1.E-6, MAX_PRESSURE_ITERATIONS=100/ Let me know if this solves the problem. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your suggestion, I will give it a go. |
Beta Was this translation helpful? Give feedback.
-
Dear Mr. McDermott @rmcdermo , I have added the code which you have mentioned to input file. And I divided eight meshes again. But it seems that only Mesh 01(MPI 0) outputs the results. The results of other meshes are invariant. How can I solve this problem? THANK YOU! |
Beta Was this translation helpful? Give feedback.
-
I am not getting negative temperatures after adding the PRES line. I'm running your 8 mesh case now. Did you look at the SLCF and compare with the DEVC positions? You are only 18 seconds into the simulation; isn't it possible that the fire has not reached those DEVC positions yet? |
Beta Was this translation helpful? Give feedback.
-
Thank you for your patience. |
Beta Was this translation helpful? Give feedback.
-
Sorry, I transferred this case to Discussions and it missed the comments I had made, so here I'll restate them. This case appears to be running as designed and so I do not see this as an Issue. The DEVC values are reporting the same as the SLCF values. You have very coarse grid resolution. And if your shaft is sealed, this can choke the flow, keeping upper temperatures artificially low. I recommend you increase resolution and that you ensure you have the proper ventilation paths set in your case. You should also use only MPI for this case and map all the physical cores on your computer to a mesh. Look at the user guide for how to set OpenMP threads to 1 or just use the non-OpenMP executable. |
Beta Was this translation helpful? Give feedback.
-
Well, maybe I spoke too soon. There is something odd going on at the mesh boundary. There is clearly a blockage there that I suspect you don't want. I'm sending this back over the @mcgratta . The case is located here: |
Beta Was this translation helpful? Give feedback.
-
There is a floor exactly at the edge of the mesh01,and the hole didn't go through this floor. So I readjusted the mesh01. Now, the results are normal. |
Beta Was this translation helpful? Give feedback.
-
OK, thanks for reporting. |
Beta Was this translation helpful? Give feedback.
-
Hello, everyone! I would like to ask an issue that in a full size shaft fire, why the temperature will drop below 0℃ with 0.2m size of mesh.
Beta Was this translation helpful? Give feedback.
All reactions