From a1e0b1efa92fb13d898b11eb94307b5c2eddc046 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 15 Sep 2022 21:01:44 +0100 Subject: [PATCH] tutorials/compressible/rhoCentralFoam/movingCone: Set farFieldMoving patch to fixed velocity to improve the mesh motion. --- .../rhoCentralFoam/movingCone/0/pointMotionUx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tutorials/compressible/rhoCentralFoam/movingCone/0/pointMotionUx b/tutorials/compressible/rhoCentralFoam/movingCone/0/pointMotionUx index eb16632d5b..bdd5916ff8 100644 --- a/tutorials/compressible/rhoCentralFoam/movingCone/0/pointMotionUx +++ b/tutorials/compressible/rhoCentralFoam/movingCone/0/pointMotionUx @@ -24,28 +24,35 @@ boundaryField type uniformFixedValue; uniformValue constant 160; } + farFieldMoving { - type slip; + type uniformFixedValue; + uniformValue constant 160; } + fixedWall { type uniformFixedValue; uniformValue constant 0; } + left { type uniformFixedValue; uniformValue constant 0; } + farField { type slip; } + back { type wedge; } + front { type wedge;