Changes necessary to compile

This commit is contained in:
Dominik Christ 2015-06-17 12:28:45 +01:00
parent 485950ef39
commit c8788776de
60 changed files with 51 additions and 51 deletions

View file

@ -34,7 +34,7 @@ SourceFiles
#ifndef faceMesh_H
#define faceMesh_H
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "faceList.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View file

@ -40,7 +40,7 @@ SourceFiles
#include "OFstream.H"
#include "areaFields.H"
#include "indirectPrimitivePatch.H"
#include "PrimitivePatchInterpolation.H"
#include "PrimitivePatchInterpolationTemplate.H"
using namespace Foam;

View file

@ -42,7 +42,7 @@ SourceFiles
#include "pointFields.H"
#include "vtkMesh.H"
#include "indirectPrimitivePatch.H"
#include "PrimitivePatchInterpolation.H"
#include "PrimitivePatchInterpolationTemplate.H"
using namespace Foam;

View file

@ -38,7 +38,7 @@ SourceFiles
#include "bMesh.H"
#include "boundaryPatch.H"
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "PtrList.H"
#include "polyPatchList.H"
#include "className.H"

View file

@ -35,7 +35,7 @@ SourceFiles
#ifndef treeDataPrimitivePatch_H
#define treeDataPrimitivePatch_H
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
//#include "indexedOctree.H"
#include "treeBoundBoxList.H"

View file

@ -33,7 +33,7 @@ Description
#ifndef bMesh_H
#define bMesh_H
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "face.H"
#include "List.H"
#include "pointField.H"

View file

@ -38,7 +38,7 @@ SourceFiles
#include "bMesh.H"
#include "boundaryPatch.H"
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "PtrList.H"
#include "polyPatchList.H"
#include "className.H"

View file

@ -30,7 +30,7 @@ License
#include "primitiveMesh.H"
#include "polyTopoChange.H"
#include "primitiveFacePatch.H"
#include "GGIInterpolation.H"
#include "GGIInterpolationTemplate.H"
#include "addToRunTimeSelectionTable.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //

View file

@ -23,7 +23,7 @@ License
\*---------------------------------------------------------------------------*/
#include "TimeActivatedExplicitSource.H"
#include "TimeActivatedExplicitSourceTemplate.H"
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //

View file

@ -23,7 +23,7 @@ License
\*---------------------------------------------------------------------------*/
#include "TimeActivatedExplicitSource.H"
#include "TimeActivatedExplicitSourceTemplate.H"
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //

View file

@ -36,7 +36,7 @@ SourceFiles
#define TimeActivatedExplicitSourceList_H
#include "IOPtrList.H"
#include "TimeActivatedExplicitSource.H"
#include "TimeActivatedExplicitSourceTemplate.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View file

@ -23,7 +23,7 @@ License
\*---------------------------------------------------------------------------*/
#include "TimeActivatedExplicitSource.H"
#include "TimeActivatedExplicitSourceTemplate.H"
#include "fvMesh.H"
#include "volFields.H"

View file

@ -376,7 +376,7 @@ public:
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#ifdef NoRepository
# include "TimeActivatedExplicitSource.C"
# include "TimeActivatedExplicitSourceTemplate.C"
# include "TimeActivatedExplicitSourceIO.C"
#endif

View file

@ -73,7 +73,7 @@ namespace fvc
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#ifdef NoRepository
# include "fvcDDt.C"
# include "fvcDDtTotal.C"
#endif
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View file

@ -476,7 +476,7 @@ $(mapPolyMesh)/mapDistribute/mapDistribute.C
$(mapPolyMesh)/mapDistribute/mapDistributePolyMesh.C
$(mapPolyMesh)/mapAddedPolyMesh.C
PrimitivePatch = $(primitiveMesh)/PrimitivePatch
PrimitivePatch = $(primitiveMesh)/PrimitivePatchTemplate
$(PrimitivePatch)/PrimitivePatchName.C
pointMesh = meshes/pointMesh

View file

@ -585,7 +585,7 @@ operator+
#include "PointPatchFieldFunctions.H"
#ifdef NoRepository
# include "PointPatchField.C"
# include "PointPatchFieldTemplate.C"
# include "CalculatedPointPatchField.H"
#endif

View file

@ -34,7 +34,7 @@ SourceFiles
#ifndef CalculatedPointPatchField_H
#define CalculatedPointPatchField_H
#include "PointPatchField.H"
#include "PointPatchFieldTemplate.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View file

@ -38,7 +38,7 @@ SourceFiles
#ifndef pointPatchField_H
#define pointPatchField_H
#include "PointPatchField.H"
#include "PointPatchFieldTemplate.H"
#include "pointPatch.H"
#include "DummyMatrix.H"
#include "pointMesh.H"

View file

@ -36,7 +36,7 @@ Description
#define ggiInterpolation_H
#include "GGIInterpolationTemplate.H"
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "face.H"
#include "SubList.H"
#include "pointField.H"

View file

@ -35,7 +35,7 @@ Contributor
#include "MixingPlaneInterpolationTemplate.H"
#include "demandDrivenData.H"
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "IOmanip.H"
#include "transform.H"
#include "RodriguesRotation.H"

View file

@ -35,7 +35,7 @@ Contributor
#include "MixingPlaneInterpolationTemplate.H"
#include "demandDrivenData.H"
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "IOmanip.H"
#include "transform.H"

View file

@ -35,7 +35,7 @@ Contributor
#include "MixingPlaneInterpolationTemplate.H"
#include "demandDrivenData.H"
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "IOmanip.H"
#include "transform.H"

View file

@ -691,7 +691,7 @@ public:
} // End namespace Foam
#ifdef NoRepository
# include "MixingPlaneInterpolation.C"
# include "MixingPlaneInterpolationTemplate.C"
# include "MixingPlaneProfile.C"
# include "MixingPlaneInterpolationPatches.C"
# include "MixingPlaneInterpolationAddressing.C"

View file

@ -39,7 +39,7 @@ Description
#define mixingPlaneInterpolation_H
#include "MixingPlaneInterpolationTemplate.H"
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "face.H"
#include "SubList.H"
#include "pointField.H"

View file

@ -43,7 +43,7 @@ SourceFiles
#include "FieldFields.H"
#include "faceList.H"
#include "intersection.H"
#include "PatchToPatchInterpolation.H"
#include "PatchToPatchInterpolationTemplate.H"
#include "regIOobject.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -108,7 +108,7 @@ public:
} // End namespace Foam
#ifdef NoRepository
# include "IOPatchToPatchInterpolation.C"
# include "IOPatchToPatchInterpolationTemplate.C"
#endif
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View file

@ -32,7 +32,7 @@ Description
#define IOpatchToPatchInterpolation_H
#include "IOPatchToPatchInterpolationTemplate.H"
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "face.H"
#include "SubList.H"
#include "pointField.H"

View file

@ -243,7 +243,7 @@ public:
} // End namespace Foam
#ifdef NoRepository
# include "PatchToPatchInterpolation.C"
# include "PatchToPatchInterpolationTemplate.C"
#endif
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View file

@ -27,7 +27,7 @@ License
#define patchToPatchInterpolation_H
#include "PatchToPatchInterpolationTemplate.H"
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "face.H"
#include "SubList.H"
#include "pointField.H"

View file

@ -157,7 +157,7 @@ public:
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#ifdef NoRepository
# include "PrimitivePatchInterpolation.C"
# include "PrimitivePatchInterpolationTemplate.C"
#endif
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View file

@ -33,7 +33,7 @@ Description
#define primitivePatchInterpolation_H
#include "PrimitivePatchInterpolationTemplate.H"
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "face.H"
#include "SubList.H"
#include "pointField.H"

View file

@ -37,8 +37,8 @@ Description
#ifndef overlapGgiInterpolation_H
#define overlapGgiInterpolation_H
#include "GGIInterpolation.H"
#include "PrimitivePatch.H"
#include "GGIInterpolationTemplate.H"
#include "PrimitivePatchTemplate.H"
#include "face.H"
#include "List.H"
#include "pointField.H"

View file

@ -32,7 +32,7 @@ Description
#define primitiveFaceZone_H
#include "face.H"
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "indirectFaceList.H"
#include "pointField.H"

View file

@ -41,7 +41,7 @@ SourceFiles
#ifndef PatchTools_H
#define PatchTools_H
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "HashSet.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View file

@ -28,7 +28,7 @@ Description
\*---------------------------------------------------------------------------*/
#include "boolList.H"
#include "PointHit.H"
#include "PointHitTemplate.H"
#include "objectHit.H"
#include "bandCompression.H"

View file

@ -490,7 +490,7 @@ public:
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#ifdef NoRepository
# include "PrimitivePatch.C"
# include "PrimitivePatchTemplate.C"
#endif
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View file

@ -32,7 +32,7 @@ Description
#ifndef indirectPrimitivePatch_H
#define indirectPrimitivePatch_H
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "face.H"
#include "IndirectList.H"
#include "pointField.H"

View file

@ -32,7 +32,7 @@ Description
#ifndef primitiveFacePatch_H
#define primitiveFacePatch_H
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "face.H"
#include "List.H"
#include "pointField.H"

View file

@ -32,7 +32,7 @@ Description
#ifndef primitivePatch_H
#define primitivePatch_H
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "face.H"
#include "SubList.H"
#include "pointField.H"

View file

@ -35,7 +35,7 @@ Author
#ifndef standAlonePatch_H
#define standAlonePatch_H
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "face.H"
#include "List.H"
#include "pointField.H"

View file

@ -32,7 +32,7 @@ Description
#ifndef uindirectPrimitivePatch_H
#define uindirectPrimitivePatch_H
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "face.H"
#include "UIndirectList.H"
#include "pointField.H"

View file

@ -36,7 +36,7 @@ SourceFiles
#define line_H
#include "vector.H"
#include "PointHit.H"
#include "PointHitTemplate.H"
#include "point2D.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View file

@ -26,7 +26,7 @@ License
#include "dirichletNeumannFriction.H"
#include "addToRunTimeSelectionTable.H"
#include "zeroGradientFvPatchFields.H"
#include "PatchToPatchInterpolation.H"
#include "PatchToPatchInterpolationTemplate.H"
#include "ggiInterpolation.H"
#include "tractionBoundaryGradient.H"
#include "fvc.H"

View file

@ -26,7 +26,7 @@ License
#include "iterativePenaltyFriction.H"
#include "addToRunTimeSelectionTable.H"
#include "zeroGradientFvPatchFields.H"
#include "PatchToPatchInterpolation.H"
#include "PatchToPatchInterpolationTemplate.H"
#include "ggiInterpolation.H"
#include "constitutiveModel.H"
#include "fvc.H"

View file

@ -26,7 +26,7 @@ License
#include "standardPenaltyFriction.H"
#include "addToRunTimeSelectionTable.H"
#include "zeroGradientFvPatchFields.H"
#include "PatchToPatchInterpolation.H"
#include "PatchToPatchInterpolationTemplate.H"
#include "ggiInterpolation.H"
#include "constitutiveModel.H"
#include "fvc.H"

View file

@ -47,7 +47,7 @@ SourceFiles
#ifndef MeshedSurface_H
#define MeshedSurface_H
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "PatchTools.H"
#include "pointField.H"
#include "face.H"

View file

@ -39,7 +39,7 @@ SourceFiles
#include "surfaceRegistry.H"
#include "MeshedSurfaceIOAllocator.H"
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "SubField.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View file

@ -35,7 +35,7 @@ SourceFiles
#ifndef elementPatchField_H
#define elementPatchField_H
#include "PointPatchField.H"
#include "PointPatchFieldTemplate.H"
#include "tetPolyPatch.H"
#include "DummyMatrix.H"

View file

@ -38,7 +38,7 @@ SourceFiles
#ifndef tetPolyPatchField_H
#define tetPolyPatchField_H
#include "PointPatchField.H"
#include "PointPatchFieldTemplate.H"
#include "tetPolyPatch.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View file

@ -35,7 +35,7 @@ SourceFiles
#ifndef triSurface_H
#define triSurface_H
#include "PrimitivePatch.H"
#include "PrimitivePatchTemplate.H"
#include "pointField.H"
#include "labelledTri.H"
#include "boolList.H"