|
[Sponsors] |
March 15, 2010, 08:32 |
BCs for parallel ggi
|
#1 |
Member
Nick Gardiner
Join Date: Apr 2009
Location: Chichester, UK
Posts: 94
Rep Power: 17 |
Hi
Help! Could someone please tell me what BCs for U & p do I have to set in order for parallel ggi to make the flow cross the interface. It works fine on one processor but I don't know what I have to change for parallel. object U; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { In { type fixedValue; value uniform (1.62 0 0); } InterT { type ggi; value uniform (0 0 0); } Out { type zeroGradient; } SymT { type symmetryPlane; } WallT { type slip; } Blade { type movingWallVelocity; value uniform (0 0 0); } InterR { type ggi; value uniform (0 0 0); } SymB { type symmetryPlane; } } --------------------- object p; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 2 -2 0 0 0 0]; internalField uniform 0; boundaryField { In { type zeroGradient; } InterT { type ggi; value uniform 0; } Out { type fixedValue; value uniform 0; } SymT { type symmetryPlane; } WallT { type zeroGradient; } Blade { type zeroGradient; } InterR { type ggi; value uniform 0; } SymB { type symmetryPlane; } ------------------------------------------------------- I'm using a kOmegaSST turbulence model so can add those if needs be. I'm only trying to run it on two cores and Metis splits it between the inner rotating mesh and the outer static one. Hope you can help Nick |
|
March 15, 2010, 12:12 |
|
#2 |
Member
Nick Gardiner
Join Date: Apr 2009
Location: Chichester, UK
Posts: 94
Rep Power: 17 |
Doh! - found the answer myself...
put: globalFaceZones ( insideZone outsideZone ); into decomposeParDict. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Floating point exception error | Alan | OpenFOAM Running, Solving & CFD | 11 | July 1, 2021 22:51 |
Difference between ggi and overlapGgi? GGI Tips and Tricks? | philippose | OpenFOAM Running, Solving & CFD | 7 | January 16, 2013 10:40 |
Dealing with BC's in OF 1.6 | vkrastev | OpenFOAM Running, Solving & CFD | 5 | September 4, 2012 12:58 |
Performance of GGI case in parallel | hannes | OpenFOAM Running, Solving & CFD | 26 | August 3, 2011 04:07 |
BCs for Pressure Correction Equation (SIMPLE) | Bharath Somayaji | Main CFD Forum | 1 | March 1, 2006 07:12 |