CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Bugs (https://www.cfd-online.com/Forums/openfoam-bugs/)
-   -   small bug in meshPhi function of type GGIcheck (https://www.cfd-online.com/Forums/openfoam-bugs/62957-small-bug-meshphi-function-type-ggicheck.html)

louisgag March 24, 2009 12:42

small bug in meshPhi function of type GGIcheck
 
If controlDict has functions

Code:

    ggiCheck3
    {
type ggiCheck;
phi phi;
functionObjectLibs ("libsampling.so");
    }

    ggiCheck4
    {
type ggiCheck;
phi meshPhi;
functionObjectLibs ("libsampling.so");
    }

and constant/polyMesh/boundary defines my "outsideSlider" before my "insideSlider"

then the meshPhi output goes very high (ex: 20%-60%) at the first iteration and on the second iteration I get a floating point error.

If meshPhi output is disabled and phi enabled then everything works fine even if insideSlider is defined after outsideSlider in the boundary file.


All times are GMT -4. The time now is 09:11.