Skip to content
Snippets Groups Projects
Commit a3b5299b authored by Kutalmış Berçin's avatar Kutalmış Berçin
Browse files

BUG: fix no-U/P iteration issue in TUT/simpleFoam/turbineSiting (#1114)

parent ba6ba1ea
Branches
Tags
1 merge request!315MISC: RANS model, TUT, BUG, DOC changes
......@@ -12,6 +12,5 @@ zDir (0 0 1);
flowDir (1 0 0);
z0 uniform 0.1;
zGround uniform 935.0;
value $internalField;
// ************************************************************************* //
......@@ -5,7 +5,6 @@ cd "${0%/*}" || exit # Run from this directory
cleanCase0
# Remove decomposeParDict
rm -f system/decomposeParDict
#------------------------------------------------------------------------------
......@@ -4,18 +4,19 @@ cd "${0%/*}" || exit # Run from this directory
#------------------------------------------------------------------------------
# Make dummy 0 directory
rm -rf 0
mkdir 0
runApplication blockMesh
\cp system/decomposeParDict.hierarchical system/decomposeParDict
cp system/decomposeParDict.hierarchical system/decomposeParDict
runApplication decomposePar
\cp system/decomposeParDict.ptscotch system/decomposeParDict
cp system/decomposeParDict.ptscotch system/decomposeParDict
runParallel snappyHexMesh -overwrite
find . -iname '*level*' -type f -delete
# - Set the initial fields
# Set the initial fields
restore0Dir -processor
runParallel topoSet
......
......@@ -19,7 +19,7 @@ disk1
{
type actuationDiskSource;
fields (U);
fields (U);
selectionMode cellSet;
cellSet actuationDisk1;
......@@ -34,7 +34,7 @@ disk2
{
type actuationDiskSource;
fields (U);
fields (U);
selectionMode cellSet;
cellSet actuationDisk2;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment