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

GAMG with transientSimpleDyMFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 14, 2011, 04:09
Default GAMG with transientSimpleDyMFoam
  #1
New Member
 
Michael Buchmayr
Join Date: Mar 2010
Posts: 16
Rep Power: 16
MichiB is on a distinguished road
Hi collegues!

Can anybody give my a quick reply on whether GAMG can be used to solve the poisson equation of the transientSimpleDyMFoam solver? (Otherwise I will have to tweak the solver a bit)

I didn't manage to get it running so far (with GAMG)...

cheers - Michi
MichiB is offline   Reply With Quote

Old   January 14, 2011, 07:51
Default
  #2
Senior Member
 
Martin
Join Date: Oct 2009
Location: Aachen, Germany
Posts: 255
Rep Power: 21
MartinB will become famous soon enough
Hi Michi,

the dynamic mesh makes it necessary to disable the cache agglomeration option for AMG. Therefor use the following option in the fvSolution file:
Code:
pd
{
    solver           GAMG;
    tolerance        1e-7;	
    cacheAgglomeration off;
    . . . .
Martin
MartinB is offline   Reply With Quote

Old   January 17, 2011, 07:43
Default
  #3
New Member
 
Michael Buchmayr
Join Date: Mar 2010
Posts: 16
Rep Power: 16
MichiB is on a distinguished road
Thank you for helping me save a whole lot of time Martin!

Now it works fine.

Cheers!
MichiB 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
blowing up with k-epsilon model sebastian OpenFOAM Running, Solving & CFD 24 September 18, 2010 09:17
pisoFoam floating point error - GAMG sErik OpenFOAM Running, Solving & CFD 8 January 14, 2010 10:43
Error log vw.cfd OpenFOAM 6 August 7, 2009 05:44
Differences between serial and parallel runs carsten OpenFOAM Bugs 11 September 12, 2008 11:16
SonicTurbFoam crashes when turbulence is added gastovski OpenFOAM Running, Solving & CFD 0 January 21, 2008 07:49


All times are GMT -4. The time now is 08:23.