ENH: Script updates

This commit is contained in:
Andrew Heather
2018-06-26 14:04:00 +01:00
parent 14268bbcd1
commit 007c766914
3 changed files with 6 additions and 42 deletions

View File

@ -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

View File

@ -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##*/}

View File

@ -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"
#------------------------------------------------------------------------------

1
bin/pimpleDyMFoam Symbolic link
View File

@ -0,0 +1 @@
mergedDyM