GIT: relocate coordinate from meshTools -> OpenFOAM

- supports use of coordinate systems in fileFormats, surfMesh etc.

GIT: remove remnant dependency check placeholders
This commit is contained in:
Mark Olesen 2022-05-30 16:39:41 +02:00
parent 11d5677368
commit ef743147ea
39 changed files with 19 additions and 27 deletions

View File

@ -120,6 +120,25 @@ $(math)/invIncGamma.C
primitives/subModelBase/subModelBase.C
csys = primitives/coordinate/systems
$(csys)/coordinateSystem.C
$(csys)/coordinateSystemNew.C
$(csys)/coordinateSystemTransform.C
$(csys)/coordinateSystems.C
$(csys)/cartesianCS.C
$(csys)/cylindricalCS.C
$(csys)/indirectCS.C
crot = primitives/coordinate/rotation
$(crot)/axesRotation.C
$(crot)/axisAngleRotation.C
$(crot)/coordinateRotation.C
$(crot)/cylindricalRotation.C
$(crot)/identityRotation.C
$(crot)/specifiedRotation.C
$(crot)/EulerCoordinateRotation.C
$(crot)/STARCDCoordinateRotation.C
strings = primitives/strings
$(strings)/string/string.C
$(strings)/string/stringIO.C

View File

@ -1 +0,0 @@
#warning File removed - left for old dependency check only

View File

@ -1 +0,0 @@
#warning File removed - left for old dependency check only

View File

@ -1 +0,0 @@
#warning File removed - left for old dependency check only

View File

@ -1 +0,0 @@
#warning File removed - left for old dependency check only

View File

@ -1 +0,0 @@
#warning File removed - left for old dependency check only

View File

@ -1 +0,0 @@
#warning File removed - left for old dependency check only

View File

@ -1 +0,0 @@
#warning File removed - left for old dependency check only

View File

@ -55,25 +55,6 @@ cellDist/wallPoint/wallPoint.C
cellFeatures/cellFeatures.C
csys = coordinate/systems
$(csys)/coordinateSystem.C
$(csys)/coordinateSystemNew.C
$(csys)/coordinateSystemTransform.C
$(csys)/coordinateSystems.C
$(csys)/cartesianCS.C
$(csys)/cylindricalCS.C
$(csys)/indirectCS.C
crot = coordinate/rotation
$(crot)/axesRotation.C
$(crot)/axisAngleRotation.C
$(crot)/coordinateRotation.C
$(crot)/cylindricalRotation.C
$(crot)/identityRotation.C
$(crot)/specifiedRotation.C
$(crot)/EulerCoordinateRotation.C
$(crot)/STARCDCoordinateRotation.C
polyMeshZipUpCells/polyMeshZipUpCells.C
primitiveMeshGeometry/primitiveMeshGeometry.C

View File

@ -1 +0,0 @@
#warning File removed - left for old dependency check only