cleanup and running
This commit is contained in:
parent
302a5c1a82
commit
f3b6566f32
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user