cfMesh install problem

A subforum specific to the development of the OpenFoam-based workbenches ( Cfd https://github.com/qingfengxia/Cfd and CfdOF https://github.com/jaheyns/CfdOF )

Moderator: oliveroxtoby

Will2
Posts: 33
Joined: Thu Apr 28, 2016 3:19 pm

cfMesh install problem

Post by Will2 »

I'm having trouble installing cfMesh through the Preferences > CFD dialogue. I see others have been having trouble but none, as far as I can tell, match the problem I'm having.

I installed OpenFoam5 and this is the only dependency left before I can get CFD to work.

I have pasted in the contents of the log.Allwmake file.

I have made sure I'm running the latest version of the Addon as well.

OS: Ubuntu 18.04.1 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.13541 (Git)
Build type: None
Branch: releases/FreeCAD-0-17
Hash: 9948ee4f1570df9216862a79705afb367b2c6ffb
Python version: 2.7.15rc1
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.3.0

Locale: English/Canada (en_CA)

Code: Select all

wmake libso meshLibrary
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DUSE_OMP -fopenmp -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c utilities/checkMeshDict/checkMeshDict.C -o Make/linux64GccDPInt32Opt/utilities/checkMeshDict/checkMeshDict.o
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DUSE_OMP -fopenmp -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c utilities/containers/Lists/pointFieldPMG.C -o Make/linux64GccDPInt32Opt/utilities/containers/Lists/pointFieldPMG.o
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DUSE_OMP -fopenmp -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c utilities/containers/Lists/faceListPMG.C -o Make/linux64GccDPInt32Opt/utilities/containers/Lists/faceListPMG.o
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DUSE_OMP -fopenmp -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c utilities/containers/VRWGraph/VRWGraph.C -o Make/linux64GccDPInt32Opt/utilities/containers/VRWGraph/VRWGraph.o
utilities/containers/VRWGraph/VRWGraph.C:32:16: warning: ‘Foam::Ostream& Foam::operator<<(Foam::Ostream&, const Foam::VRWGraph&)’ has not been declared within Foam
 Foam::Ostream& Foam::operator<<
                ^~~~
In file included from utilities/containers/VRWGraph/VRWGraph.C:26:0:
utilities/containers/VRWGraph/VRWGraph.H:256:25: note: only here as a friend
         friend Ostream& operator<<(Ostream&, const VRWGraph&);
                         ^~~~~~~~
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DUSE_OMP -fopenmp -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c utilities/containers/VRWGraph/VRWGraphSMPModifier.C -o Make/linux64GccDPInt32Opt/utilities/containers/VRWGraph/VRWGraphSMPModifier.o
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DUSE_OMP -fopenmp -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c utilities/containers/VRWGraphList/VRWGraphList.C -o Make/linux64GccDPInt32Opt/utilities/containers/VRWGraphList/VRWGraphList.o
utilities/containers/VRWGraphList/VRWGraphList.C:32:16: warning: ‘Foam::Ostream& Foam::operator<<(Foam::Ostream&, const Foam::VRWGraphList&)’ has not been declared within Foam
 Foam::Ostream& Foam::operator<<
                ^~~~
In file included from utilities/containers/VRWGraphList/VRWGraphList.C:26:0:
utilities/containers/VRWGraphList/VRWGraphList.H:126:25: note: only here as a friend
         friend Ostream& operator<<(Ostream&, const VRWGraphList&);
                         ^~~~~~~~
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DUSE_OMP -fopenmp -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c utilities/containers/Graphs/cellIOGraph.C -o Make/linux64GccDPInt32Opt/utilities/containers/Graphs/cellIOGraph.o
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DUSE_OMP -fopenmp -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c utilities/containers/Graphs/faceIOGraph.C -o Make/linux64GccDPInt32Opt/utilities/containers/Graphs/faceIOGraph.o
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DUSE_OMP -fopenmp -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c utilities/meshes/polyMeshGen/polyMeshGen.C -o Make/linux64GccDPInt32Opt/utilities/meshes/polyMeshGen/polyMeshGen.o
In file included from lnInclude/meshSubset.H:162:0,
                 from utilities/meshes/polyMeshGen/polyMeshGenPoints.H:45,
                 from utilities/meshes/polyMeshGen/polyMeshGenFaces.H:40,
                 from utilities/meshes/polyMeshGen/polyMeshGenCells.H:40,
                 from utilities/meshes/polyMeshGen/polyMeshGen.H:39,
                 from utilities/meshes/polyMeshGen/polyMeshGen.C:28:
lnInclude/meshSubsetI.H: In member function ‘bool Foam::meshSubset::operator==(const Foam::meshSubset&) const’:
lnInclude/meshSubsetI.H:173:18: warning: self-comparison always evaluates to false [-Wtautological-compare]
     if( ms.type_ != ms.type_ )
         ~~~~~~~~~^~~~~~~~~~~
In file included from utilities/meshes/polyMeshGen/polyMeshGen.C:28:0:
utilities/meshes/polyMeshGen/polyMeshGen.H: At global scope:
utilities/meshes/polyMeshGen/polyMeshGen.H:52:9: error: ‘IOdictionary’ does not name a type; did you mean ‘dictionary’?
         IOdictionary metaDict_;
         ^~~~~~~~~~~~
         dictionary
utilities/meshes/polyMeshGen/polyMeshGen.H: In member function ‘const Foam::dictionary& Foam::polyMeshGen::metaData() const’:
utilities/meshes/polyMeshGen/polyMeshGen.H:89:20: error: ‘metaDict_’ was not declared in this scope
             return metaDict_;
                    ^~~~~~~~~
utilities/meshes/polyMeshGen/polyMeshGen.H:89:20: note: suggested alternative: ‘metaData’
             return metaDict_;
                    ^~~~~~~~~
                    metaData
utilities/meshes/polyMeshGen/polyMeshGen.H: In member function ‘Foam::dictionary& Foam::polyMeshGen::metaData()’:
utilities/meshes/polyMeshGen/polyMeshGen.H:95:20: error: ‘metaDict_’ was not declared in this scope
             return metaDict_;
                    ^~~~~~~~~
utilities/meshes/polyMeshGen/polyMeshGen.H:95:20: note: suggested alternative: ‘metaData’
             return metaDict_;
                    ^~~~~~~~~
                    metaData
utilities/meshes/polyMeshGen/polyMeshGen.C: In constructor ‘Foam::polyMeshGen::polyMeshGen(const Foam::Time&)’:
utilities/meshes/polyMeshGen/polyMeshGen.C:40:5: error: class ‘Foam::polyMeshGen’ does not have any field named ‘metaDict_’
     metaDict_
     ^~~~~~~~~
utilities/meshes/polyMeshGen/polyMeshGen.C: In constructor ‘Foam::polyMeshGen::polyMeshGen(const Foam::Time&, const pointField&, const faceList&, const cellList&)’:
utilities/meshes/polyMeshGen/polyMeshGen.C:64:5: error: class ‘Foam::polyMeshGen’ does not have any field named ‘metaDict_’
     metaDict_
     ^~~~~~~~~
utilities/meshes/polyMeshGen/polyMeshGen.C: In constructor ‘Foam::polyMeshGen::polyMeshGen(const Foam::Time&, const pointField&, const faceList&, const cellList&, const wordList&, const labelList&, const labelList&)’:
utilities/meshes/polyMeshGen/polyMeshGen.C:100:5: error: class ‘Foam::polyMeshGen’ does not have any field named ‘metaDict_’
     metaDict_
     ^~~~~~~~~
utilities/meshes/polyMeshGen/polyMeshGen.C: In member function ‘void Foam::polyMeshGen::write() const’:
utilities/meshes/polyMeshGen/polyMeshGen.C:156:5: error: ‘metaDict_’ was not declared in this scope
     metaDict_.writeHeader(fName);
     ^~~~~~~~~
utilities/meshes/polyMeshGen/polyMeshGen.C:156:5: note: suggested alternative: ‘metaData’
     metaDict_.writeHeader(fName);
     ^~~~~~~~~
     metaData
/opt/openfoam5/wmake/rules/General/transform:25: recipe for target 'Make/linux64GccDPInt32Opt/utilities/meshes/polyMeshGen/polyMeshGen.o' failed
make: *** [Make/linux64GccDPInt32Opt/utilities/meshes/polyMeshGen/polyMeshGen.o] Error 1
wmake executables
wmake cartesian2DMesh
make[1]: Entering directory '/home/will/OpenFOAM/will-5.0/cfMesh-v1.1.2/executables/cartesian2DMesh'
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -I/opt/openfoam5/src/finiteVolume/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I../../meshLibrary/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c cartesian2DMesh.C -o Make/linux64GccDPInt32Opt/cartesian2DMesh.o
In file included from ../../meshLibrary/lnInclude/meshSubset.H:162:0,
                 from ../../meshLibrary/lnInclude/polyMeshGenPoints.H:45,
                 from ../../meshLibrary/lnInclude/polyMeshGenFaces.H:40,
                 from ../../meshLibrary/lnInclude/polyMeshGenCells.H:40,
                 from ../../meshLibrary/lnInclude/polyMeshGen.H:39,
                 from ../../meshLibrary/lnInclude/cartesian2DMeshGenerator.H:38,
                 from cartesian2DMesh.C:33:
../../meshLibrary/lnInclude/meshSubsetI.H: In member function ‘bool Foam::meshSubset::operator==(const Foam::meshSubset&) const’:
../../meshLibrary/lnInclude/meshSubsetI.H:173:18: warning: self-comparison always evaluates to false [-Wtautological-compare]
     if( ms.type_ != ms.type_ )
         ~~~~~~~~~^~~~~~~~~~~
In file included from ../../meshLibrary/lnInclude/cartesian2DMeshGenerator.H:38:0,
                 from cartesian2DMesh.C:33:
../../meshLibrary/lnInclude/polyMeshGen.H: At global scope:
../../meshLibrary/lnInclude/polyMeshGen.H:52:9: error: ‘IOdictionary’ does not name a type; did you mean ‘dictionary’?
         IOdictionary metaDict_;
         ^~~~~~~~~~~~
         dictionary
../../meshLibrary/lnInclude/polyMeshGen.H: In member function ‘const Foam::dictionary& Foam::polyMeshGen::metaData() const’:
../../meshLibrary/lnInclude/polyMeshGen.H:89:20: error: ‘metaDict_’ was not declared in this scope
             return metaDict_;
                    ^~~~~~~~~
../../meshLibrary/lnInclude/polyMeshGen.H:89:20: note: suggested alternative: ‘metaData’
             return metaDict_;
                    ^~~~~~~~~
                    metaData
../../meshLibrary/lnInclude/polyMeshGen.H: In member function ‘Foam::dictionary& Foam::polyMeshGen::metaData()’:
../../meshLibrary/lnInclude/polyMeshGen.H:95:20: error: ‘metaDict_’ was not declared in this scope
             return metaDict_;
                    ^~~~~~~~~
../../meshLibrary/lnInclude/polyMeshGen.H:95:20: note: suggested alternative: ‘metaData’
             return metaDict_;
                    ^~~~~~~~~
                    metaData
/opt/openfoam5/wmake/rules/General/transform:25: recipe for target 'Make/linux64GccDPInt32Opt/cartesian2DMesh.o' failed
make[1]: *** [Make/linux64GccDPInt32Opt/cartesian2DMesh.o] Error 1
make[1]: Leaving directory '/home/will/OpenFOAM/will-5.0/cfMesh-v1.1.2/executables/cartesian2DMesh'
/opt/openfoam5/wmake/makefiles/apps:39: recipe for target 'cartesian2DMesh' failed
make: *** [cartesian2DMesh] Error 2
wmake utilities
wmake checkSurfaceMesh
make[1]: Entering directory '/home/will/OpenFOAM/will-5.0/cfMesh-v1.1.2/utilities/checkSurfaceMesh'
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -I/opt/openfoam5/src/finiteVolume/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I../../meshLibrary/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c checkSurfaceMesh.C -o Make/linux64GccDPInt32Opt/checkSurfaceMesh.o
In file included from ../../meshLibrary/lnInclude/meshSubset.H:162:0,
                 from ../../meshLibrary/lnInclude/triSurfPoints.H:40,
                 from ../../meshLibrary/lnInclude/triSurf.H:40,
                 from checkSurfaceMesh.C:32:
../../meshLibrary/lnInclude/meshSubsetI.H: In member function ‘bool Foam::meshSubset::operator==(const Foam::meshSubset&) const’:
../../meshLibrary/lnInclude/meshSubsetI.H:173:18: warning: self-comparison always evaluates to false [-Wtautological-compare]
     if( ms.type_ != ms.type_ )
         ~~~~~~~~~^~~~~~~~~~~
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -I/opt/openfoam5/src/finiteVolume/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I../../meshLibrary/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -Xlinker --add-needed -Xlinker --no-as-needed Make/linux64GccDPInt32Opt/checkSurfaceMesh.o -L/opt/openfoam5/platforms/linux64GccDPInt32Opt/lib \
    -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh -L/home/will/OpenFOAM/will-5.0/platforms/linux64GccDPInt32Opt/lib -lmeshLibrary -lOpenFOAM -ldl  \
     -lm -o /home/will/OpenFOAM/will-5.0/platforms/linux64GccDPInt32Opt/bin/checkSurfaceMesh
/usr/bin/ld: cannot find -lmeshLibrary
collect2: error: ld returned 1 exit status
/opt/openfoam5/wmake/makefiles/general:140: recipe for target '/home/will/OpenFOAM/will-5.0/platforms/linux64GccDPInt32Opt/bin/checkSurfaceMesh' failed
make[1]: *** [/home/will/OpenFOAM/will-5.0/platforms/linux64GccDPInt32Opt/bin/checkSurfaceMesh] Error 1
make[1]: Leaving directory '/home/will/OpenFOAM/will-5.0/cfMesh-v1.1.2/utilities/checkSurfaceMesh'
/opt/openfoam5/wmake/makefiles/apps:39: recipe for target 'checkSurfaceMesh' failed
make: *** [checkSurfaceMesh] Error 2
User avatar
oliveroxtoby
Posts: 810
Joined: Fri Dec 23, 2016 9:43 am
Location: South Africa

Re: cfMesh install problem

Post by oliveroxtoby »

Will2 wrote: Tue Nov 20, 2018 6:45 pm I'm having trouble installing cfMesh through the Preferences > CFD dialogue. I see others have been having trouble but none, as far as I can tell, match the problem I'm having.

I installed OpenFoam5 and this is the only dependency left before I can get CFD to work.

I have pasted in the contents of the log.Allwmake file.

I have made sure I'm running the latest version of the Addon as well.

OS: Ubuntu 18.04.1 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.13541 (Git)
Build type: None
Branch: releases/FreeCAD-0-17
Hash: 9948ee4f1570df9216862a79705afb367b2c6ffb
Python version: 2.7.15rc1
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.3.0

Locale: English/Canada (en_CA)
I am fairly sure this was due to an issue we had matching the OpenFOAM version number on Ubuntu. I have updated our cfMesh fork, so please could you re-do the download and install and see if this fixes it?
Please provide all the information requested in this post before reporting problems with CfdOF.
Will2
Posts: 33
Joined: Thu Apr 28, 2016 3:19 pm

Re: cfMesh install problem

Post by Will2 »

Gladly, thanks for the help.

It seemed I had to delete the files in the directory for the changes to take effect. It failed to install and this is the output log file:

Code: Select all

wmake libso meshLibrary
wmakeLnInclude: linking include files to ./lnInclude
Making dependency list for source file workflowControls.C
could not open file foamTime.H for source file utilities/workflowControls/workflowControls.C due to No such file or directory
Making dependency list for source file fpmaMesh.C
could not open file foamTime.H for source file utilities/dataConversion/foamToFPMA/fpmaMesh.C due to No such file or directory
Making dependency list for source file writeMeshFPMA.C
could not open file foamTime.H for source file utilities/dataConversion/foamToFPMA/writeMeshFPMA.C due to No such file or directory
Making dependency list for source file voronoiMeshGenerator.C
could not open file foamTime.H for source file voronoiMesh/voronoiMeshGenerator/voronoiMeshGenerator.C due to No such file or directory
Making dependency list for source file voronoiMeshExtractorCreateMesh.C
could not open file foamTime.H for source file voronoiMesh/voronoiMeshExtractor/voronoiMeshExtractorCreateMesh.C due to No such file or directory
Making dependency list for source file voronoiMeshExtractorAddressing.C
could not open file foamTime.H for source file voronoiMesh/voronoiMeshExtractor/voronoiMeshExtractorAddressing.C due to No such file or directory
Making dependency list for source file voronoiMeshExtractor.C
could not open file foamTime.H for source file voronoiMesh/voronoiMeshExtractor/voronoiMeshExtractor.C due to No such file or directory
Making dependency list for source file tetMeshGenerator.C
could not open file foamTime.H for source file tetMesh/tetMeshGenerator/tetMeshGenerator.C due to No such file or directory
Making dependency list for source file tetMeshExtractorOctree.C
could not open file foamTime.H for source file tetMesh/tetMeshExtractorOctree/tetMeshExtractorOctree.C due to No such file or directory
Making dependency list for source file cartesian2DMeshGenerator.C
could not open file foamTime.H for source file cartesian2DMesh/cartesian2DMeshGenerator/cartesian2DMeshGenerator.C due to No such file or directory
Making dependency list for source file cartesianMeshGenerator.C
could not open file foamTime.H for source file cartesianMesh/cartesianMeshGenerator/cartesianMeshGenerator.C due to No such file or directory
Making dependency list for source file cartesianMeshExtractorDecomposeSplitHexes.C
could not open file foamTime.H for source file cartesianMesh/cartesianMeshExtractor/cartesianMeshExtractorDecomposeSplitHexes.C due to No such file or directory
Making dependency list for source file cartesianMeshExtractorPolyMesh.C
could not open file foamTime.H for source file cartesianMesh/cartesianMeshExtractor/cartesianMeshExtractorPolyMesh.C due to No such file or directory
Making dependency list for source file cartesianMeshExtractorPointsAndAddressing.C
could not open file foamTime.H for source file cartesianMesh/cartesianMeshExtractor/cartesianMeshExtractorPointsAndAddressing.C due to No such file or directory
Making dependency list for source file cartesianMeshExtractor.C
could not open file foamTime.H for source file cartesianMesh/cartesianMeshExtractor/cartesianMeshExtractor.C due to No such file or directory
Making dependency list for source file triSurfaceMetaData.C
Making dependency list for source file triSurfaceExtrude2DEdges.C
Making dependency list for source file triSurfaceRemoveFacetsFunctions.C
Making dependency list for source file triSurfaceRemoveFacets.C
Making dependency list for source file triSurfacePatchManipulatorFunctions.C
Making dependency list for source file triSurfacePatchManipulator.C
Making dependency list for source file triSurfaceImportSurfaceAsSubset.C
Making dependency list for source file triSurfaceClassifyEdgesFunctions.C
Making dependency list for source file triSurfaceClassifyEdges.C
Making dependency list for source file triSurfaceDetectFeatureEdgesFunctions.C
Making dependency list for source file triSurfaceDetectFeatureEdges.C
Making dependency list for source file triSurfaceCurvatureEstimatorCalculate.C
Making dependency list for source file triSurfaceCurvatureEstimator.C
Making dependency list for source file triSurfacePartitionerCreateAddressing.C
Making dependency list for source file triSurfacePartitioner.C
Making dependency list for source file triSurfaceCopyParts.C
Making dependency list for source file triSurfaceCleanupDuplicateTrianglesFunctions.C
Making dependency list for source file triSurfaceCleanupDuplicateTriangles.C
Making dependency list for source file triSurfaceCleanupDuplicatesFunctions.C
Making dependency list for source file triSurfaceCleanupDuplicates.C
Making dependency list for source file triSurfaceChecks.C
Making dependency list for source file triSurface2DCheck.C
Making dependency list for source file hollowConeRefinement.C
Making dependency list for source file boxRefinement.C
Making dependency list for source file coneRefinement.C
Making dependency list for source file lineRefinement.C
Making dependency list for source file sphereRefinement.C
Making dependency list for source file newObjectRefinement.C
Making dependency list for source file objectRefinement.C
Making dependency list for source file patchRefinement.C
Making dependency list for source file meshOctreeParallelCommunication.C
Making dependency list for source file meshOctreeInsideCalculations.C
Making dependency list for source file meshOctreeFindNearestSurfacePoint.C
Making dependency list for source file meshOctreeNeighbourSearches.C
Making dependency list for source file meshOctreeCubePatches.C
Making dependency list for source file meshOctree.C
Making dependency list for source file meshOctreeAutomaticRefinementRef.C
Making dependency list for source file meshOctreeAutomaticRefinement.C
Making dependency list for source file meshOctreeAddressingParallelAddressing.C
Making dependency list for source file meshOctreeAddressingIrregularConnections.C
Making dependency list for source file meshOctreeAddressingGluedMesh.C
Making dependency list for source file meshOctreeAddressingCreation.C
Making dependency list for source file meshOctreeAddressing.C
Making dependency list for source file meshOctreeCreatorLoadDistribution.C
Making dependency list for source file meshOctreeCreatorFrontalMarking.C
Making dependency list for source file meshOctreeCreatorCreateOctreeBoxes.C
Making dependency list for source file meshOctreeCreatorAdjustOctreeToSurface.C
Making dependency list for source file meshOctreeCreator.C
Making dependency list for source file meshOctreeInsideOutside.C
Making dependency list for source file meshOctreeModifierUpdateCommunicationPattern.C
Making dependency list for source file meshOctreeModifierReduceMemoryConsumption.C
Making dependency list for source file meshOctreeModifierLoadDistribution.C
Making dependency list for source file meshOctreeModifierDistributeLeavesToProcessors.C
Making dependency list for source file meshOctreeModifierParallelRefinement.C
Making dependency list for source file meshOctreeModifierEnsureCorrectRegularity.C
Making dependency list for source file meshOctreeModifierRefineSelectedBoxes.C
Making dependency list for source file meshOctreeModifier.C
Making dependency list for source file meshOctreeCubeCoordinatesIntersections.C
Making dependency list for source file meshOctreeCubeRefine.C
Making dependency list for source file meshOctreeCubeRecursiveFunctions.C
Making dependency list for source file meshOctreeCubeIntersections.C
Making dependency list for source file meshOctreeCube.C
Making dependency list for source file surfaceOptimizer.C
Making dependency list for source file meshSurfaceOptimizerOptimizePointParallel.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshSurfaceOptimizer/meshSurfaceOptimizerOptimizePointParallel.C due to No such file or directory
Making dependency list for source file meshSurfaceOptimizerOptimizeSurface.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshSurfaceOptimizer/meshSurfaceOptimizerOptimizeSurface.C due to No such file or directory
Making dependency list for source file meshSurfaceOptimizerOptimizePoint.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshSurfaceOptimizer/meshSurfaceOptimizerOptimizePoint.C due to No such file or directory
Making dependency list for source file meshSurfaceOptimizerCalculateTrianglesAndAddressing.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshSurfaceOptimizer/meshSurfaceOptimizerCalculateTrianglesAndAddressing.C due to No such file or directory
Making dependency list for source file meshSurfaceOptimizer.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshSurfaceOptimizer/meshSurfaceOptimizer.C due to No such file or directory
Making dependency list for source file volumeOptimizerEvaluateGradients.C
Making dependency list for source file volumeOptimizer.C
Making dependency list for source file quadricMetric.C
Making dependency list for source file meshUntanglerCutRegionTieBreak.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshOptimizer/tetMeshOptimisation/advancedSmoothers/meshUntangler/meshUntanglerCutRegionTieBreak.C due to No such file or directory
Making dependency list for source file meshUntanglerCutRegionFaces.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshOptimizer/tetMeshOptimisation/advancedSmoothers/meshUntangler/meshUntanglerCutRegionFaces.C due to No such file or directory
Making dependency list for source file meshUntanglerCutRegionEdges.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshOptimizer/tetMeshOptimisation/advancedSmoothers/meshUntangler/meshUntanglerCutRegionEdges.C due to No such file or directory
Making dependency list for source file meshUntanglerCutRegionPoints.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshOptimizer/tetMeshOptimisation/advancedSmoothers/meshUntangler/meshUntanglerCutRegionPoints.C due to No such file or directory
Making dependency list for source file meshUntanglerCutRegion.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshOptimizer/tetMeshOptimisation/advancedSmoothers/meshUntangler/meshUntanglerCutRegion.C due to No such file or directory
Making dependency list for source file meshUntangler.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshOptimizer/tetMeshOptimisation/advancedSmoothers/meshUntangler/meshUntangler.C due to No such file or directory
Making dependency list for source file knuppMetric.C
Making dependency list for source file simplexSmoother.C
Making dependency list for source file boundaryLayerOptimisationThickness.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshOptimizer/boundaryLayerOptimisation/boundaryLayerOptimisationThickness.C due to No such file or directory
Making dependency list for source file boundaryLayerOptimisationNormals.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshOptimizer/boundaryLayerOptimisation/boundaryLayerOptimisationNormals.C due to No such file or directory
Making dependency list for source file boundaryLayerOptimisationFunctions.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshOptimizer/boundaryLayerOptimisation/boundaryLayerOptimisationFunctions.C due to No such file or directory
Making dependency list for source file boundaryLayerOptimisation.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshOptimizer/boundaryLayerOptimisation/boundaryLayerOptimisation.C due to No such file or directory
Making dependency list for source file symmetryPlaneOptimisation.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshOptimizer/symmetryPlaneOptimisation/symmetryPlaneOptimisation.C due to No such file or directory
Making dependency list for source file tetMeshOptimisationParallel.C
Making dependency list for source file tetMeshOptimisation.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshOptimizer/tetMeshOptimisation/tetMeshOptimisation.C due to No such file or directory
Making dependency list for source file optimizeMeshFV.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshOptimizer/optimizeMeshFV.C due to No such file or directory
Making dependency list for source file meshOptimizerOptimizeSurface.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshOptimizer/meshOptimizerOptimizeSurface.C due to No such file or directory
Making dependency list for source file meshOptimizerOptimizePointParallel.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshOptimizer/meshOptimizerOptimizePointParallel.C due to No such file or directory
Making dependency list for source file meshOptimizerOptimizePoint.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshOptimizer/meshOptimizerOptimizePoint.C due to No such file or directory
Making dependency list for source file meshOptimizer.C
could not open file foamTime.H for source file utilities/smoothers/geometry/meshOptimizer/meshOptimizer.C due to No such file or directory
Making dependency list for source file renameBoundaryPatches.C
could not open file foamTime.H for source file utilities/surfaceTools/renameBoundaryPatches/renameBoundaryPatches.C due to No such file or directory
Making dependency list for source file correctEdgesBetweenPatchesDistributeFaces.C
could not open file foamTime.H for source file utilities/surfaceTools/correctEdgesBetweenPatches/correctEdgesBetweenPatchesDistributeFaces.C due to No such file or directory
Making dependency list for source file correctEdgesBetweenPatches.C
could not open file foamTime.H for source file utilities/surfaceTools/correctEdgesBetweenPatches/correctEdgesBetweenPatches.C due to No such file or directory
Making dependency list for source file createFundamentalSheetsJFS.C
could not open file foamTime.H for source file utilities/surfaceTools/createFundamentalSheets/createFundamentalSheetsJFS/createFundamentalSheetsJFS.C due to No such file or directory
Making dependency list for source file createFundamentalSheetsFJ.C
could not open file foamTime.H for source file utilities/surfaceTools/createFundamentalSheets/createFundamentalSheetsFJ/createFundamentalSheetsFJ.C due to No such file or directory
Making dependency list for source file createFundamentalSheets.C
could not open file foamTime.H for source file utilities/surfaceTools/createFundamentalSheets/createFundamentalSheets/createFundamentalSheets.C due to No such file or directory
Making dependency list for source file meshSurfaceEdgeExtractorFUNDistributeFaces.C
could not open file foamTime.H for source file utilities/surfaceTools/meshSurfaceEdgeExtractorFUN/meshSurfaceEdgeExtractorFUNDistributeFaces.C due to No such file or directory
Making dependency list for source file meshSurfaceEdgeExtractorFUN.C
could not open file foamTime.H for source file utilities/surfaceTools/meshSurfaceEdgeExtractorFUN/meshSurfaceEdgeExtractorFUN.C due to No such file or directory
Making dependency list for source file meshSurfaceEdgeExtractor2DDistributeFaces.C
could not open file foamTime.H for source file utilities/surfaceTools/meshSurfaceEdgeExtractor2D/meshSurfaceEdgeExtractor2DDistributeFaces.C due to No such file or directory
Making dependency list for source file meshSurfaceEdgeExtractor2D.C
could not open file foamTime.H for source file utilities/surfaceTools/meshSurfaceEdgeExtractor2D/meshSurfaceEdgeExtractor2D.C due to No such file or directory
Making dependency list for source file meshSurfaceEdgeExtractorNonTopoDistributeFaces.C
could not open file foamTime.H for source file utilities/surfaceTools/meshSurfaceEdgeExtractorNonTopo/meshSurfaceEdgeExtractorNonTopoDistributeFaces.C due to No such file or directory
Making dependency list for source file meshSurfaceEdgeExtractorNonTopo.C
could not open file foamTime.H for source file utilities/surfaceTools/meshSurfaceEdgeExtractorNonTopo/meshSurfaceEdgeExtractorNonTopo.C due to No such file or directory
Making dependency list for source file edgeExtractorCorners.C
could not open file foamTime.H for source file utilities/surfaceTools/edgeExtraction/edgeExtractor/edgeExtractorCorners.C due to No such file or directory
Making dependency list for source file edgeExtractor.C
could not open file foamTime.H for source file utilities/surfaceTools/edgeExtraction/edgeExtractor/edgeExtractor.C due to No such file or directory
Making dependency list for source file meshSurfaceMapper2DPremapVertices.C
could not open file foamTime.H for source file utilities/surfaceTools/meshSurfaceMapper2D/meshSurfaceMapper2DPremapVertices.C due to No such file or directory
Making dependency list for source file meshSurfaceMapper2DMapVertices.C
could not open file foamTime.H for source file utilities/surfaceTools/meshSurfaceMapper2D/meshSurfaceMapper2DMapVertices.C due to No such file or directory
Making dependency list for source file meshSurfaceMapper2D.C
could not open file foamTime.H for source file utilities/surfaceTools/meshSurfaceMapper2D/meshSurfaceMapper2D.C due to No such file or directory
Making dependency list for source file meshSurfaceMapperPremapVertices.C
could not open file foamTime.H for source file utilities/surfaceTools/meshSurfaceMapper/meshSurfaceMapperPremapVertices.C due to No such file or directory
Making dependency list for source file meshSurfaceMapperCornersAndEdges.C
could not open file foamTime.H for source file utilities/surfaceTools/meshSurfaceMapper/meshSurfaceMapperCornersAndEdges.C due to No such file or directory
Making dependency list for source file meshSurfaceMapperMapVertices.C
could not open file foamTime.H for source file utilities/surfaceTools/meshSurfaceMapper/meshSurfaceMapperMapVertices.C due to No such file or directory
Making dependency list for source file meshSurfaceMapper.C
could not open file foamTime.H for source file utilities/surfaceTools/meshSurfaceMapper/meshSurfaceMapper.C due to No such file or directory
Making dependency list for source file meshSurfaceCheckEdgeTypes.C
could not open file foamTime.H for source file utilities/surfaceTools/meshSurfaceCheckEdgeTypes/meshSurfaceCheckEdgeTypes.C due to No such file or directory
Making dependency list for source file meshSurfaceCheckInvertedVertices.C
could not open file foamTime.H for source file utilities/surfaceTools/meshSurfaceCheckInvertedVertices/meshSurfaceCheckInvertedVertices.C due to No such file or directory
Making dependency list for source file meshSurfacePartitionerFunctions.C
could not open file foamTime.H for source file utilities/surfaceTools/meshSurfacePartitioner/meshSurfacePartitionerFunctions.C due to No such file or directory
Making dependency list for source file meshSurfacePartitioner.C
could not open file foamTime.H for source file utilities/surfaceTools/meshSurfacePartitioner/meshSurfacePartitioner.C due to No such file or directory
Making dependency list for source file meshSurfaceEngineModifier.C
could not open file foamTime.H for source file utilities/surfaceTools/meshSurfaceEngine/meshSurfaceEngineModifier.C due to No such file or directory
Making dependency list for source file meshSurfaceEngineParallelAddressing.C
could not open file foamTime.H for source file utilities/surfaceTools/meshSurfaceEngine/meshSurfaceEngineParallelAddressing.C due to No such file or directory
Making dependency list for source file meshSurfaceEngineCalculateBoundaryNodesAndFaces.C
could not open file foamTime.H for source file utilities/surfaceTools/meshSurfaceEngine/meshSurfaceEngineCalculateBoundaryNodesAndFaces.C due to No such file or directory
Making dependency list for source file meshSurfaceEngine.C
could not open file foamTime.H for source file utilities/surfaceTools/meshSurfaceEngine/meshSurfaceEngine.C due to No such file or directory
Making dependency list for source file triangulateNonPlanarBaseFacesFunctions.C
could not open file foamTime.H for source file utilities/boundaryLayers/triangulateNonPlanarBaseFaces/triangulateNonPlanarBaseFacesFunctions.C due to No such file or directory
Making dependency list for source file triangulateNonPlanarBaseFaces.C
could not open file foamTime.H for source file utilities/boundaryLayers/triangulateNonPlanarBaseFaces/triangulateNonPlanarBaseFaces.C due to No such file or directory
Making dependency list for source file refineBoundaryLayersCells.C
could not open file foamTime.H for source file utilities/boundaryLayers/refineBoundaryLayers/refineBoundaryLayersCells.C due to No such file or directory
Making dependency list for source file refineBoundaryLayersFaces.C
could not open file foamTime.H for source file utilities/boundaryLayers/refineBoundaryLayers/refineBoundaryLayersFaces.C due to No such file or directory
Making dependency list for source file refineBoundaryLayersFunctions.C
could not open file foamTime.H for source file utilities/boundaryLayers/refineBoundaryLayers/refineBoundaryLayersFunctions.C due to No such file or directory
Making dependency list for source file refineBoundaryLayers.C
could not open file foamTime.H for source file utilities/boundaryLayers/refineBoundaryLayers/refineBoundaryLayers.C due to No such file or directory
Making dependency list for source file detectBoundaryLayersFunctions.C
could not open file foamTime.H for source file utilities/boundaryLayers/detectBoundaryLayers/detectBoundaryLayersFunctions.C due to No such file or directory
Making dependency list for source file detectBoundaryLayers.C
could not open file foamTime.H for source file utilities/boundaryLayers/detectBoundaryLayers/detectBoundaryLayers.C due to No such file or directory
Making dependency list for source file extrudeLayer.C
could not open file foamTime.H for source file utilities/boundaryLayers/extrudeLayer/extrudeLayer.C due to No such file or directory
Making dependency list for source file boundaryLayersWrapperLayer.C
could not open file foamTime.H for source file utilities/boundaryLayers/boundaryLayers/boundaryLayersWrapperLayer.C due to No such file or directory
Making dependency list for source file boundaryLayersCheckTopologyOfBndFaces.C
could not open file foamTime.H for source file utilities/boundaryLayers/boundaryLayers/boundaryLayersCheckTopologyOfBndFaces.C due to No such file or directory
Making dependency list for source file boundaryLayerCells.C
could not open file foamTime.H for source file utilities/boundaryLayers/boundaryLayers/boundaryLayerCells.C due to No such file or directory
Making dependency list for source file boundaryLayersFacesAndCells.C
could not open file foamTime.H for source file utilities/boundaryLayers/boundaryLayers/boundaryLayersFacesAndCells.C due to No such file or directory
Making dependency list for source file boundaryLayersCreateVertices.C
could not open file foamTime.H for source file utilities/boundaryLayers/boundaryLayers/boundaryLayersCreateVertices.C due to No such file or directory
Making dependency list for source file boundaryLayers.C
could not open file foamTime.H for source file utilities/boundaryLayers/boundaryLayers/boundaryLayers.C due to No such file or directory
Making dependency list for source file checkBoundaryFacesSharingTwoEdges.C
could not open file foamTime.H for source file utilities/smoothers/topology/checkBoundaryFacesSharingTwoEdges/checkBoundaryFacesSharingTwoEdges.C due to No such file or directory
Making dependency list for source file checkNonMappableCellConnections.C
could not open file foamTime.H for source file utilities/smoothers/topology/checkNonMappableCellConnections/checkNonMappableCellConnections.C due to No such file or directory
Making dependency list for source file checkIrregularSurfaceConnectionsFunctions.C
could not open file foamTime.H for source file utilities/smoothers/topology/checkIrregularSurfaceConnections/checkIrregularSurfaceConnectionsFunctions.C due to No such file or directory
Making dependency list for source file checkIrregularSurfaceConnections.C
could not open file foamTime.H for source file utilities/smoothers/topology/checkIrregularSurfaceConnections/checkIrregularSurfaceConnections.C due to No such file or directory
Making dependency list for source file checkCellConnectionsOverFaces.C
could not open file foamTime.H for source file utilities/smoothers/topology/checkCellConnectionsOverFaces/checkCellConnectionsOverFaces.C due to No such file or directory
Making dependency list for source file topologyCleanerNonMappableCells.C
could not open file foamTime.H for source file utilities/smoothers/topology/topologicalCleaner/topologyCleanerNonMappableCells.C due to No such file or directory
Making dependency list for source file topologicalCleanerInvalidVertices.C
could not open file foamTime.H for source file utilities/smoothers/topology/topologicalCleaner/topologicalCleanerInvalidVertices.C due to No such file or directory
Making dependency list for source file topologyCleanerNonConsecutiveBoundaryVertices.C
could not open file foamTime.H for source file utilities/smoothers/topology/topologicalCleaner/topologyCleanerNonConsecutiveBoundaryVertices.C due to No such file or directory
Making dependency list for source file topologicalCleaner.C
could not open file foamTime.H for source file utilities/smoothers/topology/topologicalCleaner/topologicalCleaner.C due to No such file or directory
Making dependency list for source file decomposeCellsDecomposition.C
could not open file foamTime.H for source file utilities/decomposeCells/decomposeCellsDecomposition.C due to No such file or directory
Making dependency list for source file decomposeCellsPyramids.C
could not open file foamTime.H for source file utilities/decomposeCells/decomposeCellsPyramids.C due to No such file or directory
Making dependency list for source file decomposeCells.C
could not open file foamTime.H for source file utilities/decomposeCells/decomposeCells.C due to No such file or directory
Making dependency list for source file surfaceMorpherCellsCreateBoundaryFaces.C
could not open file foamTime.H for source file utilities/surfaceTools/surfaceMorpherCells/surfaceMorpherCellsCreateBoundaryFaces.C due to No such file or directory
Making dependency list for source file surfaceMorpherCellsMorphInternalFaces.C
could not open file foamTime.H for source file utilities/surfaceTools/surfaceMorpherCells/surfaceMorpherCellsMorphInternalFaces.C due to No such file or directory
Making dependency list for source file surfaceMorpherCells.C
could not open file foamTime.H for source file utilities/surfaceTools/surfaceMorpherCells/surfaceMorpherCells.C due to No such file or directory
Making dependency list for source file sortEdgesIntoChains.C
Making dependency list for source file helperFunctionsStringConversion.C
Making dependency list for source file decomposeFaces.C
could not open file foamTime.H for source file utilities/faceDecomposition/decomposeFaces.C due to No such file or directory
Making dependency list for source file faceDecomposition.C
Making dependency list for source file tetCreatorOctreeTetsFromSplitFaces.C
could not open file foamTime.H for source file utilities/tetrahedra/tetCreatorOctree/tetCreatorOctreeTetsFromSplitFaces.C due to No such file or directory
Making dependency list for source file tetCreatorOctreeTetsAroundSplitEdges.C
could not open file foamTime.H for source file utilities/tetrahedra/tetCreatorOctree/tetCreatorOctreeTetsAroundSplitEdges.C due to No such file or directory
Making dependency list for source file tetCreatorOctreeTetsAroundEdges.C
could not open file foamTime.H for source file utilities/tetrahedra/tetCreatorOctree/tetCreatorOctreeTetsAroundEdges.C due to No such file or directory
Making dependency list for source file tetCreatorOctreeFromFacesWithCentreNode.C
could not open file foamTime.H for source file utilities/tetrahedra/tetCreatorOctree/tetCreatorOctreeFromFacesWithCentreNode.C due to No such file or directory
Making dependency list for source file tetCreatorOctreePointsAndAddressing.C
could not open file foamTime.H for source file utilities/tetrahedra/tetCreatorOctree/tetCreatorOctreePointsAndAddressing.C due to No such file or directory
Making dependency list for source file tetCreatorOctree.C
could not open file foamTime.H for source file utilities/tetrahedra/tetCreatorOctree/tetCreatorOctree.C due to No such file or directory
Making dependency list for source file findCellsIntersectingSurface.C
could not open file foamTime.H for source file utilities/intersectionTools/findCellsIntersectingSurface/findCellsIntersectingSurface.C due to No such file or directory
Making dependency list for source file triSurfModifier.C
Making dependency list for source file triSurfAddressing.C
Making dependency list for source file triSurfFeatureEdges.C
Making dependency list for source file triSurfFacets.C
Making dependency list for source file triSurfPoints.C
Making dependency list for source file triSurf.C
Making dependency list for source file partTriMeshSimplex.C
Making dependency list for source file partTriMeshParallelAddressing.C
could not open file foamTime.H for source file utilities/meshes/partTriMesh/partTriMeshParallelAddressing.C due to No such file or directory
Making dependency list for source file partTriMeshAddressing.C
could not open file foamTime.H for source file utilities/meshes/partTriMesh/partTriMeshAddressing.C due to No such file or directory
Making dependency list for source file partTriMesh.C
could not open file foamTime.H for source file utilities/meshes/partTriMesh/partTriMesh.C due to No such file or directory
Making dependency list for source file partTetMeshSimplex.C
Making dependency list for source file partTetMeshParallelAddressing.C
could not open file foamTime.H for source file utilities/meshes/partTetMesh/partTetMeshParallelAddressing.C due to No such file or directory
Making dependency list for source file partTetMeshAddressing.C
could not open file foamTime.H for source file utilities/meshes/partTetMesh/partTetMeshAddressing.C due to No such file or directory
Making dependency list for source file partTetMesh.C
could not open file foamTime.H for source file utilities/meshes/partTetMesh/partTetMesh.C due to No such file or directory
Making dependency list for source file polyMeshGenChecksTopology.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenChecks/polyMeshGenChecksTopology.C due to No such file or directory
Making dependency list for source file polyMeshGenChecksGeometry.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenChecks/polyMeshGenChecksGeometry.C due to No such file or directory
Making dependency list for source file polyMeshGenChecks.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenChecks/polyMeshGenChecks.C due to No such file or directory
Making dependency list for source file polyMeshGenAddressingParallelAddressing.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenAddressing/polyMeshGenAddressingParallelAddressing.C due to No such file or directory
Making dependency list for source file polyMeshGenAddressingPointPoints.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenAddressing/polyMeshGenAddressingPointPoints.C due to No such file or directory
Making dependency list for source file polyMeshGenAddressingPointFaces.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenAddressing/polyMeshGenAddressingPointFaces.C due to No such file or directory
Making dependency list for source file polyMeshGenAddressingPointEdges.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenAddressing/polyMeshGenAddressingPointEdges.C due to No such file or directory
Making dependency list for source file polyMeshGenAddressingPointCells.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenAddressing/polyMeshGenAddressingPointCells.C due to No such file or directory
Making dependency list for source file polyMeshGenAddressingEdges.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenAddressing/polyMeshGenAddressingEdges.C due to No such file or directory
Making dependency list for source file polyMeshGenAddressingFaceEdges.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenAddressing/polyMeshGenAddressingFaceEdges.C due to No such file or directory
Making dependency list for source file polyMeshGenAddressingEdgeFaces.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenAddressing/polyMeshGenAddressingEdgeFaces.C due to No such file or directory
Making dependency list for source file polyMeshGenAddressingEdgeCells.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenAddressing/polyMeshGenAddressingEdgeCells.C due to No such file or directory
Making dependency list for source file polyMeshGenAddressingUpdateGeometry.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenAddressing/polyMeshGenAddressingUpdateGeometry.C due to No such file or directory
Making dependency list for source file polyMeshGenAddressingClear.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenAddressing/polyMeshGenAddressingClear.C due to No such file or directory
Making dependency list for source file polyMeshGenAddressingCentresAndVols.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenAddressing/polyMeshGenAddressingCentresAndVols.C due to No such file or directory
Making dependency list for source file polyMeshGenAddressingCentresAndAreas.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenAddressing/polyMeshGenAddressingCentresAndAreas.C due to No such file or directory
Making dependency list for source file polyMeshGenAddressingCellPoints.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenAddressing/polyMeshGenAddressingCellPoints.C due to No such file or directory
Making dependency list for source file polyMeshGenAddressingCellEdges.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenAddressing/polyMeshGenAddressingCellEdges.C due to No such file or directory
Making dependency list for source file polyMeshGenAddressingCellCells.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenAddressing/polyMeshGenAddressingCellCells.C due to No such file or directory
Making dependency list for source file polyMeshGenAddressing.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenAddressing/polyMeshGenAddressing.C due to No such file or directory
Making dependency list for source file polyMeshGenModifierAddCellByCell.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenModifier/polyMeshGenModifierAddCellByCell.C due to No such file or directory
Making dependency list for source file polyMeshGenModifierRenumberMesh.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenModifier/polyMeshGenModifierRenumberMesh.C due to No such file or directory
Making dependency list for source file polyMeshGenModifierZipUpCells.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenModifier/polyMeshGenModifierZipUpCells.C due to No such file or directory
Making dependency list for source file polyMeshGenModifierReplaceBoundary.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenModifier/polyMeshGenModifierReplaceBoundary.C due to No such file or directory
Making dependency list for source file polyMeshGenModifierAddBufferCells.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenModifier/polyMeshGenModifierAddBufferCells.C due to No such file or directory
Making dependency list for source file polyMeshGenModifierAddProcessorFaces.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenModifier/polyMeshGenModifierAddProcessorFaces.C due to No such file or directory
Making dependency list for source file polyMeshGenModifierAddCells.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenModifier/polyMeshGenModifierAddCells.C due to No such file or directory
Making dependency list for source file polyMeshGenModifierReorderBoundaryFaces.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenModifier/polyMeshGenModifierReorderBoundaryFaces.C due to No such file or directory
Making dependency list for source file polyMeshGenModifierRemoveCells.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenModifier/polyMeshGenModifierRemoveCells.C due to No such file or directory
Making dependency list for source file polyMeshGenModifierRemoveFaces.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenModifier/polyMeshGenModifierRemoveFaces.C due to No such file or directory
Making dependency list for source file polyMeshGenModifierRemoveUnusedVertices.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGenModifier/polyMeshGenModifierRemoveUnusedVertices.C due to No such file or directory
Making dependency list for source file processorBoundaryPatch.C
Making dependency list for source file boundaryPatch.C
Making dependency list for source file boundaryPatchBase.C
Making dependency list for source file coordinateModifier.C
Making dependency list for source file polyMeshGenGeometryModification.C
could not open file foamTime.H for source file utilities/anisotropicMeshing/polyMeshGenGeometryModification/polyMeshGenGeometryModification.C due to No such file or directory
Making dependency list for source file surfaceMeshGeometryModification.C
Making dependency list for source file edgeMeshGeometryModification.C
Making dependency list for source file boxScaling.C
Making dependency list for source file planeScaling.C
Making dependency list for source file newCoordinateModification.C
Making dependency list for source file coordinateModification.C
Making dependency list for source file polyMeshGen2DEngine.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGen2DEngine/polyMeshGen2DEngine.C due to No such file or directory
Making dependency list for source file polyMeshGenCells.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGen/polyMeshGenCells.C due to No such file or directory
Making dependency list for source file polyMeshGenFaces.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGen/polyMeshGenFaces.C due to No such file or directory
Making dependency list for source file polyMeshGenPoints.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGen/polyMeshGenPoints.C due to No such file or directory
Making dependency list for source file polyMeshGen.C
could not open file foamTime.H for source file utilities/meshes/polyMeshGen/polyMeshGen.C due to No such file or directory
Making dependency list for source file faceIOGraph.C
Making dependency list for source file cellIOGraph.C
Making dependency list for source file VRWGraphList.C
Making dependency list for source file VRWGraphSMPModifier.C
Making dependency list for source file VRWGraph.C
Making dependency list for source file faceListPMG.C
Making dependency list for source file pointFieldPMG.C
Making dependency list for source file checkMeshDict.C
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DUSE_OMP -fopenmp -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c utilities/checkMeshDict/checkMeshDict.C -o Make/linux64GccDPInt32Opt/utilities/checkMeshDict/checkMeshDict.o
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DUSE_OMP -fopenmp -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c utilities/containers/Lists/pointFieldPMG.C -o Make/linux64GccDPInt32Opt/utilities/containers/Lists/pointFieldPMG.o
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DUSE_OMP -fopenmp -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c utilities/containers/Lists/faceListPMG.C -o Make/linux64GccDPInt32Opt/utilities/containers/Lists/faceListPMG.o
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DUSE_OMP -fopenmp -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c utilities/containers/VRWGraph/VRWGraph.C -o Make/linux64GccDPInt32Opt/utilities/containers/VRWGraph/VRWGraph.o
utilities/containers/VRWGraph/VRWGraph.C:32:16: warning: ‘Foam::Ostream& Foam::operator<<(Foam::Ostream&, const Foam::VRWGraph&)’ has not been declared within Foam
 Foam::Ostream& Foam::operator<<
                ^~~~
In file included from utilities/containers/VRWGraph/VRWGraph.C:26:0:
utilities/containers/VRWGraph/VRWGraph.H:256:25: note: only here as a friend
         friend Ostream& operator<<(Ostream&, const VRWGraph&);
                         ^~~~~~~~
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DUSE_OMP -fopenmp -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c utilities/containers/VRWGraph/VRWGraphSMPModifier.C -o Make/linux64GccDPInt32Opt/utilities/containers/VRWGraph/VRWGraphSMPModifier.o
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DUSE_OMP -fopenmp -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c utilities/containers/VRWGraphList/VRWGraphList.C -o Make/linux64GccDPInt32Opt/utilities/containers/VRWGraphList/VRWGraphList.o
utilities/containers/VRWGraphList/VRWGraphList.C:32:16: warning: ‘Foam::Ostream& Foam::operator<<(Foam::Ostream&, const Foam::VRWGraphList&)’ has not been declared within Foam
 Foam::Ostream& Foam::operator<<
                ^~~~
In file included from utilities/containers/VRWGraphList/VRWGraphList.C:26:0:
utilities/containers/VRWGraphList/VRWGraphList.H:126:25: note: only here as a friend
         friend Ostream& operator<<(Ostream&, const VRWGraphList&);
                         ^~~~~~~~
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DUSE_OMP -fopenmp -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c utilities/containers/Graphs/cellIOGraph.C -o Make/linux64GccDPInt32Opt/utilities/containers/Graphs/cellIOGraph.o
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DUSE_OMP -fopenmp -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c utilities/containers/Graphs/faceIOGraph.C -o Make/linux64GccDPInt32Opt/utilities/containers/Graphs/faceIOGraph.o
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DUSE_OMP -fopenmp -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c utilities/meshes/polyMeshGen/polyMeshGen.C -o Make/linux64GccDPInt32Opt/utilities/meshes/polyMeshGen/polyMeshGen.o
In file included from lnInclude/meshSubset.H:162:0,
                 from utilities/meshes/polyMeshGen/polyMeshGenPoints.H:45,
                 from utilities/meshes/polyMeshGen/polyMeshGenFaces.H:40,
                 from utilities/meshes/polyMeshGen/polyMeshGenCells.H:40,
                 from utilities/meshes/polyMeshGen/polyMeshGen.H:39,
                 from utilities/meshes/polyMeshGen/polyMeshGen.C:28:
lnInclude/meshSubsetI.H: In member function ‘bool Foam::meshSubset::operator==(const Foam::meshSubset&) const’:
lnInclude/meshSubsetI.H:173:18: warning: self-comparison always evaluates to false [-Wtautological-compare]
     if( ms.type_ != ms.type_ )
         ~~~~~~~~~^~~~~~~~~~~
In file included from utilities/meshes/polyMeshGen/polyMeshGen.C:28:0:
utilities/meshes/polyMeshGen/polyMeshGen.H: At global scope:
utilities/meshes/polyMeshGen/polyMeshGen.H:52:9: error: ‘IOdictionary’ does not name a type; did you mean ‘dictionary’?
         IOdictionary metaDict_;
         ^~~~~~~~~~~~
         dictionary
utilities/meshes/polyMeshGen/polyMeshGen.H: In member function ‘const Foam::dictionary& Foam::polyMeshGen::metaData() const’:
utilities/meshes/polyMeshGen/polyMeshGen.H:89:20: error: ‘metaDict_’ was not declared in this scope
             return metaDict_;
                    ^~~~~~~~~
utilities/meshes/polyMeshGen/polyMeshGen.H:89:20: note: suggested alternative: ‘metaData’
             return metaDict_;
                    ^~~~~~~~~
                    metaData
utilities/meshes/polyMeshGen/polyMeshGen.H: In member function ‘Foam::dictionary& Foam::polyMeshGen::metaData()’:
utilities/meshes/polyMeshGen/polyMeshGen.H:95:20: error: ‘metaDict_’ was not declared in this scope
             return metaDict_;
                    ^~~~~~~~~
utilities/meshes/polyMeshGen/polyMeshGen.H:95:20: note: suggested alternative: ‘metaData’
             return metaDict_;
                    ^~~~~~~~~
                    metaData
utilities/meshes/polyMeshGen/polyMeshGen.C: In constructor ‘Foam::polyMeshGen::polyMeshGen(const Foam::Time&)’:
utilities/meshes/polyMeshGen/polyMeshGen.C:40:5: error: class ‘Foam::polyMeshGen’ does not have any field named ‘metaDict_’
     metaDict_
     ^~~~~~~~~
utilities/meshes/polyMeshGen/polyMeshGen.C: In constructor ‘Foam::polyMeshGen::polyMeshGen(const Foam::Time&, const pointField&, const faceList&, const cellList&)’:
utilities/meshes/polyMeshGen/polyMeshGen.C:64:5: error: class ‘Foam::polyMeshGen’ does not have any field named ‘metaDict_’
     metaDict_
     ^~~~~~~~~
utilities/meshes/polyMeshGen/polyMeshGen.C: In constructor ‘Foam::polyMeshGen::polyMeshGen(const Foam::Time&, const pointField&, const faceList&, const cellList&, const wordList&, const labelList&, const labelList&)’:
utilities/meshes/polyMeshGen/polyMeshGen.C:100:5: error: class ‘Foam::polyMeshGen’ does not have any field named ‘metaDict_’
     metaDict_
     ^~~~~~~~~
utilities/meshes/polyMeshGen/polyMeshGen.C: In member function ‘void Foam::polyMeshGen::write() const’:
utilities/meshes/polyMeshGen/polyMeshGen.C:156:5: error: ‘metaDict_’ was not declared in this scope
     metaDict_.writeHeader(fName);
     ^~~~~~~~~
utilities/meshes/polyMeshGen/polyMeshGen.C:156:5: note: suggested alternative: ‘metaData’
     metaDict_.writeHeader(fName);
     ^~~~~~~~~
     metaData
/opt/openfoam5/wmake/rules/General/transform:25: recipe for target 'Make/linux64GccDPInt32Opt/utilities/meshes/polyMeshGen/polyMeshGen.o' failed
make: *** [Make/linux64GccDPInt32Opt/utilities/meshes/polyMeshGen/polyMeshGen.o] Error 1
wmake executables
wmake cartesian2DMesh
make[1]: Entering directory '/home/will/OpenFOAM/will-5.0/cfMesh-v1.1.2/executables/cartesian2DMesh'
Making dependency list for source file cartesian2DMesh.C
could not open file foamTime.H for source file cartesian2DMesh.C due to No such file or directory
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -I/opt/openfoam5/src/finiteVolume/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I../../meshLibrary/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c cartesian2DMesh.C -o Make/linux64GccDPInt32Opt/cartesian2DMesh.o
In file included from ../../meshLibrary/lnInclude/meshSubset.H:162:0,
                 from ../../meshLibrary/lnInclude/polyMeshGenPoints.H:45,
                 from ../../meshLibrary/lnInclude/polyMeshGenFaces.H:40,
                 from ../../meshLibrary/lnInclude/polyMeshGenCells.H:40,
                 from ../../meshLibrary/lnInclude/polyMeshGen.H:39,
                 from ../../meshLibrary/lnInclude/cartesian2DMeshGenerator.H:38,
                 from cartesian2DMesh.C:33:
../../meshLibrary/lnInclude/meshSubsetI.H: In member function ‘bool Foam::meshSubset::operator==(const Foam::meshSubset&) const’:
../../meshLibrary/lnInclude/meshSubsetI.H:173:18: warning: self-comparison always evaluates to false [-Wtautological-compare]
     if( ms.type_ != ms.type_ )
         ~~~~~~~~~^~~~~~~~~~~
In file included from ../../meshLibrary/lnInclude/cartesian2DMeshGenerator.H:38:0,
                 from cartesian2DMesh.C:33:
../../meshLibrary/lnInclude/polyMeshGen.H: At global scope:
../../meshLibrary/lnInclude/polyMeshGen.H:52:9: error: ‘IOdictionary’ does not name a type; did you mean ‘dictionary’?
         IOdictionary metaDict_;
         ^~~~~~~~~~~~
         dictionary
../../meshLibrary/lnInclude/polyMeshGen.H: In member function ‘const Foam::dictionary& Foam::polyMeshGen::metaData() const’:
../../meshLibrary/lnInclude/polyMeshGen.H:89:20: error: ‘metaDict_’ was not declared in this scope
             return metaDict_;
                    ^~~~~~~~~
../../meshLibrary/lnInclude/polyMeshGen.H:89:20: note: suggested alternative: ‘metaData’
             return metaDict_;
                    ^~~~~~~~~
                    metaData
../../meshLibrary/lnInclude/polyMeshGen.H: In member function ‘Foam::dictionary& Foam::polyMeshGen::metaData()’:
../../meshLibrary/lnInclude/polyMeshGen.H:95:20: error: ‘metaDict_’ was not declared in this scope
             return metaDict_;
                    ^~~~~~~~~
../../meshLibrary/lnInclude/polyMeshGen.H:95:20: note: suggested alternative: ‘metaData’
             return metaDict_;
                    ^~~~~~~~~
                    metaData
make[1]: *** [Make/linux64GccDPInt32Opt/cartesian2DMesh.o] Error 1
/opt/openfoam5/wmake/rules/General/transform:25: recipe for target 'Make/linux64GccDPInt32Opt/cartesian2DMesh.o' failed
make[1]: Leaving directory '/home/will/OpenFOAM/will-5.0/cfMesh-v1.1.2/executables/cartesian2DMesh'
/opt/openfoam5/wmake/makefiles/apps:39: recipe for target 'cartesian2DMesh' failed
make: *** [cartesian2DMesh] Error 2
wmake utilities
wmake checkSurfaceMesh
make[1]: Entering directory '/home/will/OpenFOAM/will-5.0/cfMesh-v1.1.2/utilities/checkSurfaceMesh'
Making dependency list for source file checkSurfaceMesh.C
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -I/opt/openfoam5/src/finiteVolume/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I../../meshLibrary/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -c checkSurfaceMesh.C -o Make/linux64GccDPInt32Opt/checkSurfaceMesh.o
In file included from ../../meshLibrary/lnInclude/meshSubset.H:162:0,
                 from ../../meshLibrary/lnInclude/triSurfPoints.H:40,
                 from ../../meshLibrary/lnInclude/triSurf.H:40,
                 from checkSurfaceMesh.C:32:
../../meshLibrary/lnInclude/meshSubsetI.H: In member function ‘bool Foam::meshSubset::operator==(const Foam::meshSubset&) const’:
../../meshLibrary/lnInclude/meshSubsetI.H:173:18: warning: self-comparison always evaluates to false [-Wtautological-compare]
     if( ms.type_ != ms.type_ )
         ~~~~~~~~~^~~~~~~~~~~
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3  -DNoRepository -ftemplate-depth-100 -DNoSizeType -I/opt/openfoam5/src/triSurface/lnInclude -I/opt/openfoam5/src/meshTools/lnInclude -I/opt/openfoam5/src/finiteVolume/lnInclude -I/opt/openfoam5/src/edgeMesh/lnInclude -I../../meshLibrary/lnInclude -IlnInclude -I. -I/opt/openfoam5/src/OpenFOAM/lnInclude -I/opt/openfoam5/src/OSspecific/POSIX/lnInclude   -fPIC -Xlinker --add-needed -Xlinker --no-as-needed Make/linux64GccDPInt32Opt/checkSurfaceMesh.o -L/opt/openfoam5/platforms/linux64GccDPInt32Opt/lib \
    -lmeshTools -ltriSurface -lfiniteVolume -ledgeMesh -L/home/will/OpenFOAM/will-5.0/platforms/linux64GccDPInt32Opt/lib -lmeshLibrary -lOpenFOAM -ldl  \
     -lm -o /home/will/OpenFOAM/will-5.0/platforms/linux64GccDPInt32Opt/bin/checkSurfaceMesh
/usr/bin/ld: cannot find -lmeshLibrary
collect2: error: ld returned 1 exit status
/opt/openfoam5/wmake/makefiles/general:140: recipe for target '/home/will/OpenFOAM/will-5.0/platforms/linux64GccDPInt32Opt/bin/checkSurfaceMesh' failed
make[1]: *** [/home/will/OpenFOAM/will-5.0/platforms/linux64GccDPInt32Opt/bin/checkSurfaceMesh] Error 1
make[1]: Leaving directory '/home/will/OpenFOAM/will-5.0/cfMesh-v1.1.2/utilities/checkSurfaceMesh'
/opt/openfoam5/wmake/makefiles/apps:39: recipe for target 'checkSurfaceMesh' failed
make: *** [checkSurfaceMesh] Error 2
User avatar
oliveroxtoby
Posts: 810
Joined: Fri Dec 23, 2016 9:43 am
Location: South Africa

Re: cfMesh install problem

Post by oliveroxtoby »

Will2 wrote: Wed Nov 21, 2018 2:48 am

Code: Select all

make[1]: Entering directory '/home/will/OpenFOAM/will-5.0/cfMesh-v1.1.2/executables/cartesian2DMesh'
Are you definitely installing from the CFD Preferences page in the CfdOF workbench, using the download path given there? This location (cfMesh-v1.1.2) suggests you are using the standard version of cfMesh rather than our cfMesh-cfdof fork.
Please provide all the information requested in this post before reporting problems with CfdOF.
thschrader
Veteran
Posts: 3129
Joined: Sat May 20, 2017 12:06 pm
Location: Germany

Re: cfMesh install problem

Post by thschrader »

Just downloaded the newest cfmesh-cfdof version from sourceforge.
Install with "choose existing file"-option works without errors.
cfmesh runs fine on
OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.15072 (Git)
Build type: Release
Branch: master
Hash: e517c00d9b3da3d1dbe5d5b0159ac5fa95790a8f
Python version: 2.7.14
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: German/Germany (de_DE)
Will2
Posts: 33
Joined: Thu Apr 28, 2016 3:19 pm

Re: cfMesh install problem

Post by Will2 »

I was for sure using the installer in the preferences. After I read theschrader's comment I decided to give downloading and installing cfMesh-CfdOF manually a try, which actually worked (I didn't know I could get it from sourceforge). It took a little fiddling to get to work as I'm not super familiar with how I should install through make. (just enough to follow instructions online mostly) I now get "No missing dependencies detected" but I haven't tested it yet. Edit: Tested and working great so far! Thanks

This is what I ran to install it:
source "/opt/openfoam5/etc/bashrc"
./Allwmake


I ran FreeCAD through terminal so I could see what was going on and get the commands that I needed to install it myself and this was the first bit in case it may be useful:

Code: Select all

FreeCAD 0.17, Libs: 0.17R13541 (Git)
© Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2018
  #####                 ####  ###   ####  
  #                    #      # #   #   # 
  #     ##  #### ####  #     #   #  #   # 
  ####  # # #  # #  #  #     #####  #   # 
  #     #   #### ####  #    #     # #   # 
  #     #   #    #     #    #     # #   #  ##  ##  ##
  #     #   #### ####   ### #     # ####   ##  ##  ##

Gtk-Message: 11:28:28.913: Failed to load module "canberra-gtk-module" <<<<<I have since fixed this with apt.
During initialization the error 'module' object has no attribute 'getModulePath' occurred in /home/will/.FreeCAD/Mod/Cfd-master/InitGui.py
Please look into the log file for further information
During initialization the error 'module' object has no attribute 'getModulePath' occurred in /home/will/.FreeCAD/Mod/Cfd/InitGui.py
Please look into the log file for further information
Running  echo $WM_PROJECT_USER_DIR
Raw command:  ['bash', '-c', 'source "/opt/openfoam5/etc/bashrc" && echo $WM_PROJECT_USER_DIR']
/home/will/OpenFOAM/will-5.0
Running  { mkdir -p "$WM_PROJECT_USER_DIR"; cd "$WM_PROJECT_USER_DIR"; tar -xzf "/tmp/tmpGudXJi"; }
Raw command:  ['bash', '-c', 'source "/opt/openfoam5/etc/bashrc" && { mkdir -p "$WM_PROJECT_USER_DIR"; cd "$WM_PROJECT_USER_DIR"; tar -xzf "/tmp/tmpGudXJi"; }']
Running  ./Allwmake  ->  log.Allwmake
Raw command:  ['bash', '-c', 'source "/opt/openfoam5/etc/bashrc" && cd "$WM_PROJECT_USER_DIR/cfMesh-v1.1.2" && { rm log.Allwmake; ./Allwmake 1> >(tee -a log.Allwmake) 2> >(tee -a log.Allwmake >&2); }']
rm: cannot remove 'log.Allwmake': No such file or directory
wmake libso meshLibrary
wmakeLnInclude: linking include files to ./lnInclude
Making dependency list for source file workflowControls.C
I have other logs saved in case they may be useful for solving the problem in general, if it's not just limited to my machine (which is mostly just a fresh install of Ubuntu 18.04)
User avatar
oliveroxtoby
Posts: 810
Joined: Fri Dec 23, 2016 9:43 am
Location: South Africa

Re: cfMesh install problem

Post by oliveroxtoby »

Will2 wrote: Wed Nov 21, 2018 5:20 pm I was for sure using the installer in the preferences. After I read theschrader's comment I decided to give downloading and installing cfMesh-CfdOF manually a try, which actually worked (I didn't know I could get it from sourceforge). It took a little fiddling to get to work as I'm not super familiar with how I should install through make. (just enough to follow instructions online mostly) I now get "No missing dependencies detected" but I haven't tested it yet. Edit: Tested and working great so far! Thanks
I have a feeling you are using the CFD workbench and not CfdOF. I had not realised that it shares the same preference page, but it is an earlier version which loads the standard cfMesh version. Almost all of the material on this forum relates to CfdOF, but we should really change the title so that this is clearer! I'm afraid I am only able to assist with CfdOF.
Please provide all the information requested in this post before reporting problems with CfdOF.
Will2
Posts: 33
Joined: Thu Apr 28, 2016 3:19 pm

Re: cfMesh install problem

Post by Will2 »

oliveroxtoby wrote: Wed Nov 21, 2018 8:03 pm I have a feeling you are using the CFD workbench and not CfdOF. I had not realised that it shares the same preference page, but it is an earlier version which loads the standard cfMesh version. Almost all of the material on this forum relates to CfdOF, but we should really change the title so that this is clearer! I'm afraid I am only able to assist with CfdOF.
I realized I had both installed in my wandering to try and get it to work properly and removed the CFD one. If they load the same Preferences page it makes sense that it wasn't working properly.

Thanks again
julieng
Posts: 106
Joined: Sun Nov 25, 2018 8:57 pm

Re: cfMesh install problem

Post by julieng »

Hello,

FreeCAD seems so nice, very excited to test it.

I work on Windows 10. I try to install cfdOF, via preferences install blueCFD-core, cfMesh and HiSA, I have checked the dependencies and have the following message:
cfMesh not found
HiSA not found

What is the problem ?

Thank you

Julien
Attachments
log.Allwmake.log
log file
(10.54 KiB) Downloaded 120 times
User avatar
oliveroxtoby
Posts: 810
Joined: Fri Dec 23, 2016 9:43 am
Location: South Africa

Re: cfMesh install problem

Post by oliveroxtoby »

julieng wrote: Mon Nov 26, 2018 7:42 pm Hello,

FreeCAD seems so nice, very excited to test it.

I work on Windows 10. I try to install cfdOF, via preferences install blueCFD-core, cfMesh and HiSA, I have checked the dependencies and have the following message:
cfMesh not found
HiSA not found

What is the problem ?

Thank you

Julien
The log looks normal, but seems to be truncated. You may have closed the preferences window before the install was complete, perhaps? Could you try again, leaving it open until it reports the install has finished. This can take some time - 10 to 30 minutes or so, depending on the speed of your machine.
Please provide all the information requested in this post before reporting problems with CfdOF.
Post Reply