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

foam-extend-3.0: GAMG & mixingPlane

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 8, 2014, 16:11
Default foam-extend-3.0: GAMG & mixingPlane
  #1
Member
 
Join Date: Oct 2011
Posts: 36
Rep Power: 14
vigges is on a distinguished road
Hello everyone,

for my centrifugal compressor passage model setup I'm trying to implement a combination of a GAMG solver and a rotor stator interface of the type mixingPlane.

According to the foam-extend-3.0 release notes, GAMG should be working in conjunction with a mixingPlane interface. Therefore, it's strange that following error message appears:
Code:
[0] 
[0] 
[0] --> FOAM FATAL ERROR: 
[0] Not implemented
[0] 
[0]     From function mixingPlaneGAMGInterface::agglomerateCoeffs
[0]     in file matrices/lduMatrix/solvers/GAMG/interfaces/mixingPlaneGAMGInterface/mixingPlaneGAMGInterface.C at line 81.
[0] 
FOAM parallel run aborting
[0]
Does it mean that it's really not implemented or did I simply forget to set a flag somewhere? The entry for p in my fvSolution file is as follows:
Code:
    p
    {
        solver                 GAMG;
        tolerance              1e-08;
        relTol                 0.05;
        smoother               DIC;
        nPreSweeps             0;
        nPostSweeps            2;
        nFinestSweeps          2;
        cacheAgglomeration     true;
        nCellsInCoarsestLevel  20;
        agglomerator           faceAreaPair;
        mergeLevels            1;
     }
Maybe, someone has an idea. Thanks a lot
vigges is offline   Reply With Quote

Reply

Tags
foam extend 3.0, gamg, interfaces, turbomachinery


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
Help for the small implementation in turbulence model shipman OpenFOAM Programming & Development 25 March 19, 2014 10:08
rhoSimplecFoam Mach0.8 no pressure values CFDnewbie147 OpenFOAM Running, Solving & CFD 16 November 23, 2013 05:58
pimpleFoam: turbulence->correct(); is not executed when using residualControl hfs OpenFOAM Running, Solving & CFD 3 October 29, 2013 08:35
Differences between serial and parallel runs carsten OpenFOAM Bugs 11 September 12, 2008 11:16
[blockMesh] Axisymmetrical mesh Rasmus Gjesing (Gjesing) OpenFOAM Meshing & Mesh Conversion 10 April 2, 2007 14:00


All times are GMT -4. The time now is 16:02.