Hi guys, I am trying to generate a mesh.
I am working in these conditions:
Version information
Windows 10 64 bit
blueCFD-Core 2017-2
OpenFOAM 5.x
Python 3.7.4
Issue
I just want to run:
$ blockMesh
But it gives back the following error:
-----------
Create time
--> FOAM Warning :
From function void* Foam::dlOpen(const Foam::fileName&, bool)
in file MSwindows.C at line 1336
\ LoadLibrary failed. "Error 126: Impossibile trovare il modulo specificato.
"
--> FOAM Warning :
From function bool Foam::dlLibraryTable::open(const Foam::fileName&, bool)
in file db/dynamicLibrary/dlLibraryTable/dlLibraryTable.C at line 105
could not load "libsimpleSwakFunctionObjects.so"
--> FOAM Warning :
From function void* Foam::dlOpen(const Foam::fileName&, bool)
in file MSwindows.C at line 1336
\ LoadLibrary failed. "Error 126: Impossibile trovare il modulo specificato.
"
--> FOAM Warning :
From function bool Foam::dlLibraryTable::open(const Foam::fileName&, bool)
in file db/dynamicLibrary/dlLibraryTable/dlLibraryTable.C at line 105
could not load "libswakFunctionObjects.so"
Creating block mesh from
"D:/PROGRAMMI/blueCFD-Core-2017/ofuser-of5/run/IWWTC_Model/system/blockMeshDict"
Creating block edges
No non-planar block faces defined
Creating topology blocks
--> FOAM Warning :
From function Foam::vector Foam::cellModel::centre(const labelList&, const pointField&) const
in file meshes/meshShapes/cellModel/cellModel.C at line 70
zero or negative pyramid volume: -37.05 for face 3
--> FOAM FATAL IO ERROR:
Block hex (0 1 2 3 4 5 6 7) (30 10 6) simpleGrading (1(1) 1(1) 1(1)) has inward-pointing faces
4(0 1 5 4) 4(3 7 6 2)
file: D:/PROGRAMMI/blueCFD-Core-2017/ofuser-of5/run/IWWTC_Model/system/blockMeshDict.blocks at line 59.
From function void Foam::blockDescriptor::check(const Foam::Istream&)
in file blockDescriptor/blockDescriptor.C at line 89.
FOAM exiting
---------
In order to solve this issue, I am following the instructions on how to build swak4Foam with blueCFD here: https://github.com/blueCFD/Core/wiki/Building-swak4Foam-with-blueCFD-Core#building-with-bluecfd-core-2017 but the fourth step:
$ ./Allwmake > log.make 2>&1 takes a time shorter than 40 minutes.
But most of all, the next step:
$ ./Allwmake
shows an output other than that provided from Wiki istructions:
---------
Previously compiled for OpenFOAM (5.x)
No file 'swakConfiguration'. Python etc won't work. See README for details
Try 'ln -s swakConfiguration.automatic swakConfiguration' for automatic configuration. BEWARE: this does not work on some systems
Checking swak4Foam-version and generating file
Swak version is 0.4.2
Bison is version 3.4.1
Flex is version 2.6.4 (Minor version: 4)
OpenFOAM-version: Major 5 Minor 0 Patch 0 (-1 == x / 0) Fork: openfoam
No change to swak4FoamParsers/foamVersion4swak.H
wmake libso swak4FoamParsers
..
[I am not including the middle part of the output, which is too long, and useless, as well.]
..
Parser library did not compile OK. No sense continuing as everything else depends on it
Requirements for Library not satisfied. I see no sense in going on
Check the README before you go on to ask. And search: Most likely your problem occured to 5 other people before and has been solved on the MessageBoard
-----------
I am having trouble getting the file log.make.gz because by running: $ gzip < log.make > log.make.gz I do not understand how to get it.
Thank you for taking time out of your day by reading this message, and for any help you might be able to provide.
Berin
Hi guys, I am trying to generate a mesh.
I am working in these conditions:
Version information
Windows 10 64 bit
blueCFD-Core 2017-2
OpenFOAM 5.x
Python 3.7.4
Issue
I just want to run:
$ blockMeshBut it gives back the following error:
-----------
Create time
--> FOAM Warning :
From function void* Foam::dlOpen(const Foam::fileName&, bool)
in file MSwindows.C at line 1336
\ LoadLibrary failed. "Error 126: Impossibile trovare il modulo specificato.
"
--> FOAM Warning :
From function bool Foam::dlLibraryTable::open(const Foam::fileName&, bool)
in file db/dynamicLibrary/dlLibraryTable/dlLibraryTable.C at line 105
could not load "libsimpleSwakFunctionObjects.so"
--> FOAM Warning :
From function void* Foam::dlOpen(const Foam::fileName&, bool)
in file MSwindows.C at line 1336
\ LoadLibrary failed. "Error 126: Impossibile trovare il modulo specificato.
"
--> FOAM Warning :
From function bool Foam::dlLibraryTable::open(const Foam::fileName&, bool)
in file db/dynamicLibrary/dlLibraryTable/dlLibraryTable.C at line 105
could not load "libswakFunctionObjects.so"
Creating block mesh from
"D:/PROGRAMMI/blueCFD-Core-2017/ofuser-of5/run/IWWTC_Model/system/blockMeshDict"
Creating block edges
No non-planar block faces defined
Creating topology blocks
--> FOAM Warning :
From function Foam::vector Foam::cellModel::centre(const labelList&, const pointField&) const
in file meshes/meshShapes/cellModel/cellModel.C at line 70
zero or negative pyramid volume: -37.05 for face 3
--> FOAM FATAL IO ERROR:
Block hex (0 1 2 3 4 5 6 7) (30 10 6) simpleGrading (1(1) 1(1) 1(1)) has inward-pointing faces
4(0 1 5 4) 4(3 7 6 2)
file: D:/PROGRAMMI/blueCFD-Core-2017/ofuser-of5/run/IWWTC_Model/system/blockMeshDict.blocks at line 59.
From function void Foam::blockDescriptor::check(const Foam::Istream&)
in file blockDescriptor/blockDescriptor.C at line 89.
FOAM exiting
---------
In order to solve this issue, I am following the instructions on how to build swak4Foam with blueCFD here: https://github.com/blueCFD/Core/wiki/Building-swak4Foam-with-blueCFD-Core#building-with-bluecfd-core-2017 but the fourth step:
$ ./Allwmake > log.make 2>&1takes a time shorter than 40 minutes.But most of all, the next step:
$ ./Allwmakeshows an output other than that provided from Wiki istructions:
---------
Previously compiled for OpenFOAM (5.x)
No file 'swakConfiguration'. Python etc won't work. See README for details
Try 'ln -s swakConfiguration.automatic swakConfiguration' for automatic configuration. BEWARE: this does not work on some systems
Checking swak4Foam-version and generating file
Swak version is 0.4.2
Bison is version 3.4.1
Flex is version 2.6.4 (Minor version: 4)
OpenFOAM-version: Major 5 Minor 0 Patch 0 (-1 == x / 0) Fork: openfoam
No change to swak4FoamParsers/foamVersion4swak.H
wmake libso swak4FoamParsers
..
[I am not including the middle part of the output, which is too long, and useless, as well.]
..
Parser library did not compile OK. No sense continuing as everything else depends on it
Requirements for Library not satisfied. I see no sense in going on
Check the README before you go on to ask. And search: Most likely your problem occured to 5 other people before and has been solved on the MessageBoard
-----------
I am having trouble getting the file
log.make.gzbecause by running:$ gzip < log.make > log.make.gzI do not understand how to get it.Thank you for taking time out of your day by reading this message, and for any help you might be able to provide.
Berin