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/)
-   -   ggiCheck functionObject in 1.6-ext (https://www.cfd-online.com/Forums/openfoam-solving/84307-ggicheck-functionobject-1-6-ext.html)

cnsidero January 25, 2011 21:52

ggiCheck functionObject in 1.6-ext
 
Does anyone know how to enable to verbose reporting of the GGI information while a case is running? In 1.5-dev this was enabled by putting the following in the case's system/controlDict

functions
(
ggiCheck
{

type ggiCheck;
phi phi;

functionObjectLibs ("libsampling.so");
}
);

I tried it in 1.6-ext but complains that surfaces, forces, sets, forceCoeffs and probes are the only valid functions.

olauer January 26, 2011 06:31

Instead of libsampling.so you have to use libcheckFunctionObjects.so, then it should work.

cnsidero January 26, 2011 20:03

That was it. Thanks Oliver.


All times are GMT -4. The time now is 00:20.