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

Any update on mixerGgiFvMesh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 19, 2008, 06:35
Default Hello Forum Hello Prof. Jasak
  #1
Senior Member
 
Join Date: Mar 2009
Posts: 248
Rep Power: 18
jaswi is on a distinguished road
Hello Forum
Hello Prof. Jasak

Wish you all a nice day.

Please let me know if anybody has information on how to properly setup Mixer simulation with mixerGgiFvMesh.

I tried with a simple 3D setup with inner and outer domains. It works with icoDyMFoam but no fluxes are transferred through the interface.

Here are the pictures:




Please provide some feedback

With Best Regards
Jaswinder


PS: There is a post which claims to have successfully achieve this but without any further info

http://www.cfd-online.com/OpenFOAM_D...es/1/5967.html
jaswi is offline   Reply With Quote

Old   February 19, 2008, 06:45
Default I have observed the same probl
  #2
Senior Member
 
Frank Bos
Join Date: Mar 2009
Location: The Netherlands
Posts: 340
Rep Power: 18
lr103476 is on a distinguished road
I have observed the same problem, with mixer2D.

Frank
__________________
Frank Bos
lr103476 is offline   Reply With Quote

Old   February 19, 2008, 07:03
Default Means you are doing something
  #3
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,905
Rep Power: 33
hjasak will become famous soon enough
Means you are doing something stupid. Switch on some debugging on sliding interfaces etc and find out if it actually couples properly.

Have an animation for encoragement

mixer in OpenFOAM animation

a nicer mixer

You need to be MUCH more precise about your problem - this sounds as if a feature does not work, whereas in fact it does. It also leaves a bad (and inaccurate, I hope) impression about OpenFOAM.

So:
- check if the sliding interface mesh modifier is there
- check if the zones are set up properly
- check if topological changes are triggered
- check if the mesh moves properly

and then I will be able to help in a more efficient manner. Also, you will learn a bit about how OpenFOAM works, which is always positive...

Hrv

Hrv
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   February 19, 2008, 07:27
Default Hello Hrv. Thanks for the r
  #4
Senior Member
 
Join Date: Mar 2009
Posts: 248
Rep Power: 18
jaswi is on a distinguished road
Hello Hrv.

Thanks for the reply

First of all , I am no saying that mixerFvMesh does not work. It does work with all the features you have implemented. The sliding interface and other stuff in place does work properly.

My problem lies somewhere else. I have geometry with 500K cells and I can't use parallelization alongwith topological features such as sliding interface. The single processor version works fine.

So I looked around and found mixerGgiFvMesh which seems not to use slidingInterface. Please correct me if i am wrong there.

I found a post of Rolando,

http://www.cfd-online.com/OpenFOAM_D...es/1/5967.html

which claims to be successfull with the mixerGgiFvMesh. The above posted pictures are from using mixerGgiFvMesh.

Hope that clears the doubt.

Now I looked into the implementation of mixerGgiFvMesh and it differs from the mixerFvMesh. The one with Ggi defines a cell zone and uses it identify zones and the update function simply uses movePoints():

movePoints
(
csPtr_->globalPosition
(
csPtr_->localPosition(allPoints())
+ vector(0,tempRpm_*360.0*time().deltaT().value()/60.0, 0)
*movingPointsMask()
)
);

I myself dont't understand where slidingInterface will come into picture with GgI version of mixerFvMesh.

Please help me out on this as I have to use mixerGgiFvMesh for my case

With best regards
Jaswinder
jaswi is offline   Reply With Quote

Old   February 19, 2008, 07:30
Default Hi Frank The above posted i
  #5
Senior Member
 
Join Date: Mar 2009
Posts: 248
Rep Power: 18
jaswi is on a distinguished road
Hi Frank

The above posted inquiry is not about mixer2d. mixer2D works perfectly fine with slidingInterfaces.

Its extension to 3D also works fine.

What I have posted above is the result of using mixer3D with mixerGgiFvMesh

Thanks for your Reply

With Best Regards
Jaswinder
jaswi is offline   Reply With Quote

Old   February 19, 2008, 08:24
Default Hello Forum Its seems to me
  #6
Senior Member
 
Join Date: Mar 2009
Posts: 248
Rep Power: 18
jaswi is on a distinguished road
Hello Forum

Its seems to me that to use mixerFvGgiFvMesh ,

I have to specify the interface patches as ggiFvPatch.

I haven't figured out how to do that yet but its seems I am on the right track.

Hrv, I need a shot in the arm :-)

With Best Regards
Jaswinder
jaswi is offline   Reply With Quote

Old   February 19, 2008, 10:36
Default I haven't had any problems wit
  #7
Senior Member
 
Frank Bos
Join Date: Mar 2009
Location: The Netherlands
Posts: 340
Rep Power: 18
lr103476 is on a distinguished road
I haven't had any problems with mixer2D using slidingInterfaces. But I have similar problem of no flux through interfaces, when using GGI.

It seems that a case using GGI need to be setup slightly different from using slidingInterfaces. For example, how to setup the /polyMesh/meshModifiers in case of GGI......???

Btw, besides the no flux issue (which I think is just a case setup issue), the GGI worked nicely in parallel with me (slidingInterface did not), just use manual decomposition to put the complete interface on the same processor.

Regards, Frank
__________________
Frank Bos
lr103476 is offline   Reply With Quote

Old   February 19, 2008, 10:45
Default Come on guys, this is noit sci
  #8
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,905
Rep Power: 33
hjasak will become famous soon enough
Come on guys, this is noit science...

Here is a ready-to-run test case for you, I have just tried it out:

mixerGgi_HJ_19Feb2008.tgz

You can also get a case with results from:

Mixer GGI tutorial with results

Hrv
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   February 19, 2008, 10:59
Default Hrv, believe it or not, but ju
  #9
Senior Member
 
Frank Bos
Join Date: Mar 2009
Location: The Netherlands
Posts: 340
Rep Power: 18
lr103476 is on a distinguished road
Hrv, believe it or not, but just found out myself :-) I was about to post the solution, but this is even better. Thanks.
__________________
Frank Bos
lr103476 is offline   Reply With Quote

Old   February 19, 2008, 11:01
Default Dear Prof Jasak Thanks a lo
  #10
Senior Member
 
Join Date: Mar 2009
Posts: 248
Rep Power: 18
jaswi is on a distinguished road
Dear Prof Jasak

Thanks a lot

I just wrote an email to you with probable values and checked the forum for one last time and found your attachment

Thanks

With Best Regards
Jaswinder
jaswi is offline   Reply With Quote

Old   February 19, 2008, 11:47
Default In serial GGI seems to work ok
  #11
Senior Member
 
Frank Bos
Join Date: Mar 2009
Location: The Netherlands
Posts: 340
Rep Power: 18
lr103476 is on a distinguished road
In serial GGI seems to work ok now. Although, I noticed the following problems when simulating the mixer2D till endTime=10.
1) Velocity field is OK in time.
2) Pressure shows oscillatory behavior which is not present when using the ordinary sliding interface.
3) In parallel, the job quits immediate after completing the first timestep......

Are some of these problems known to you Hrv, I mean, GGI is still in development, right?

Regards, Frank
__________________
Frank Bos
lr103476 is offline   Reply With Quote

Old   February 20, 2008, 02:39
Default Sorry to bother you, but are t
  #12
Senior Member
 
Frank Bos
Join Date: Mar 2009
Location: The Netherlands
Posts: 340
Rep Power: 18
lr103476 is on a distinguished road
Sorry to bother you, but are these problems known in the latest development of GGI?

Frank
__________________
Frank Bos
lr103476 is offline   Reply With Quote

Old   April 28, 2008, 10:25
Default Hi, I believe to have the sam
  #13
New Member
 
Carlo De Angelis
Join Date: Mar 2009
Posts: 10
Rep Power: 17
carlodean is on a distinguished road
Hi,
I believe to have the same problem of others in this discussion.
I need to simulate the flux in a compressor using OpenFoam.
As I see it's impossible to run sliding interface in parallel and the solution seems to be the mixerGgiFvMesh.
Does it work in parallel?
Can anyone answer to this question?
thanks everybody
carlodean is offline   Reply With Quote

Old   April 28, 2008, 19:11
Default Hi Carlo Welcome to the CLU
  #14
Senior Member
 
Join Date: Mar 2009
Posts: 248
Rep Power: 18
jaswi is on a distinguished road
Hi Carlo

Welcome to the CLUB :-)

No its not working in the parallel for the so-called Lower OpenFOAM beings that is us.

It might be working for the Higher OpenFOAM Beings i.e people who wrote the code because they know how to do that.


My suggestion is that try using MRFZone appraoch or find a way to please the Higher Beings and get blessed with the related code :-).

Wish you happy FOAMing
Jaswi
jaswi is offline   Reply With Quote

Old   April 29, 2008, 05:55
Default Thank you very much for your q
  #15
New Member
 
Carlo De Angelis
Join Date: Mar 2009
Posts: 10
Rep Power: 17
carlodean is on a distinguished road
Thank you very much for your quick reply.
I'm trying to simulate the noise produced by a compressor in an air conditioned system.
So I need a LES model with sliding interface to simulate the rotor.
As I read in this discussion Frank Bos managed to simulate mixerGgi in parallel but he had some problems.
I tried to run mixerGgi on my pc whit turbDyMFoam but I had the same problem you had.
There are no flux through the interface.
I tried also MRFZone tutorial whit OP 1.4.1, but I don't understand completly what he do, it add only the Coriolis force to the fluid whitout moving mesh?
It will be usefull for a compressible turbolent fluid??


When I try MRFSimpleFoam with OP 1.4.1-dev I have this error:


Starting time loop

Time = 1



--> FOAM FATAL IO ERROR : Cannot read control minIter

file: OpenFOAM/carlo-1.4.1-dev/run/tutorials/MRFSimpleFoam//mixerVessel2D/system/fvSol ution::U from line 43 to line 47.

From function void lduMatrix::solver::readControl
(
const dictionary& dict,
T& control,
const word& controlName
)
in file matrices/lduMatrix/lduMatrix/lduMatrixTemplates.C at line 57.

FOAM aborting

Aborted (core dumped)

I don't understand what it wants, the input file fvSolution is the same of OP 1.4.1 and even adding minIter in U dictionary in fvSolution I have the same error.
Had anyone the same problem??
I'm sorry for all my questions but I hope someoen cuold help me.
Thank you
Carlo
carlodean is offline   Reply With Quote

Old   April 29, 2008, 06:15
Default Hi Carlo I can explain the
  #16
Senior Member
 
Join Date: Mar 2009
Posts: 248
Rep Power: 18
jaswi is on a distinguished road
Hi Carlo

I can explain the MRFZone approach to you but I am a bit busy until weekend.

Try going through the MRFZone classes located in /home/openfoam/OpenFOAM/OpenFOAM-1.4.1/src/finiteVolume/cfdTools/general/MRF

The idea is basically simple and elegant. You define a cell zone and for that cell zone you add an extra source term which accounts for the effect of rotation on these cells. Now the question arises about the fluxes at the interface between the so called moving cell zone and static cell zone. The call to relativeFlux member function takes care of that. Post specific questions related to MRFZone and I will try to answer them at my best. Keeping the discussion focused is better as it might at the end lead to complete explanation of this approach and help others to understand.

Regarding minIter error that is because your case is not properly set. Here is an example of properly configured fvSolution file:

solvers
{
p PCG
{
preconditioner
{
type DIC;
}

minIter 0;
maxIter 2000;
tolerance 1e-06;
relTol 0;
};
U PBiCG
{
preconditioner
{
type DILU;
}

minIter 0;
maxIter 500;
tolerance 1e-05;
relTol 0;
};
k PBiCG
{
preconditioner
{
type DILU;
}

minIter 0;
maxIter 500;
tolerance 1e-05;
relTol 0;
};
epsilon PBiCG
{
preconditioner
{
type DILU;
}

minIter 0;
maxIter 500;
tolerance 1e-05;
relTol 0;
};
omega PBiCG
{
preconditioner
{
type DILU;
}

minIter 0;
maxIter 500;
tolerance 1e-05;
relTol 0;
}
R PBiCG
{
preconditioner
{
type DILU;
}

minIter 0;
maxIter 500;
tolerance 1e-05;
relTol 0;
};
nuTilda PBiCG
{
preconditioner
{
type DILU;
}

minIter 0;
maxIter 500;
tolerance 1e-05;
relTol 0;
};
}


PISO
{
nCorrectors 2;
nNonOrthogonalCorrectors 0;
pRefCell 0;
pRefValue 0;
}

// Relaxation factors are used for transient SIMPLE
relaxationFactors
{
p 0.5;
U 0.8;
}

If you are using Multigrid solver then the entries for each field you are solving look something like this:
pcorr GAMG
{
tolerance 1e-9;
relTol 0.05;

minIter 0;
maxIter 500;

smoother GaussSeidel;
nPreSweeps 0;
nPostSweeps 2;
nFinestSweeps 2;

scaleCorrection true;
directSolveCoarsest false;


cacheAgglomeration true;
nCellsInCoarsestLevel 20;
agglomerator faceAreaPair;
mergeLevels 1;
};

Hope that helps

Warm regards
Jaswinder
jaswi is offline   Reply With Quote

Old   April 29, 2008, 11:40
Default thank you very much, now I ca
  #17
New Member
 
Carlo De Angelis
Join Date: Mar 2009
Posts: 10
Rep Power: 17
carlodean is on a distinguished road
thank you very much,
now I can run MRFZone, I will study MRFZone.C to undertand better what it do.
Just one question, I read on a tutorial on sliding interface and MRFZone that both could not run in parallel.
This could be a prolblem, there is any application on rotating mesh running in parallel in openfoam?
Best Regards
Carlo
carlodean is offline   Reply With Quote

Old   April 30, 2008, 02:36
Default Hi Carlo, MRFSimpleFoam runs
  #18
Senior Member
 
dmoroian's Avatar
 
Dragos
Join Date: Mar 2009
Posts: 648
Rep Power: 20
dmoroian is on a distinguished road
Hi Carlo,
MRFSimpleFoam runs very well in parallel.

Dragos
dmoroian is offline   Reply With Quote

Old   November 4, 2008, 04:31
Default Hi, I do have a question conc
  #19
New Member
 
Pal Schmitt
Join Date: Mar 2009
Posts: 28
Rep Power: 17
waterboy is on a distinguished road
Hi,
I do have a question concerning the GGI and sliding interfaces. All the examples I found seem to be rotating and the sliding or ggi interface was at the cilindrical sides. I figured out how to set up similar cases but problems arise when the sliding or ggi interface are defined on the "bottom" or "top" of the cylinder. Is this supposed to work?
Cheers,
Pal
waterboy is offline   Reply With Quote

Old   November 4, 2008, 07:34
Default Yes it works. We now have bet
  #20
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,905
Rep Power: 33
hjasak will become famous soon enough
Yes it works. We now have better interpolaion that Martin Beaudoin will present in Berlin. For more details, see the paper

Hrv
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak 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
velocity update fluent_urs FLUENT 6 July 8, 2008 11:41
FLEXlm update or ?? Kasper Skriver Siemens 2 March 1, 2007 10:38
IcoTopoFoam update hjasak OpenFOAM Running, Solving & CFD 0 March 28, 2005 21:32
UDF update profile ramesh FLUENT 0 June 29, 2003 14:14
MOUSE - any update? Pei-Ying Hsieh Main CFD Forum 1 March 19, 2001 05:04


All times are GMT -4. The time now is 18:42.