From 90dd4b30cd5c8b2e3c3202f9bad4971e7597461b Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Mon, 12 Nov 2018 13:59:38 +0100 Subject: [PATCH] TUT: syntax typo (#1059) --- applications/test/hexRef8/block/system/decomposeParDict | 2 +- .../test/mapDistributePolyMesh/cavity/system/decomposeParDict | 2 +- .../test/mapDistributePolyMesh/cavity/system/decomposeParDict-2 | 2 +- .../test/mapDistributePolyMesh/cavity/system/decomposeParDict-5 | 2 +- .../test/patchRegion/cavity_pinched/system/decomposeParDict | 2 +- .../multiRegionHeater/system/decomposeParDict | 2 +- .../snappyMultiRegionHeater/system/decomposeParDict | 2 +- .../externalCoupledHeater/system/decomposeParDict | 2 +- .../multiRegionHeaterRadiation/system/decomposeParDict | 2 +- .../reactingParcelFoam/filter/system/decomposeParDict | 2 +- .../snappyMultiRegionHeater/system/bottomAir/decomposeParDict | 2 +- .../snappyMultiRegionHeater/system/heater/decomposeParDict | 2 +- .../snappyMultiRegionHeater/system/leftSolid/decomposeParDict | 2 +- .../snappyMultiRegionHeater/system/rightSolid/decomposeParDict | 2 +- .../snappyMultiRegionHeater/system/topAir/decomposeParDict | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/applications/test/hexRef8/block/system/decomposeParDict b/applications/test/hexRef8/block/system/decomposeParDict index ac4be587d4..5d63c3b8db 100644 --- a/applications/test/hexRef8/block/system/decomposeParDict +++ b/applications/test/hexRef8/block/system/decomposeParDict @@ -117,7 +117,7 @@ constraints //- Keep owner and neighbour on same processor for faces in zones: faces { - type preserveFaceZones, + type preserveFaceZones; zones (heater solid1 solid3); } //- Keep owner and neighbour on same processor for faces in patches: diff --git a/applications/test/mapDistributePolyMesh/cavity/system/decomposeParDict b/applications/test/mapDistributePolyMesh/cavity/system/decomposeParDict index 911121a532..c4a0b299d3 100644 --- a/applications/test/mapDistributePolyMesh/cavity/system/decomposeParDict +++ b/applications/test/mapDistributePolyMesh/cavity/system/decomposeParDict @@ -116,7 +116,7 @@ constraints //- Keep owner and neighbour on same processor for faces in zones: faces { - type preserveFaceZones, + type preserveFaceZones; zones (heater solid1 solid3); } //- Keep owner and neighbour on same processor for faces in patches: diff --git a/applications/test/mapDistributePolyMesh/cavity/system/decomposeParDict-2 b/applications/test/mapDistributePolyMesh/cavity/system/decomposeParDict-2 index 287b9841d9..40cb5cc32e 100644 --- a/applications/test/mapDistributePolyMesh/cavity/system/decomposeParDict-2 +++ b/applications/test/mapDistributePolyMesh/cavity/system/decomposeParDict-2 @@ -115,7 +115,7 @@ constraints //- Keep owner and neighbour on same processor for faces in zones: faces { - type preserveFaceZones, + type preserveFaceZones; zones (heater solid1 solid3); } //- Keep owner and neighbour on same processor for faces in patches: diff --git a/applications/test/mapDistributePolyMesh/cavity/system/decomposeParDict-5 b/applications/test/mapDistributePolyMesh/cavity/system/decomposeParDict-5 index f3274a9be2..92c59256a7 100644 --- a/applications/test/mapDistributePolyMesh/cavity/system/decomposeParDict-5 +++ b/applications/test/mapDistributePolyMesh/cavity/system/decomposeParDict-5 @@ -115,7 +115,7 @@ constraints //- Keep owner and neighbour on same processor for faces in zones: faces { - type preserveFaceZones, + type preserveFaceZones; zones (heater solid1 solid3); } //- Keep owner and neighbour on same processor for faces in patches: diff --git a/applications/test/patchRegion/cavity_pinched/system/decomposeParDict b/applications/test/patchRegion/cavity_pinched/system/decomposeParDict index 05fb82d4af..4a8b043e2d 100644 --- a/applications/test/patchRegion/cavity_pinched/system/decomposeParDict +++ b/applications/test/patchRegion/cavity_pinched/system/decomposeParDict @@ -115,7 +115,7 @@ constraints //- Keep owner and neighbour on same processor for faces in zones: faces { - type preserveFaceZones, + type preserveFaceZones; zones (heater solid1 solid3); } //- Keep owner and neighbour on same processor for faces in patches: diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/decomposeParDict index 6a683b0b2f..1a60e0cdbd 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/decomposeParDict @@ -46,7 +46,7 @@ constraints //- Keep owner and neighbour on same processor for faces in zones: faces { - type preserveFaceZones, + type preserveFaceZones; zones (heater solid1 solid3); } } diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/decomposeParDict index d41dd8c98c..c561cd7a35 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/decomposeParDict @@ -43,7 +43,7 @@ constraints //- Keep owner and neighbour on same processor for faces in zones: faces { - type preserveFaceZones, + type preserveFaceZones; zones (heater solid1 solid3); } } diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/decomposeParDict index db7a44b847..ef97514f51 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/decomposeParDict @@ -24,7 +24,7 @@ constraints //- Keep owner and neighbour on same processor for faces in zones: faces { - type preserveFaceZones, + type preserveFaceZones; zones (heater solid1 solid3); } } diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/decomposeParDict b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/decomposeParDict index ab5f3e8ddc..34ca9e0c2d 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/decomposeParDict +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/decomposeParDict @@ -40,7 +40,7 @@ constraints //- Keep owner and neighbour on same processor for faces in zones: faces { - type preserveFaceZones, + type preserveFaceZones; zones (heater solid1 solid3); } } diff --git a/tutorials/lagrangian/reactingParcelFoam/filter/system/decomposeParDict b/tutorials/lagrangian/reactingParcelFoam/filter/system/decomposeParDict index 705fe24c65..9b20f29a72 100644 --- a/tutorials/lagrangian/reactingParcelFoam/filter/system/decomposeParDict +++ b/tutorials/lagrangian/reactingParcelFoam/filter/system/decomposeParDict @@ -28,7 +28,7 @@ constraints //- Keep owner and neighbour on same processor for faces in zones: faces { - type preserveFaceZones, + type preserveFaceZones; zones (cycLeft cycRight); } } diff --git a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/bottomAir/decomposeParDict b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/bottomAir/decomposeParDict index 8719f23c1f..460e5bc51b 100644 --- a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/bottomAir/decomposeParDict +++ b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/bottomAir/decomposeParDict @@ -48,7 +48,7 @@ constraints //- Keep owner and neighbour on same processor for faces in zones: faces { - type preserveFaceZones, + type preserveFaceZones; zones (heater solid1 solid3); } } diff --git a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/heater/decomposeParDict b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/heater/decomposeParDict index 8719f23c1f..460e5bc51b 100644 --- a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/heater/decomposeParDict +++ b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/heater/decomposeParDict @@ -48,7 +48,7 @@ constraints //- Keep owner and neighbour on same processor for faces in zones: faces { - type preserveFaceZones, + type preserveFaceZones; zones (heater solid1 solid3); } } diff --git a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/leftSolid/decomposeParDict b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/leftSolid/decomposeParDict index 8719f23c1f..460e5bc51b 100644 --- a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/leftSolid/decomposeParDict +++ b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/leftSolid/decomposeParDict @@ -48,7 +48,7 @@ constraints //- Keep owner and neighbour on same processor for faces in zones: faces { - type preserveFaceZones, + type preserveFaceZones; zones (heater solid1 solid3); } } diff --git a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/rightSolid/decomposeParDict b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/rightSolid/decomposeParDict index 8719f23c1f..460e5bc51b 100644 --- a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/rightSolid/decomposeParDict +++ b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/rightSolid/decomposeParDict @@ -48,7 +48,7 @@ constraints //- Keep owner and neighbour on same processor for faces in zones: faces { - type preserveFaceZones, + type preserveFaceZones; zones (heater solid1 solid3); } } diff --git a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/topAir/decomposeParDict b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/topAir/decomposeParDict index 8719f23c1f..460e5bc51b 100644 --- a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/topAir/decomposeParDict +++ b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/topAir/decomposeParDict @@ -48,7 +48,7 @@ constraints //- Keep owner and neighbour on same processor for faces in zones: faces { - type preserveFaceZones, + type preserveFaceZones; zones (heater solid1 solid3); } }