|
[Sponsors] |
October 9, 2007, 03:33 |
Hello!
This is a short and
|
#1 |
New Member
Henrik Nordborg
Join Date: Mar 2009
Posts: 3
Rep Power: 17 |
Hello!
This is a short and hopefully simple question: We have invested some time to understand the underlying data format of OpenFOAM as we need to write a custom solver. For single processor runs, this was not too difficult. Could someone give me a pointer to the documentation for the parallel data structures? Are they documented somewhere? Best regards, Henrik |
|
October 9, 2007, 05:19 |
Parallel cases are just like n
|
#2 |
Senior Member
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26 |
Parallel cases are just like non-parallel cases. They additionally have a few patches (procBoundaryXXX) and corresponding patch fields ('processor') to communicate to neighbouring processors.
all standard operations (fvc::, fvm: on fields (volXXXField, surfaceXXXField) are parallel aware. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Trouble with parallel runs | cfdmarkus | OpenFOAM Running, Solving & CFD | 9 | February 27, 2009 04:59 |
Differences between serial and parallel runs | carsten | OpenFOAM Bugs | 11 | September 12, 2008 12:16 |
Parallel runs using LAM | sek | OpenFOAM Running, Solving & CFD | 11 | February 13, 2008 08:36 |
parallel runs | Andy F | CFX | 1 | March 5, 2006 17:32 |
Data Storage | Tommaso Lucchini (Lucchini) | OpenFOAM Running, Solving & CFD | 1 | January 25, 2005 11:17 |