From c6bfa19a30abef33ce2fe81ac2c6d838d034ee73 Mon Sep 17 00:00:00 2001 From: andy <andy> Date: Mon, 21 Jan 2013 16:52:48 +0000 Subject: [PATCH] ENH: Tutorial update --- .../ras/mixerVessel2D/system/fvOptions | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/tutorials/compressible/rhoPimpleFoam/ras/mixerVessel2D/system/fvOptions b/tutorials/compressible/rhoPimpleFoam/ras/mixerVessel2D/system/fvOptions index 0a7bb922525..ef7041a4622 100644 --- a/tutorials/compressible/rhoPimpleFoam/ras/mixerVessel2D/system/fvOptions +++ b/tutorials/compressible/rhoPimpleFoam/ras/mixerVessel2D/system/fvOptions @@ -31,13 +31,16 @@ porosity1 d d [0 -2 0 0 0 0 0] (1e5 -1000 -1000); f f [0 -1 0 0 0 0 0] (0 0 0); - type cartesian; - origin (0 0 0); - coordinateRotation + coordinateSystem { - type axesRotation; - e1 (1 0 0); - e2 (0 1 0); + type cartesian; + origin (0 0 0); + coordinateRotation + { + type axesRotation; + e1 (1 0 0); + e2 (0 1 0); + } } } } -- GitLab