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

difficulty in defining cycliGGI

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 9, 2009, 03:52
Default difficulty in defining cycliGGI
  #1
Member
 
Mandar
Join Date: Mar 2009
Posts: 39
Rep Power: 17
mixer is on a distinguished road
Dear Foamers

Can someone let me know where i may be going wrong while using OF-1.5-dev version with MRFSimpleFOAM using cyclicGGI

I am getting the following error while floating serial run

keyword zone is undefined in dictionary "/home/tab01c/OpenFOAM/tab01c-1.5-dev/run/tutorials/ConvertCFX2OF/Mixer_Single/constant/polyMesh/boundary::IMPELLERPERIODIC-SIDE-1"
file: /home/tab01c/OpenFOAM/tab01c-1.5-dev/run/tutorials/ConvertCFX2OF/Mixer_Single/constant/polyMesh/boundary::IMPELLERPERIODIC-SIDE-1 from line 55 to line 61.
From function dictionary::lookupEntry(const word& keyword) const
in file db/dictionary/dictionary.C at line 213.
FOAM exiting

Now, one of the the entry in my polymesh/boundary file is:
IMPELLERPERIODIC-SIDE-1
{
type cyclicGgi;
separationOffset (0 0 0 );
rotationAxis (1 0 0 ) ;
rotationAngle 90;
shadowPatch IMPELLERPERIODIC-SIDE-2;
nFaces 226;
startFace 65468;
}
IMPELLERPERIODIC-SIDE-2
{
type cyclicGgi; //rotational periodicity
nFaces 226;
startFace 65694;
shadowPatch IMPELLERPERIODIC-SIDE-1 ;
rotationAxis (1 0 0) ;
rotationAngle -90;
separationOffset (0 0 0 );
}

Now, where do i have to additionally define the zone. My MRFZones has only this entry:
MRFZones
1
(
IMPELLER
{
patches (WALLIMPELLER);
origin origin [0 1 0 0 0 0 0] (0 0 0);
axis axis [0 0 0 0 0 0 0] (0 0 1);
omega omega [0 0 -1 0 0 0 0] 0;
}
)
mixer is offline   Reply With Quote

Old   October 9, 2009, 09:55
Default
  #2
Senior Member
 
Martin Beaudoin
Join Date: Mar 2009
Posts: 332
Rep Power: 22
mbeaudoin will become famous soon enough
Take a look at this tutorial:

OpenFOAM-1.5-dev/tutorials/icoDyMFoam/mixerGgi

Martin
mbeaudoin 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
creation of species and defining the inputs sairam FLUENT 0 September 17, 2009 14:38
how defining species? A.F.H FLUENT 0 May 6, 2007 14:59
WENO Scheme Defining Boundary Stencil rampy Main CFD Forum 3 January 15, 2007 00:08
help in defining boundary condition rama krishna FLUENT 2 July 25, 2005 04:59
Difficulty calculating high p*k compressor jiang chen Fidelity CFD 1 May 1, 2003 14:35


All times are GMT -4. The time now is 13:47.