CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   GAMG and AMI: HELP! (https://www.cfd-online.com/Forums/openfoam-solving/114718-gamg-ami-help.html)

Santiago March 15, 2013 23:27

GAMG and AMI: HELP!
 
Hi Guys!

So I've been trying to run a case using the GAMG solver
and at the same time i have several AMI interfaces over my domain.
When I send the case, this is what I get:
Code:

/*---------------------------------------------------------------------------*\
| =========                |                                                |
| \\      /  F ield        | OpenFOAM: The Open Source CFD Toolbox          |
|  \\    /  O peration    | Version:  2.1.1                                |
|  \\  /    A nd          | Web:      www.OpenFOAM.org                      |
|    \\/    M anipulation  |                                                |
\*---------------------------------------------------------------------------*/
Build  : 2.1.1-221db2718bbb
Exec  : potentialFoam -noFunctionObjects
Date  : Mar 15 2013
Time  : 23:15:27
Host  : "sc.iihr.uiowa.edu"
PID    : 27996
Case  : /home/slopezcastano/porousE4_1
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Disallowing user-supplied system call operations
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time
Create mesh for time = 0
Reading field p
Reading field U
AMI: Creating addressing and weights between 7242 source faces and 8262 target faces
AMI: Patch source weights min/max/average = 0.664996, 1.00091, 0.999799
AMI: Patch target weights min/max/average = 0.867808, 1.00285, 1
Calculating potential flow

--> FOAM FATAL ERROR:
Size mismatch.
Source patch size:3621
Source agglomeration size:1820
Target patch size:4131
Target agglomeration size:2073
    From function AMIInterpolation<SourcePatch, TargetPatch>::AMIInterpolation
(
    const AMIInterpolation<SourcePatch, TargetPatch>&,
    const label,
    const labelList&
)
    in file lnInclude/AMIInterpolation.C at line 1622.
FOAM exiting

I assume is some kind of problem with the GAMG solver since
I sent the simulation using PBiCG and is running fine. If somebody
could give me a hint about this problem I'd greatly appreciate it.

Regards,

Santiago


All times are GMT -4. The time now is 22:34.