ln: ./lnInclude Making dependency list for source file sampledPlaneSpanwise.C Making dependency list for source file sampledPlaneAverage.C Making dependency list for source file circleSet.C Making dependency list for source file uniformSet.C g++ -std=c++11 -m64 -DOPENFOAM=1906 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -Wno-attributes -Wno-unknown-pragmas -O3 -DNoRepository -ftemplate-depth-100 -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/finiteVolume/lnInclude -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/meshTools/lnInclude -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/surfMesh/lnInclude -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/fileFormats/lnInclude -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/sampling/lnInclude -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/lagrangian/basic/lnInclude -IlnInclude -I. -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/OpenFOAM/lnInclude -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/OSspecific/POSIX/lnInclude -fPIC -c sampledSet/uniform/uniformSet.C -o Make/linux64GccDPInt32Opt/sampledSet/uniform/uniformSet.o g++ -std=c++11 -m64 -DOPENFOAM=1906 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -Wno-attributes -Wno-unknown-pragmas -O3 -DNoRepository -ftemplate-depth-100 -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/finiteVolume/lnInclude -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/meshTools/lnInclude -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/surfMesh/lnInclude -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/fileFormats/lnInclude -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/sampling/lnInclude -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/lagrangian/basic/lnInclude -IlnInclude -I. -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/OpenFOAM/lnInclude -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/OSspecific/POSIX/lnInclude -fPIC -c sampledSet/circle/circleSet.C -o Make/linux64GccDPInt32Opt/sampledSet/circle/circleSet.o g++ -std=c++11 -m64 -DOPENFOAM=1906 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -Wno-attributes -Wno-unknown-pragmas -O3 -DNoRepository -ftemplate-depth-100 -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/finiteVolume/lnInclude -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/meshTools/lnInclude -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/surfMesh/lnInclude -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/fileFormats/lnInclude -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/sampling/lnInclude -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/lagrangian/basic/lnInclude -IlnInclude -I. -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/OpenFOAM/lnInclude -I/home/csp/OpenFOAM/OpenFOAM-v1906/src/OSspecific/POSIX/lnInclude -fPIC -c sampledSurface/sampledPlaneAverage/sampledPlaneAverage.C -o Make/linux64GccDPInt32Opt/sampledSurface/sampledPlaneAverage/sampledPlaneAverage.o In file included from sampledSurface/sampledPlaneAverage/sampledPlaneAverage.C:26:0: sampledSurface/sampledPlaneAverage/sampledPlaneAverage.H: In member function ‘virtual const faceList& Foam::sampledPlaneAverage::faces() const’: sampledSurface/sampledPlaneAverage/sampledPlaneAverage.H:190:20: error: ‘faces’ is not a member of ‘Foam::cuttingPlane’ return cuttingPlane::faces(); ^ sampledSurface/sampledPlaneAverage/sampledPlaneAverage.H: In member function ‘const labelList& Foam::sampledPlaneAverage::meshCells() const’: sampledSurface/sampledPlaneAverage/sampledPlaneAverage.H:196:20: error: ‘cutCells’ is not a member of ‘Foam::cuttingPlane’ return cuttingPlane::cutCells(); ^ In file included from sampledSurface/sampledPlaneAverage/sampledPlaneAverage.H:274:0, from sampledSurface/sampledPlaneAverage/sampledPlaneAverage.C:26: sampledSurface/sampledPlaneAverage/sampledPlaneAverageTemplates.C: In member function ‘Foam::tmp > Foam::sampledPlaneAverage::interpolateField(const Foam::interpolation&) const’: sampledSurface/sampledPlaneAverage/sampledPlaneAverageTemplates.C:82:5: error: ‘PackedBoolList’ was not declared in this scope PackedBoolList isBoundaryPoint(cuttPoints.size(), false); ^ sampledSurface/sampledPlaneAverage/sampledPlaneAverageTemplates.C:90:5: error: ‘isBoundaryPoint’ was not declared in this scope isBoundaryPoint[pointI] = true; ^ sampledSurface/sampledPlaneAverage/sampledPlaneAverageTemplates.C:147:9: error: ‘isBoundaryPoint’ was not declared in this scope if(!isBoundaryPoint[pointI]) ^ sampledSurface/sampledPlaneAverage/sampledPlaneAverage.C: In constructor ‘Foam::sampledPlaneAverage::sampledPlaneAverage(const Foam::word&, const Foam::polyMesh&, const Foam::dictionary&)’: sampledSurface/sampledPlaneAverage/sampledPlaneAverage.C:114:9: error: ‘coordinateSystem’ was not declared in this scope coordinateSystem cs(mesh, dict.subDict("coordinateSystem")); ^ sampledSurface/sampledPlaneAverage/sampledPlaneAverage.C:116:23: error: ‘cs’ was not declared in this scope point base = cs.globalPosition(planeDesc().refPoint()); ^ sampledSurface/sampledPlaneAverage/sampledPlaneAverage.C: In member function ‘virtual bool Foam::sampledPlaneAverage::update()’: sampledSurface/sampledPlaneAverage/sampledPlaneAverage.C:195:50: error: ‘const cellZoneMesh {aka const class Foam::ZoneMesh}’ has no member named ‘findMatching’ labelList selectedCells = mesh().cellZones().findMatching(zoneKey_).used(); ^ sampledSurface/sampledPlaneAverage/sampledPlaneAverage.C:199:35: error: ‘reCut’ was not declared in this scope reCut(mesh(), triangulate_); ^ sampledSurface/sampledPlaneAverage/sampledPlaneAverage.C:203:50: error: ‘reCut’ was not declared in this scope reCut(mesh(), triangulate_, selectedCells); ^ In file included from /home/csp/OpenFOAM/OpenFOAM-v1906/src/OpenFOAM/lnInclude/token.H:51:0, from /home/csp/OpenFOAM/OpenFOAM-v1906/src/OpenFOAM/lnInclude/UListIO.C:30, from /home/csp/OpenFOAM/OpenFOAM-v1906/src/OpenFOAM/lnInclude/UList.C:352, from /home/csp/OpenFOAM/OpenFOAM-v1906/src/OpenFOAM/lnInclude/UList.H:654, from /home/csp/OpenFOAM/OpenFOAM-v1906/src/OpenFOAM/lnInclude/List.H:45, from /home/csp/OpenFOAM/OpenFOAM-v1906/src/OpenFOAM/lnInclude/HashTable.C:32, from /home/csp/OpenFOAM/OpenFOAM-v1906/src/OpenFOAM/lnInclude/HashTable.H:945, from /home/csp/OpenFOAM/OpenFOAM-v1906/src/OpenFOAM/lnInclude/objectRegistry.H:41, from /home/csp/OpenFOAM/OpenFOAM-v1906/src/surfMesh/lnInclude/polySurface.H:42, from /home/csp/OpenFOAM/OpenFOAM-v1906/src/sampling/lnInclude/sampledSurface.H:68, from sampledSurface/sampledPlaneAverage/sampledPlaneAverage.H:83, from sampledSurface/sampledPlaneAverage/sampledPlaneAverage.C:26: /home/csp/OpenFOAM/OpenFOAM-v1906/src/sampling/lnInclude/sampledSurface.H: In instantiation of ‘static Foam::autoPtr Foam::sampledSurface::addwordConstructorToTable::New(const Foam::word&, const Foam::polyMesh&, const Foam::dictionary&) [with sampledSurfaceType = Foam::sampledPlaneAverage]’: /home/csp/OpenFOAM/OpenFOAM-v1906/src/sampling/lnInclude/sampledSurface.H:156:5: required from ‘Foam::sampledSurface::addwordConstructorToTable::addwordConstructorToTable(const Foam::word&) [with sampledSurfaceType = Foam::sampledPlaneAverage]’ sampledSurface/sampledPlaneAverage/sampledPlaneAverage.C:39:5: required from here /home/csp/OpenFOAM/OpenFOAM-v1906/src/OpenFOAM/lnInclude/runTimeSelectionTables.H:74:64: error: invalid new-expression of abstract class type ‘Foam::sampledPlaneAverage’ return autoPtr(new baseType##Type parList); ^ /home/csp/OpenFOAM/OpenFOAM-v1906/src/sampling/lnInclude/sampledSurface.H:156:5: note: in expansion of macro ‘declareRunTimeSelectionTable’ declareRunTimeSelectionTable ^ In file included from sampledSurface/sampledPlaneAverage/sampledPlaneAverage.C:26:0: sampledSurface/sampledPlaneAverage/sampledPlaneAverage.H:95:7: note: because the following virtual functions are pure within ‘Foam::sampledPlaneAverage’: class sampledPlaneAverage ^ In file included from sampledSurface/sampledPlaneAverage/sampledPlaneAverage.H:83:0, from sampledSurface/sampledPlaneAverage/sampledPlaneAverage.C:26: /home/csp/OpenFOAM/OpenFOAM-v1906/src/sampling/lnInclude/sampledSurface.H:309:36: note: virtual const vectorField& Foam::sampledSurface::Sf() const virtual const vectorField& Sf() const = 0; ^ /home/csp/OpenFOAM/OpenFOAM-v1906/src/sampling/lnInclude/sampledSurface.H:312:36: note: virtual const scalarField& Foam::sampledSurface::magSf() const virtual const scalarField& magSf() const = 0; ^ /home/csp/OpenFOAM/OpenFOAM-v1906/src/sampling/lnInclude/sampledSurface.H:315:36: note: virtual const vectorField& Foam::sampledSurface::Cf() const virtual const vectorField& Cf() const = 0; ^ /home/csp/OpenFOAM/OpenFOAM-v1906/src/sampling/lnInclude/sampledSurface.H:430:34: note: virtual Foam::tmp > Foam::sampledSurface::sample(const Foam::interpolation&) const virtual tmp sample ^ /home/csp/OpenFOAM/OpenFOAM-v1906/src/sampling/lnInclude/sampledSurface.H:436:34: note: virtual Foam::tmp > > Foam::sampledSurface::sample(const Foam::interpolation >&) const virtual tmp sample ^ /home/csp/OpenFOAM/OpenFOAM-v1906/src/sampling/lnInclude/sampledSurface.H:442:43: note: virtual Foam::tmp > > Foam::sampledSurface::sample(const Foam::interpolation >&) const virtual tmp sample ^ /home/csp/OpenFOAM/OpenFOAM-v1906/src/sampling/lnInclude/sampledSurface.H:448:38: note: virtual Foam::tmp > > Foam::sampledSurface::sample(const Foam::interpolation >&) const virtual tmp sample ^ /home/csp/OpenFOAM/OpenFOAM-v1906/src/sampling/lnInclude/sampledSurface.H:454:34: note: virtual Foam::tmp > > Foam::sampledSurface::sample(const Foam::interpolation >&) const virtual tmp sample ^ /home/csp/OpenFOAM/OpenFOAM-v1906/wmake/rules/General/transform:34: recipe for target 'Make/linux64GccDPInt32Opt/sampledSurface/sampledPlaneAverage/sampledPlaneAverage.o' failed make: *** [Make/linux64GccDPInt32Opt/sampledSurface/sampledPlaneAverage/sampledPlaneAverage.o] Error 1