Skip to content
Snippets Groups Projects
Commit f3b6566f authored by mattijs's avatar mattijs
Browse files

cleanup and running

parent 302a5c1a
Branches
Tags
No related merge requests found
......@@ -3,6 +3,7 @@ set -x
# remove old cell sets
rm -rf constant/polyMesh/sets
foamClearPolyMesh
# remove old time folders
rm -rf 0 *[1-9]*
......
......@@ -15,6 +15,7 @@ setSet -batch system/sets.setSet >& log.setSet1
setsToZones -noFlipMap >& log.setsToZones
# create the first cyclic - lhs of porous zone
unset FOAM_SETNAN
createBaffles cycLeft cycLeft -overwrite >& log.createBaffles1
# create the second cyclic - rhs of porous zone
......
......@@ -19,7 +19,7 @@ numberOfSubdomains 4;
method metis;
preservePatches
preserveFaceZones
(
cycLeft
cycRight
......@@ -39,9 +39,7 @@ hierarchicalCoeffs
}
metisCoeffs
{
processorWeights ( 1 1 1 1 );
}
{}
manualCoeffs
{
......
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