CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

BCs for parallel ggi

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 15, 2010, 07:32
Default BCs for parallel ggi
  #1
Member
 
Nick Gardiner
Join Date: Apr 2009
Location: Chichester, UK
Posts: 94
Rep Power: 17
NickG is on a distinguished road
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
NickG is offline   Reply With Quote

Old   March 15, 2010, 11:12
Default
  #2
Member
 
Nick Gardiner
Join Date: Apr 2009
Location: Chichester, UK
Posts: 94
Rep Power: 17
NickG is on a distinguished road
Doh! - found the answer myself...
put:
globalFaceZones ( insideZone outsideZone );
into decomposeParDict.
NickG is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Floating point exception error Alan OpenFOAM Running, Solving & CFD 11 July 1, 2021 21:51
Difference between ggi and overlapGgi? GGI Tips and Tricks? philippose OpenFOAM Running, Solving & CFD 7 January 16, 2013 09:40
Dealing with BC's in OF 1.6 vkrastev OpenFOAM Running, Solving & CFD 5 September 4, 2012 11:58
Performance of GGI case in parallel hannes OpenFOAM Running, Solving & CFD 26 August 3, 2011 03:07
BCs for Pressure Correction Equation (SIMPLE) Bharath Somayaji Main CFD Forum 1 March 1, 2006 06:12


All times are GMT -4. The time now is 12:10.