From c3cfd97c8e1c8fa887dd3d09cf95a28eca560194 Mon Sep 17 00:00:00 2001 From: David Blom Date: Thu, 26 Feb 2015 11:28:41 +0100 Subject: [PATCH] fix tutorials --- run/3dTube/Allrun | 1 + run/3dTube/solid/constant/couplingProperties | 6 ++++-- run/cylinderFlap_FSI3/solid/constant/couplingProperties | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/run/3dTube/Allrun b/run/3dTube/Allrun index e4494cfc..1962254d 100755 --- a/run/3dTube/Allrun +++ b/run/3dTube/Allrun @@ -5,6 +5,7 @@ set -e NB_CORES=3 cp fluid/system/decomposeParDict solid/system/ +cp fluid/constant/couplingProperties solid/constant/ ./Allclean diff --git a/run/3dTube/solid/constant/couplingProperties b/run/3dTube/solid/constant/couplingProperties index 5ef63e63..58bf6749 100644 --- a/run/3dTube/solid/constant/couplingProperties +++ b/run/3dTube/solid/constant/couplingProperties @@ -13,6 +13,8 @@ FoamFile object couplingProperties; } -solidPatch inner-wall; +movingSolidPatches (inner-wall); -fluidPatch wall; +movingFluidPatches (wall); + +fluidConvergenceTolerance 1.0e-6; diff --git a/run/cylinderFlap_FSI3/solid/constant/couplingProperties b/run/cylinderFlap_FSI3/solid/constant/couplingProperties index f9359b55..a09d0221 100644 --- a/run/cylinderFlap_FSI3/solid/constant/couplingProperties +++ b/run/cylinderFlap_FSI3/solid/constant/couplingProperties @@ -13,7 +13,7 @@ FoamFile object couplingProperties; } -solidPatch plate; +movingSolidPatches (plate); movingFluidPatches (plate);