From 971e5fe30f71a7ff3798ffa3d4369c273c4f8b64 Mon Sep 17 00:00:00 2001 From: mattijs Date: Fri, 29 Jun 2012 15:38:25 +0100 Subject: [PATCH] ENH: movingCone: show usage of uniformFixedValue --- .../pimpleDyMFoam/movingCone/0/pointMotionUx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tutorials/incompressible/pimpleDyMFoam/movingCone/0/pointMotionUx b/tutorials/incompressible/pimpleDyMFoam/movingCone/0/pointMotionUx index c5e22094b5..b9c1cef078 100644 --- a/tutorials/incompressible/pimpleDyMFoam/movingCone/0/pointMotionUx +++ b/tutorials/incompressible/pimpleDyMFoam/movingCone/0/pointMotionUx @@ -22,8 +22,8 @@ boundaryField { movingWall { - type fixedValue; - value uniform 1; + type uniformFixedValue; + uniformValue constant 1; } farFieldMoving { @@ -31,8 +31,8 @@ boundaryField } fixedWall { - type fixedValue; - value uniform 0; + type uniformFixedValue; + uniformValue constant 0; } axis { @@ -40,8 +40,8 @@ boundaryField } left { - type fixedValue; - value uniform 0; + type uniformFixedValue; + uniformValue constant 0; } farField {