mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -120,6 +120,25 @@ $(math)/invIncGamma.C
|
|||||||
|
|
||||||
primitives/subModelBase/subModelBase.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 = primitives/strings
|
||||||
$(strings)/string/string.C
|
$(strings)/string/string.C
|
||||||
$(strings)/string/stringIO.C
|
$(strings)/string/stringIO.C
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
#warning File removed - left for old dependency check only
|
|
||||||
@ -1 +0,0 @@
|
|||||||
#warning File removed - left for old dependency check only
|
|
||||||
@ -1 +0,0 @@
|
|||||||
#warning File removed - left for old dependency check only
|
|
||||||
@ -1 +0,0 @@
|
|||||||
#warning File removed - left for old dependency check only
|
|
||||||
@ -1 +0,0 @@
|
|||||||
#warning File removed - left for old dependency check only
|
|
||||||
@ -1 +0,0 @@
|
|||||||
#warning File removed - left for old dependency check only
|
|
||||||
@ -1 +0,0 @@
|
|||||||
#warning File removed - left for old dependency check only
|
|
||||||
@ -55,25 +55,6 @@ cellDist/wallPoint/wallPoint.C
|
|||||||
|
|
||||||
cellFeatures/cellFeatures.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
|
polyMeshZipUpCells/polyMeshZipUpCells.C
|
||||||
primitiveMeshGeometry/primitiveMeshGeometry.C
|
primitiveMeshGeometry/primitiveMeshGeometry.C
|
||||||
|
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
#warning File removed - left for old dependency check only
|
|
||||||
Reference in New Issue
Block a user