|
[Sponsors] |
July 24, 2009, 05:50 |
define cutting plane - parallel running
|
#1 |
Member
Julien Schaguene
Join Date: Apr 2009
Location: France
Posts: 55
Rep Power: 17 |
Hi,
I'm looking for a solution to define a cutting plane for parallel running. My domain is a U pipe, with an inlet lenght different from the outlet one. Looks like that: inlet...... xxxxxx .................... x .................... x outlet xxxxxxxxx The problem is that methods simple/metis/herarchical do not cut it at the middle of the U turn, so the interface is not optimal. I could eventually use a manual method, but don't have an example of implementation. Is there another solution? Regards Julien |
|
July 24, 2009, 06:21 |
|
#2 |
Senior Member
Henrik Rusche
Join Date: Mar 2009
Location: Wernigerode, Sachsen-Anhalt, Germany
Posts: 281
Rep Power: 18 |
Julien,
how many processors? It's important to have an equal amount of cells on each processor. The size of the processorProcessor patch is secondary. Henrik |
|
July 24, 2009, 08:44 |
|
#3 |
Member
Julien Schaguene
Join Date: Apr 2009
Location: France
Posts: 55
Rep Power: 17 |
Only 2 processors for the moment, about 160k cells each...and 1200 faces for interface.
I have no temporal gain compared to monocore simulation... |
|
July 24, 2009, 09:03 |
|
#4 |
Senior Member
Henrik Rusche
Join Date: Mar 2009
Location: Wernigerode, Sachsen-Anhalt, Germany
Posts: 281
Rep Power: 18 |
Dear Julien,
did you start your simulation in parallel? Code:
mpirun -np 2 julienFoam -parallel |
|
July 24, 2009, 09:42 |
|
#5 |
Member
Julien Schaguene
Join Date: Apr 2009
Location: France
Posts: 55
Rep Power: 17 |
yes, I did that correctly I think, I used that command line, and my 2 processors are busy.
I have a gain in executionTime, but not in clockTime (and the computer isn't doing anything else at the same time). I though, maybe my computer is not adapted to that kind of parallel using. (AMD Athlon(tm) Dual Core Processor, Debian 64bit) |
|
July 24, 2009, 11:26 |
|
#6 | ||
Senior Member
Henrik Rusche
Join Date: Mar 2009
Location: Wernigerode, Sachsen-Anhalt, Germany
Posts: 281
Rep Power: 18 |
Julien,
your hardware is fine. Quote:
Please check in top that the two processes together consume about the same memory than the single processor process. Which parallel comms library are you using? Quote:
Incidentely, is this a binary installation? If yes, it might be worth a try recompiling everything. Henrik |
|||
Tags |
cutting plane, parallel |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
RSH problem for parallel running in CFX | Nicola | CFX | 5 | June 18, 2012 19:31 |
[Gmsh] boundaries with gmshToFoam | ouafa | OpenFOAM Meshing & Mesh Conversion | 7 | May 21, 2010 13:43 |
Running in parallel | s.sivakumar | OpenFOAM Running, Solving & CFD | 3 | July 4, 2009 01:37 |
Getting error while running on parallel Mode | velan | OpenFOAM Running, Solving & CFD | 8 | May 10, 2009 04:26 |
Problems on running cfx in parallel | Nan | CFX | 1 | March 29, 2006 05:10 |