Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
fix tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
David Blom committed Feb 26, 2015
1 parent 4b90b58 commit c3cfd97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions run/3dTube/Allrun
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -e
NB_CORES=3

cp fluid/system/decomposeParDict solid/system/
cp fluid/constant/couplingProperties solid/constant/

./Allclean

Expand Down
6 changes: 4 additions & 2 deletions run/3dTube/solid/constant/couplingProperties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ FoamFile
object couplingProperties;
}

solidPatch inner-wall;
movingSolidPatches (inner-wall);

fluidPatch wall;
movingFluidPatches (wall);

fluidConvergenceTolerance 1.0e-6;
2 changes: 1 addition & 1 deletion run/cylinderFlap_FSI3/solid/constant/couplingProperties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FoamFile
object couplingProperties;
}

solidPatch plate;
movingSolidPatches (plate);

movingFluidPatches (plate);

Expand Down

0 comments on commit c3cfd97

Please sign in to comment.