Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
007c7669
Commit
007c7669
authored
7 years ago
by
Andrew Heather
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Script updates
parent
14268bbc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
bin/foamSearch
+2
-2
2 additions, 2 deletions
bin/foamSearch
bin/mergedDyM
+3
-2
3 additions, 2 deletions
bin/mergedDyM
bin/pimpleDyMFoam
+1
-38
1 addition, 38 deletions
bin/pimpleDyMFoam
bin/pimpleDyMFoam
+1
-38
1 addition, 38 deletions
bin/pimpleDyMFoam
with
7 additions
and
80 deletions
bin/foamSearch
+
2
−
2
View file @
007c7669
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
bin/mergedDyM
+
3
−
2
View file @
007c7669
...
...
@@ -23,10 +23,11 @@
# along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
#
# Script
#
sup
er
s
ed
edByPostProcess
#
m
er
g
ed
DyM
#
# 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
##*/
}
...
...
This diff is collapsed.
Click to expand it.
bin/pimpleDyMFoam
deleted
100755 → 0
+
1
−
38
View file @
14268bbc
#!/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"
#------------------------------------------------------------------------------
This diff is collapsed.
Click to expand it.
bin/pimpleDyMFoam
0 → 120000
+
1
−
38
View file @
007c7669
mergedDyM
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment