forked from OpenFOAM/OpenFOAM-2.3.x
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified waterChannel tutorial to make case better posed
Existing case did not properly converge and suffered slow convergence with the water level failing to reach an equilibrium. A slight rise in the channel appears to help the water level reach an equlibrium when the flow rate over the rise matches the inlet flow rate.
- Loading branch information
Chris Greenshields
committed
May 19, 2015
1 parent
edde7be
commit dd364b1
Showing
25 changed files
with
45 additions
and
328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tutorials/multiphase/interFoam/ras/waterChannel/0/alpha.water.org
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#!/bin/sh | ||
cd ${0%/*} || exit 1 # run from this directory | ||
|
||
# Source tutorial run functions | ||
. $WM_PROJECT_DIR/bin/tools/RunFunctions | ||
|
||
application=`getApplication` | ||
|
||
runApplication blockMesh | ||
|
||
echo "Creating channel" | ||
i=1 | ||
while [ "$i" -lt 3 ] ; do | ||
cp system/extrudeMeshDict.${i} system/extrudeMeshDict | ||
echo "Running extrudeMesh, instance" ${i} | ||
extrudeMesh > log.extrudeMesh.${i} | ||
i=`expr $i + 1` | ||
done | ||
|
||
# ----------------------------------------------------------------- end-of-file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
86 changes: 0 additions & 86 deletions
86
tutorials/multiphase/interFoam/ras/waterChannel/LTSInterFoam/system/controlDict
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
tutorials/multiphase/interFoam/ras/waterChannel/LTSInterFoam/system/fvSchemes
This file was deleted.
Oops, something went wrong.
101 changes: 0 additions & 101 deletions
101
tutorials/multiphase/interFoam/ras/waterChannel/LTSInterFoam/system/fvSolution
This file was deleted.
Oops, something went wrong.
45 changes: 0 additions & 45 deletions
45
tutorials/multiphase/interFoam/ras/waterChannel/LTSInterFoam/system/setFieldsDict
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.