Skip to content
Snippets Groups Projects
Commit 007c7669 authored by Andrew Heather's avatar Andrew Heather
Browse files

ENH: Script updates

parent 14268bbc
Branches
Tags
No related merge requests found
......@@ -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
......
......@@ -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##*/}
......
#!/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"
#------------------------------------------------------------------------------
mergedDyM
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment