diff --git a/bin/foamSearch b/bin/foamSearch index 1be563e9144bd8a1560e3e0f259c1203c2002efe..386f080ed75a4dcae61a5682c4994b6976b46d82 100755 --- a/bin/foamSearch +++ b/bin/foamSearch @@ -37,10 +37,10 @@ Options: Examples: * Default ddtSchemes entries in the fvSchemes files in all tutorials: - foamSearch \$FOAM_TUTORIALS ddtSchemes/default fvSchemes + foamSearch \$FOAM_TUTORIALS ddtSchemes.default fvSchemes * Relaxations factors for U in fvSolutions files in all tutorials: - foamSearch -count \$FOAM_TUTORIALS relaxationFactors/equations/U fvSolution + foamSearch -count \$FOAM_TUTORIALS relaxationFactors.equations.U fvSolution USAGE exit 0 # A clean exit diff --git a/bin/mergedDyM b/bin/mergedDyM index eed3824241f309e0d5d0903ac2ed173cdf4d141a..dbca663ef9ec040557d5958f4fcba7af74a8078e 100755 --- a/bin/mergedDyM +++ b/bin/mergedDyM @@ -23,10 +23,11 @@ # along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. # # Script -# supersededByPostProcess +# mergedDyM # # Description -# Script to suggest using the new "postProcess" utility. +# Script to inform that dynamic mesh (DyM) functionality has been +# integrated into its (originally) static-mesh counterpart # #------------------------------------------------------------------------------ DyMsolver=${0##*/} diff --git a/bin/pimpleDyMFoam b/bin/pimpleDyMFoam deleted file mode 100755 index eed3824241f309e0d5d0903ac2ed173cdf4d141a..0000000000000000000000000000000000000000 --- a/bin/pimpleDyMFoam +++ /dev/null @@ -1,38 +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 <http://www.gnu.org/licenses/>. -# -# Script -# supersededByPostProcess -# -# Description -# Script to suggest using the new "postProcess" utility. -# -#------------------------------------------------------------------------------ -DyMsolver=${0##*/} -solver=$(echo $DyMsolver | sed 's/DyM//') - -echo "The dynamic mesh functionality in $DyMsolver has been merged into $solver" -echo "and the $DyMsolver tutorials moved into the $solver tutorials directory" - -#------------------------------------------------------------------------------ diff --git a/bin/pimpleDyMFoam b/bin/pimpleDyMFoam new file mode 120000 index 0000000000000000000000000000000000000000..d9fcbed5a0aea6bee7499aa8e041c9a8223e01ac --- /dev/null +++ b/bin/pimpleDyMFoam @@ -0,0 +1 @@ +mergedDyM \ No newline at end of file