|
[Sponsors] | |||||
|
|
|
#1 |
|
Member
Join Date: Mar 2010
Posts: 30
Rep Power: 5 ![]() |
As discussed in a thread related to parallel computation, I've hit a bug in interFoam.
discussion is here: stop when I run in parallel Starting at post #23, I've got the output of the log file, and then on a following post I've included the files I've used. (blockMeshDict etc). I've been running that case serially now with different types of turb models (including laminar), and it runs fine on a single proc. for days. It's just the parallel jobs that die. Sadly, I was hoping for results sooner rather than later ... |
|
|
|
|
|
|
|
|
#2 |
|
Super Moderator
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,416
Rep Power: 13 ![]() |
Took a while to find out what was wrong. The problem is your blockMesh which contains an unsupported mode of defining a cyclic (on patch1). We've only ever generated cyclics on opposite faces of a block but yours uses neighbouring faces.
Two workarounds: - use opposite block faces and have a zero area axis face at the bottom. - take your generated mesh and use createPatch to do an automatic face reordering. You'll need to add transformation information to your constant/polyMesh/boundary file (attached) and just have a dummy system/createPatchDict. Run createPatch and move the 1e-8/polyMesh back to the constant directory. Thanks, Mattijs |
|
|
|
|
|
|
|
|
#3 |
|
Member
Join Date: Mar 2010
Posts: 30
Rep Power: 5 ![]() |
thanks, I'll try that.
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Script to Run Parallel Jobs in Rocks Cluster | asaha | OpenFOAM Running, Solving & CFD | 12 | July 4, 2012 22:51 |
| InterFoam in parallel | sara | OpenFOAM Running, Solving & CFD | 3 | April 19, 2011 05:05 |
| Performance of interFoam running in parallel | hsieh | OpenFOAM Running, Solving & CFD | 8 | September 14, 2006 09:15 |
| InterFoam problem running parallel | vatant | OpenFOAM Running, Solving & CFD | 0 | April 28, 2006 19:22 |
| Parallel Computing Classes at San Diego Supercomputer Center Jan. 20-22 | Amitava Majumdar | Main CFD Forum | 0 | January 5, 1999 12:00 |