mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: tutorials: topoSet instead of setSet
This commit is contained in:
@ -33,7 +33,6 @@ runParallel renumberMesh 4 -overwrite
|
|||||||
# without evaluation.
|
# without evaluation.
|
||||||
#runParallel changeDictionary 4 -literalRE
|
#runParallel changeDictionary 4 -literalRE
|
||||||
|
|
||||||
#runParallel setSet 4 -batch makeZones
|
|
||||||
runParallel topoSet 4
|
runParallel topoSet 4
|
||||||
runParallel `getApplication` 4
|
runParallel `getApplication` 4
|
||||||
|
|
||||||
|
|||||||
@ -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
|
|
||||||
@ -15,15 +15,8 @@ FoamFile
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
numberOfSubdomains 2;
|
numberOfSubdomains 4;
|
||||||
|
|
||||||
method hierarchical;
|
method ptscotch;
|
||||||
|
|
||||||
hierarchicalCoeffs
|
|
||||||
{
|
|
||||||
n (2 1 1);
|
|
||||||
delta 0.001;
|
|
||||||
order xyz;
|
|
||||||
}
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user