mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: relocate surfaceMeshConvertTesting to test/ (closes #584)
- relocate as Test-surfaceMeshConvert.
This commit is contained in:
3
applications/test/surfaceMeshConvert/Make/files
Normal file
3
applications/test/surfaceMeshConvert/Make/files
Normal file
@ -0,0 +1,3 @@
|
||||
Test-surfaceMeshConvert.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/Test-surfaceMeshConvert
|
||||
@ -22,17 +22,16 @@ License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Application
|
||||
surfaceMeshConvertTesting
|
||||
Test-surfaceMeshConvert
|
||||
|
||||
Group
|
||||
grpSurfaceUtilities
|
||||
|
||||
Description
|
||||
Converts from one surface mesh format to another, but primarily
|
||||
used for testing functionality.
|
||||
Test conversions from one surface mesh format to another.
|
||||
|
||||
Usage
|
||||
\b surfaceMeshConvertTesting inputFile outputFile [OPTION]
|
||||
\b Test-surfaceMeshConvert inputFile outputFile [OPTION]
|
||||
|
||||
Options:
|
||||
- \par -clean
|
||||
@ -1,3 +0,0 @@
|
||||
surfaceMeshConvertTesting.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/surfaceMeshConvertTesting
|
||||
@ -224,7 +224,6 @@ _of_complete_cache_[surfaceInertia]="-case -density -referencePoint | -noFunctio
|
||||
_of_complete_cache_[surfaceInflate]="-case -featureAngle -nSmooth | -checkSelfIntersection -debug -noFunctionObjects -srcDoc -doc -help"
|
||||
_of_complete_cache_[surfaceLambdaMuSmooth]="-featureFile | -srcDoc -doc -help"
|
||||
_of_complete_cache_[surfaceMeshConvert]="-case -dict -from -scaleIn -scaleOut -to | -clean -noFunctionObjects -tri -srcDoc -doc -help"
|
||||
_of_complete_cache_[surfaceMeshConvertTesting]="-case -scale | -clean -noFunctionObjects -orient -stdout -surfMesh -testModify -triFace -triSurface -unsorted -srcDoc -doc -help"
|
||||
_of_complete_cache_[surfaceMeshExport]="-case -dict -from -name -scaleIn -scaleOut -to | -clean -noFunctionObjects -srcDoc -doc -help"
|
||||
_of_complete_cache_[surfaceMeshImport]="-case -dict -from -name -scaleIn -scaleOut -to | -clean -noFunctionObjects -srcDoc -doc -help"
|
||||
_of_complete_cache_[surfaceMeshInfo]="-case -scale | -areas -noFunctionObjects -xml -srcDoc -doc -help"
|
||||
|
||||
Reference in New Issue
Block a user