STYLE: tutorials: topoSet instead of setSet

This commit is contained in:
mattijs
2011-11-25 12:18:45 +00:00
parent b0474623f8
commit c95300a083
3 changed files with 2 additions and 14 deletions

View File

@ -33,7 +33,6 @@ runParallel renumberMesh 4 -overwrite
# without evaluation.
#runParallel changeDictionary 4 -literalRE
#runParallel setSet 4 -batch makeZones
runParallel topoSet 4
runParallel `getApplication` 4

View File

@ -1,4 +0,0 @@
cellSet actuationDisk1 new boxToCell (581850.5 4785805 1061) (581850.8 4785815 1071)
cellZoneSet actuationDisk1 new setToCellZone actuationDisk1
cellSet actuationDisk2 new boxToCell (581754 4785658 1065) (581754.4 4785668 1075)
cellZoneSet actuationDisk2 new setToCellZone actuationDisk2

View File

@ -15,15 +15,8 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 2;
numberOfSubdomains 4;
method hierarchical;
hierarchicalCoeffs
{
n (2 1 1);
delta 0.001;
order xyz;
}
method ptscotch;
// ************************************************************************* //