From fcec3309a972c951d95e72c976e769032d54e915 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Sat, 2 Jun 2018 10:56:28 +0100 Subject: [PATCH] Removed temporary scripts recommending the use of the postProcess utilitiy --- bin/Co | 39 ---------------------------- bin/Lambda2 | 1 - bin/Mach | 39 ---------------------------- bin/Pe | 39 ---------------------------- bin/Q | 1 - bin/R | 1 - bin/createTurbulenceFields | 40 ---------------------------- bin/enstrophy | 1 - bin/execFlowFunctionObjects | 40 ---------------------------- bin/flowType | 1 - bin/foamCalc | 37 -------------------------- bin/patchAverage | 37 -------------------------- bin/patchIntegrate | 37 -------------------------- bin/probeLocations | 39 ---------------------------- bin/ptot | 39 ---------------------------- bin/sample | 43 ------------------------------- bin/streamFunction | 1 - bin/stressComponents | 39 ---------------------------- bin/supersededByPostProcess | 37 -------------------------- bin/supersededByPostProcessOption | 40 ---------------------------- bin/vorticity | 1 - bin/wallGradU | 37 -------------------------- bin/wallHeatFlux | 1 - bin/wallShearStress | 1 - bin/wdot | 37 -------------------------- bin/writeCellCentres | 1 - bin/yPlus | 1 - 27 files changed, 630 deletions(-) delete mode 100755 bin/Co delete mode 120000 bin/Lambda2 delete mode 100755 bin/Mach delete mode 100755 bin/Pe delete mode 120000 bin/Q delete mode 120000 bin/R delete mode 100755 bin/createTurbulenceFields delete mode 120000 bin/enstrophy delete mode 100755 bin/execFlowFunctionObjects delete mode 120000 bin/flowType delete mode 100755 bin/foamCalc delete mode 100755 bin/patchAverage delete mode 100755 bin/patchIntegrate delete mode 100755 bin/probeLocations delete mode 100755 bin/ptot delete mode 100755 bin/sample delete mode 120000 bin/streamFunction delete mode 100755 bin/stressComponents delete mode 100755 bin/supersededByPostProcess delete mode 100755 bin/supersededByPostProcessOption delete mode 120000 bin/vorticity delete mode 100755 bin/wallGradU delete mode 120000 bin/wallHeatFlux delete mode 120000 bin/wallShearStress delete mode 100755 bin/wdot delete mode 120000 bin/writeCellCentres delete mode 120000 bin/yPlus diff --git a/bin/Co b/bin/Co deleted file mode 100755 index 6f1ce2c1b..000000000 --- a/bin/Co +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -#------------------------------------------------------------------------------ -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright (C) 2016-2017 OpenFOAM Foundation -# \\/ M anipulation | -#------------------------------------------------------------------------------- -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM. If not, see . -# -# Script -# Co -# -# Description -# Script to suggest using the new "-postProcess" solver option. -# -#------------------------------------------------------------------------------ -Script=${0##*/} - -echo "$Script has been superseded by the -postProcess solver option:" -echo " -func CourantNo" -echo "e.g." -echo "pimpleFoam -postProcess -func CourantNo" - -#------------------------------------------------------------------------------ diff --git a/bin/Lambda2 b/bin/Lambda2 deleted file mode 120000 index 649dcf408..000000000 --- a/bin/Lambda2 +++ /dev/null @@ -1 +0,0 @@ -supersededByPostProcess \ No newline at end of file diff --git a/bin/Mach b/bin/Mach deleted file mode 100755 index ffe613bd6..000000000 --- a/bin/Mach +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -#------------------------------------------------------------------------------ -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright (C) 2016-2017 OpenFOAM Foundation -# \\/ M anipulation | -#------------------------------------------------------------------------------- -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM. If not, see . -# -# Script -# Mach -# -# Description -# Script to suggest using the new "-postProcess" solver option. -# -#------------------------------------------------------------------------------ -Script=${0##*/} - -echo "$Script has been superseded by the -postProcess solver option:" -echo " -func MachNo" -echo "e.g." -echo "sonicFoam -postProcess -func MachNo" - -#------------------------------------------------------------------------------ diff --git a/bin/Pe b/bin/Pe deleted file mode 100755 index b3c3e7de6..000000000 --- a/bin/Pe +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -#------------------------------------------------------------------------------ -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright (C) 2016-2017 OpenFOAM Foundation -# \\/ M anipulation | -#------------------------------------------------------------------------------- -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM. If not, see . -# -# Script -# Pe -# -# Description -# Script to suggest using the new "-postProcess" solver option. -# -#------------------------------------------------------------------------------ -Script=${0##*/} - -echo "$Script" "has been superseded by the -postProcess solver option:" -echo " -func PecletNo" -echo "e.g." -echo "pimpleFoam -postProcess -func PecletNo" - -#------------------------------------------------------------------------------ diff --git a/bin/Q b/bin/Q deleted file mode 120000 index 649dcf408..000000000 --- a/bin/Q +++ /dev/null @@ -1 +0,0 @@ -supersededByPostProcess \ No newline at end of file diff --git a/bin/R b/bin/R deleted file mode 120000 index 26a1bb7c9..000000000 --- a/bin/R +++ /dev/null @@ -1 +0,0 @@ -supersededByPostProcessOption \ No newline at end of file diff --git a/bin/createTurbulenceFields b/bin/createTurbulenceFields deleted file mode 100755 index 0963ec803..000000000 --- a/bin/createTurbulenceFields +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/sh -#------------------------------------------------------------------------------ -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright (C) 2016-2017 OpenFOAM Foundation -# \\/ M anipulation | -#------------------------------------------------------------------------------- -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM. If not, see . -# -# Script -# createTurbulenceFields -# -# Description -# Replacement script to suggest using the new "-postProcess" -# solver command-line option. -# -#------------------------------------------------------------------------------ -Script=${0##*/} - -echo "$Script has been superseded by the \ -'-postProcess' solver command-line option, e.g." - -echo "simpleFoam -postProcess -func 'turbulenceFields(R, omega)'" - -#------------------------------------------------------------------------------ diff --git a/bin/enstrophy b/bin/enstrophy deleted file mode 120000 index 649dcf408..000000000 --- a/bin/enstrophy +++ /dev/null @@ -1 +0,0 @@ -supersededByPostProcess \ No newline at end of file diff --git a/bin/execFlowFunctionObjects b/bin/execFlowFunctionObjects deleted file mode 100755 index d4e475df4..000000000 --- a/bin/execFlowFunctionObjects +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/sh -#------------------------------------------------------------------------------ -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright (C) 2016-2017 OpenFOAM Foundation -# \\/ M anipulation | -#------------------------------------------------------------------------------- -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM. If not, see . -# -# Script -# execFlowFunctionObjects -# -# Description -# Replacement execFlowFunctionObjects to suggest using the "-postProcess" -# solver command-line option. -# -#------------------------------------------------------------------------------ - -echo "execFlowFunctionObjects has been superseded by the \ -'-postProcess' solver command-line option, e.g." - -echo "simpleFoam -help -postProcess" -simpleFoam -help -postProcess - -#------------------------------------------------------------------------------ diff --git a/bin/flowType b/bin/flowType deleted file mode 120000 index 649dcf408..000000000 --- a/bin/flowType +++ /dev/null @@ -1 +0,0 @@ -supersededByPostProcess \ No newline at end of file diff --git a/bin/foamCalc b/bin/foamCalc deleted file mode 100755 index 3651e36e8..000000000 --- a/bin/foamCalc +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh -#------------------------------------------------------------------------------ -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright (C) 2016-2017 OpenFOAM Foundation -# \\/ M anipulation | -#------------------------------------------------------------------------------- -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM. If not, see . -# -# Script -# foamCalc -# -# Description -# Replacement foamCalc to suggest using the new "postProcess" utility. -# -#------------------------------------------------------------------------------ - -echo "foamCalc has been superseded by the postProcess utility:" -echo " postProcess -help" -postProcess -help - -#------------------------------------------------------------------------------ diff --git a/bin/patchAverage b/bin/patchAverage deleted file mode 100755 index 41aeae28c..000000000 --- a/bin/patchAverage +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh -#------------------------------------------------------------------------------ -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright (C) 2016-2017 OpenFOAM Foundation -# \\/ M anipulation | -#------------------------------------------------------------------------------- -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM. If not, see . -# -# Script -# patchAverage -# -# Description -# Script to suggest using the new "postProcess" utility. -# -#------------------------------------------------------------------------------ -Script=${0##*/} - -echo "$Script has been superseded by the postProcess utility:" -echo " postProcess -func '$Script(name=inlet,p)'" - -#------------------------------------------------------------------------------ diff --git a/bin/patchIntegrate b/bin/patchIntegrate deleted file mode 100755 index 0d51738e6..000000000 --- a/bin/patchIntegrate +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh -#------------------------------------------------------------------------------ -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright (C) 2016-2017 OpenFOAM Foundation -# \\/ M anipulation | -#------------------------------------------------------------------------------- -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM. If not, see . -# -# Script -# patchIntegrate -# -# Description -# Script to suggest using the new "postProcess" utility. -# -#------------------------------------------------------------------------------ -Script=${0##*/} - -echo "$Script has been superseded by the postProcess utility:" -echo " postProcess -func '$Script(name=inlet,p)'" - -#------------------------------------------------------------------------------ diff --git a/bin/probeLocations b/bin/probeLocations deleted file mode 100755 index d6a98e54a..000000000 --- a/bin/probeLocations +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -#------------------------------------------------------------------------------ -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright (C) 2016-2017 OpenFOAM Foundation -# \\/ M anipulation | -#------------------------------------------------------------------------------- -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM. If not, see . -# -# Script -# probeLocations -# -# Description -# Script to suggest using the new "postProcess" utility. -# -#------------------------------------------------------------------------------ -Script=${0##*/} - -echo "$Script has been superseded by the postProcess utility:" -echo " postProcess -func probes" -echo "or" -echo " postProcess -func 'probes(p, U)'" - -#------------------------------------------------------------------------------ diff --git a/bin/ptot b/bin/ptot deleted file mode 100755 index 35aaa9cf8..000000000 --- a/bin/ptot +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -#------------------------------------------------------------------------------ -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright (C) 2016-2017 OpenFOAM Foundation -# \\/ M anipulation | -#------------------------------------------------------------------------------- -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM. If not, see . -# -# Script -# ptot -# -# Description -# Script to suggest using the new "postProcess" utility. -# -#------------------------------------------------------------------------------ -Script=${0##*/} - -echo "$Script has been superseded by the postProcess utility:" -echo " postProcess -func 'totalPressureIncompressible(U,p)'" -echo "or" -echo " postProcess -func 'totalPressureCompressible(rho,U,p)'" - -#------------------------------------------------------------------------------ diff --git a/bin/sample b/bin/sample deleted file mode 100755 index ba914f9b7..000000000 --- a/bin/sample +++ /dev/null @@ -1,43 +0,0 @@ -#!/bin/sh -#------------------------------------------------------------------------------ -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright (C) 2016-2017 OpenFOAM Foundation -# \\/ M anipulation | -#------------------------------------------------------------------------------- -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM. If not, see . -# -# Script -# probeLocations -# -# Description -# Script to suggest using the new "postProcess" utility. -# -#------------------------------------------------------------------------------ -Script=${0##*/} - -echo "$Script has been superseded by the postProcess utility:" -echo " postProcess -func $Script" -echo -echo "To re-use existing 'sampleDict' files simply add the following entries:" -echo " type sets;" -echo " libs (\"libsampling.so\");" -echo "and run" -echo " postProcess -func sampleDict" - -#------------------------------------------------------------------------------ diff --git a/bin/streamFunction b/bin/streamFunction deleted file mode 120000 index 649dcf408..000000000 --- a/bin/streamFunction +++ /dev/null @@ -1 +0,0 @@ -supersededByPostProcess \ No newline at end of file diff --git a/bin/stressComponents b/bin/stressComponents deleted file mode 100755 index 6612ebf85..000000000 --- a/bin/stressComponents +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -#------------------------------------------------------------------------------ -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright (C) 2016-2017 OpenFOAM Foundation -# \\/ M anipulation | -#------------------------------------------------------------------------------- -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM. If not, see . -# -# Script -# stressComponents -# -# Description -# Script to suggest using the new "-postProcess" solver option. -# -#------------------------------------------------------------------------------ -Script=${0##*/} - -echo "$Script has been superseded by the -postProcess solver option:" -echo " -funcs '(R components(turbulenceProperties:R))'" -echo "e.g." -echo "simpleFoam -postProcess -funcs '(R components(turbulenceProperties:R))'" - -#------------------------------------------------------------------------------ diff --git a/bin/supersededByPostProcess b/bin/supersededByPostProcess deleted file mode 100755 index 38ec1a5ad..000000000 --- a/bin/supersededByPostProcess +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh -#------------------------------------------------------------------------------ -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright (C) 2016-2017 OpenFOAM Foundation -# \\/ M anipulation | -#------------------------------------------------------------------------------- -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM. If not, see . -# -# Script -# supersededByPostProcess -# -# Description -# Script to suggest using the new "postProcess" utility. -# -#------------------------------------------------------------------------------ -Script=${0##*/} - -echo "$Script has been superseded by the postProcess utility:" -echo " postProcess -func $Script" - -#------------------------------------------------------------------------------ diff --git a/bin/supersededByPostProcessOption b/bin/supersededByPostProcessOption deleted file mode 100755 index 168693459..000000000 --- a/bin/supersededByPostProcessOption +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/sh -#------------------------------------------------------------------------------ -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright (C) 2016-2017 OpenFOAM Foundation -# \\/ M anipulation | -#------------------------------------------------------------------------------- -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM. If not, see . -# -# Script -# supersededByPostProcessOption -# -# Description -# Replacement script to suggest using the new "-postProcess" -# solver command-line option. -# -#------------------------------------------------------------------------------ -Script=${0##*/} - -echo $Script "has been superseded by the \ -'-postProcess' solver command-line option, e.g." - -echo "simpleFoam -postProcess -func" $Script - -#------------------------------------------------------------------------------ diff --git a/bin/vorticity b/bin/vorticity deleted file mode 120000 index 649dcf408..000000000 --- a/bin/vorticity +++ /dev/null @@ -1 +0,0 @@ -supersededByPostProcess \ No newline at end of file diff --git a/bin/wallGradU b/bin/wallGradU deleted file mode 100755 index 95537be1c..000000000 --- a/bin/wallGradU +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh -#------------------------------------------------------------------------------ -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright (C) 2017 OpenFOAM Foundation -# \\/ M anipulation | -#------------------------------------------------------------------------------- -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM. If not, see . -# -# Script -# wallGradU -# -# Description -# Script to suggest using the new "postProcess" utility. -# -#------------------------------------------------------------------------------ -Script=${0##*/} - -echo "$Script has been superseded by the postProcess utility:" -echo " postProcess -func 'grad(U)'" - -#------------------------------------------------------------------------------ diff --git a/bin/wallHeatFlux b/bin/wallHeatFlux deleted file mode 120000 index 26a1bb7c9..000000000 --- a/bin/wallHeatFlux +++ /dev/null @@ -1 +0,0 @@ -supersededByPostProcessOption \ No newline at end of file diff --git a/bin/wallShearStress b/bin/wallShearStress deleted file mode 120000 index 26a1bb7c9..000000000 --- a/bin/wallShearStress +++ /dev/null @@ -1 +0,0 @@ -supersededByPostProcessOption \ No newline at end of file diff --git a/bin/wdot b/bin/wdot deleted file mode 100755 index fe8acdd68..000000000 --- a/bin/wdot +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh -#------------------------------------------------------------------------------ -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright (C) 2017 OpenFOAM Foundation -# \\/ M anipulation | -#------------------------------------------------------------------------------- -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM. If not, see . -# -# Script -# wdot -# -# Description -# Script to suggest using the new "postProcess" utility. -# -#------------------------------------------------------------------------------ -Script=${0##*/} - -echo "$Script has been superseded by the postProcess utility:" -echo "postProcess -func XiReactionRate" - -#------------------------------------------------------------------------------ diff --git a/bin/writeCellCentres b/bin/writeCellCentres deleted file mode 120000 index 649dcf408..000000000 --- a/bin/writeCellCentres +++ /dev/null @@ -1 +0,0 @@ -supersededByPostProcess \ No newline at end of file diff --git a/bin/yPlus b/bin/yPlus deleted file mode 120000 index 26a1bb7c9..000000000 --- a/bin/yPlus +++ /dev/null @@ -1 +0,0 @@ -supersededByPostProcessOption \ No newline at end of file