Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
6b97bf54
Commit
6b97bf54
authored
Dec 05, 2017
by
Andrew Heather
Browse files
TUT: Adding Alltest scripts
parent
6c44f9b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
tutorials/incompressible/pimpleFoam/LES/vortexShed/Alltest
0 → 100755
View file @
6b97bf54
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# Run from this directory
.
$WM_PROJECT_DIR
/bin/tools/RunFunctions
# Tutorial run functions
rm
-f
system/blockMeshDict
m4 system/blockMeshDict.m4
>
system/blockMeshDict
runApplication blockMesh
restore0Dir
runApplication decomposePar
runParallel
$(
getApplication
)
# Note: not running the noise utility since no pressure data will be generated
#------------------------------------------------------------------------------
tutorials/multiphase/interFoam/laminar/vofToLagrangian/Alltest
0 → 100755
View file @
6b97bf54
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# Run from this directory
.
$WM_PROJECT_DIR
/bin/tools/RunFunctions
# Tutorial run functions
(
cd
eulerianInjection
&&
./Allrun
)
# Note: only running the Eulerian test - particle data not yet available
# (after 1 iter) for subsequent Lagrangian cases
#------------------------------------------------------------------------------
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment