mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Script updates
This commit is contained in:
@ -37,10 +37,10 @@ Options:
|
|||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
* Default ddtSchemes entries in the fvSchemes files in all tutorials:
|
* 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:
|
* 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
|
USAGE
|
||||||
exit 0 # A clean exit
|
exit 0 # A clean exit
|
||||||
|
|||||||
@ -23,10 +23,11 @@
|
|||||||
# along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
# along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
# Script
|
# Script
|
||||||
# supersededByPostProcess
|
# mergedDyM
|
||||||
#
|
#
|
||||||
# Description
|
# 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##*/}
|
DyMsolver=${0##*/}
|
||||||
|
|||||||
@ -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
1
bin/pimpleDyMFoam
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
mergedDyM
|
||||||
Reference in New Issue
Block a user