mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
cleanup and running
This commit is contained in:
@ -3,6 +3,7 @@ set -x
|
|||||||
|
|
||||||
# remove old cell sets
|
# remove old cell sets
|
||||||
rm -rf constant/polyMesh/sets
|
rm -rf constant/polyMesh/sets
|
||||||
|
foamClearPolyMesh
|
||||||
|
|
||||||
# remove old time folders
|
# remove old time folders
|
||||||
rm -rf 0 *[1-9]*
|
rm -rf 0 *[1-9]*
|
||||||
|
|||||||
@ -15,6 +15,7 @@ setSet -batch system/sets.setSet >& log.setSet1
|
|||||||
setsToZones -noFlipMap >& log.setsToZones
|
setsToZones -noFlipMap >& log.setsToZones
|
||||||
|
|
||||||
# create the first cyclic - lhs of porous zone
|
# create the first cyclic - lhs of porous zone
|
||||||
|
unset FOAM_SETNAN
|
||||||
createBaffles cycLeft cycLeft -overwrite >& log.createBaffles1
|
createBaffles cycLeft cycLeft -overwrite >& log.createBaffles1
|
||||||
|
|
||||||
# create the second cyclic - rhs of porous zone
|
# create the second cyclic - rhs of porous zone
|
||||||
|
|||||||
@ -19,7 +19,7 @@ numberOfSubdomains 4;
|
|||||||
|
|
||||||
method metis;
|
method metis;
|
||||||
|
|
||||||
preservePatches
|
preserveFaceZones
|
||||||
(
|
(
|
||||||
cycLeft
|
cycLeft
|
||||||
cycRight
|
cycRight
|
||||||
@ -39,9 +39,7 @@ hierarchicalCoeffs
|
|||||||
}
|
}
|
||||||
|
|
||||||
metisCoeffs
|
metisCoeffs
|
||||||
{
|
{}
|
||||||
processorWeights ( 1 1 1 1 );
|
|
||||||
}
|
|
||||||
|
|
||||||
manualCoeffs
|
manualCoeffs
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user