decomposePar warning

Submitted by Alexandre Costa on Wed, 06/01/2011 - 21:51

Hi,
I get the following output when running decomposePar. Would that mean something important ?
Another question : In the ErgunTestMPI/DEM/post I get just the dump.liggghts_restart . Is that OK ?
And the last one : Is there a way of showing particles and fluids VTKs at the same time in paraview ?
Thanks a lot. Alex
amscosta@amscosta-desktop:~/OpenFOAM/amscosta-1.7.x/run/cfdemSolverPiso_shared/ErgunTestMPI/CFD$ decomposePar
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.7.x |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
Build : 1.7.x-9b4c5b5cf359
Exec : decomposePar
Date : Jun 01 2011
Time : 16:15:06
Host : amscosta-desktop
PID : 5895
Case : /home/amscosta/OpenFOAM/amscosta-1.7.x/run/cfdemSolverPiso_shared/ErgunTestMPI/CFD
nProcs : 1
SigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

--> FOAM Warning :
From function dlLibraryTable::open(const fileName& functionLibName)
in file db/dlLibraryTable/dlLibraryTable.C at line 78
could not load libgroovyBC.so: cannot open shared object file: No such file or directory
Time = 0
Create mesh

Calculating distribution of cells
Selecting decompositionMethod simple

Finished decomposition in 0 s

Calculating original mesh data

Distributing cells to processors

Distributing faces to processors

Calculating processor boundary addressing

Distributing points to processors

Constructing processor meshes
--> FOAM Warning :
From function dlLibraryTable::open(const fileName& functionLibName)
in file db/dlLibraryTable/dlLibraryTable.C at line 78
could not load libgroovyBC.so: cannot open shared object file: No such file or directory

Processor 0
Number of cells = 3552
Number of faces shared with processor 1 = 222
Number of processor patches = 1
Number of processor faces = 222
Number of boundary faces = 1022
--> FOAM Warning :
From function dlLibraryTable::open(const fileName& functionLibName)
in file db/dlLibraryTable/dlLibraryTable.C at line 78
could not load libgroovyBC.so: cannot open shared object file: No such file or directory

Processor 1
Number of cells = 3552
Number of faces shared with processor 0 = 222
Number of processor patches = 1
Number of processor faces = 222
Number of boundary faces = 1022

Number of processor faces = 222
Max number of processor patches = 1
Max number of faces between processors = 222

Processor 0: field transfer
--> FOAM Warning :
From function dlLibraryTable::open(const fileName& functionLibName)
in file db/dlLibraryTable/dlLibraryTable.C at line 78
could not load libgroovyBC.so: cannot open shared object file: No such file or directory
Processor 1: field transfer
--> FOAM Warning :
From function dlLibraryTable::open(const fileName& functionLibName)
in file db/dlLibraryTable/dlLibraryTable.C at line 78
could not load libgroovyBC.so: cannot open shared object file: No such file or directory

End.

cgoniva's picture

cgoniva | Fri, 06/03/2011 - 13:00

Hi!

ad "output when running decomposePar":
It is the groovyBC statement in the CFD/system/controlDict causing this warning. IMHO it should not matter.

ad "dump.liggghts_restart ":
in the DEM/in.liggghts_restart file which is actually executed the name of the dump file is specified to that name. So it is OK.

ad "showing particles and fluids VTKs at the same time in paraview": Yes, using foamToVTK you get the CFD data in VTK format, with pizza you get the DEM data in VTK format. simply import both to paraview to show them both.

Cheers,
Chris