From 254b99357dd78311fa42764576182743532eecbf Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Tue, 27 Jul 2021 17:03:53 +0100 Subject: [PATCH] tutorials: Updated for changes to topoSet --- .../combustion/reactingFoam/RAS/membrane/system/setFieldsDict | 2 +- .../pimpleFoam/laminar/mixerVesselAMI2D/system/topoSetDict | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/combustion/reactingFoam/RAS/membrane/system/setFieldsDict b/tutorials/combustion/reactingFoam/RAS/membrane/system/setFieldsDict index 37266c9cf4..077f9a60ae 100644 --- a/tutorials/combustion/reactingFoam/RAS/membrane/system/setFieldsDict +++ b/tutorials/combustion/reactingFoam/RAS/membrane/system/setFieldsDict @@ -27,7 +27,7 @@ regions ( zoneToCell { - name pipe; + zone pipe; fieldValues ( volScalarFieldValue CH4 $!pipe/CH4 diff --git a/tutorials/incompressible/pimpleFoam/laminar/mixerVesselAMI2D/system/topoSetDict b/tutorials/incompressible/pimpleFoam/laminar/mixerVesselAMI2D/system/topoSetDict index c5e75e4ce3..5f0ea3a548 100644 --- a/tutorials/incompressible/pimpleFoam/laminar/mixerVesselAMI2D/system/topoSetDict +++ b/tutorials/incompressible/pimpleFoam/laminar/mixerVesselAMI2D/system/topoSetDict @@ -24,7 +24,7 @@ actions type faceSet; action new; source patchToFace; - name "AMI.*"; + patch "AMI.*"; } );