From f3349eb31b8249f1cd4e36cb1394dd0f948a39b7 Mon Sep 17 00:00:00 2001 From: Henrik Rusche Date: Tue, 21 Jun 2016 01:09:01 +0200 Subject: [PATCH] Fixing compilation of tutorials and apps references in controlDict --- tutorials/FSI/fsiFoam/3dTube/solid/system/controlDict | 2 +- tutorials/FSI/fsiFoam/HronTurekFsi3/fluid/system/controlDict | 2 +- tutorials/FSI/fsiFoam/beamInCrossFlow/fluid/system/controlDict | 2 +- .../FSI/fsiFoam/beamInCrossFlow/setInletVelocity/Make/options | 2 +- tutorials/FSI/solidFoam/plateHole/setPlateHoleBC/Make/options | 2 +- .../weakFsiFoam/beamInCrossFlow/setInletVelocity/Make/options | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tutorials/FSI/fsiFoam/3dTube/solid/system/controlDict b/tutorials/FSI/fsiFoam/3dTube/solid/system/controlDict index 521af5376..bd2c357d4 100755 --- a/tutorials/FSI/fsiFoam/3dTube/solid/system/controlDict +++ b/tutorials/FSI/fsiFoam/3dTube/solid/system/controlDict @@ -14,7 +14,7 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -application stressFoam; +application fsiFoam; startFrom latestTime; diff --git a/tutorials/FSI/fsiFoam/HronTurekFsi3/fluid/system/controlDict b/tutorials/FSI/fsiFoam/HronTurekFsi3/fluid/system/controlDict index fb37d3428..87138244c 100644 --- a/tutorials/FSI/fsiFoam/HronTurekFsi3/fluid/system/controlDict +++ b/tutorials/FSI/fsiFoam/HronTurekFsi3/fluid/system/controlDict @@ -15,7 +15,7 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -application fsiFoam; +application fsiFoam; startFrom startTime; diff --git a/tutorials/FSI/fsiFoam/beamInCrossFlow/fluid/system/controlDict b/tutorials/FSI/fsiFoam/beamInCrossFlow/fluid/system/controlDict index dc48c652b..739dbbe35 100644 --- a/tutorials/FSI/fsiFoam/beamInCrossFlow/fluid/system/controlDict +++ b/tutorials/FSI/fsiFoam/beamInCrossFlow/fluid/system/controlDict @@ -15,7 +15,7 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -application fsiFoam; +application fsiFoam; startFrom latestTime; diff --git a/tutorials/FSI/fsiFoam/beamInCrossFlow/setInletVelocity/Make/options b/tutorials/FSI/fsiFoam/beamInCrossFlow/setInletVelocity/Make/options index b55328775..cb669b1e8 100644 --- a/tutorials/FSI/fsiFoam/beamInCrossFlow/setInletVelocity/Make/options +++ b/tutorials/FSI/fsiFoam/beamInCrossFlow/setInletVelocity/Make/options @@ -1,5 +1,5 @@ EXE_INC = \ - -I../../../fluidSolidInteraction/lnInclude \ + -I$(WM_PROJECT_DIR)/applications/solvers/FSI/fluidSolidInteraction/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude \ -I$(LIB_SRC)/finiteArea/lnInclude \ -I$(LIB_SRC)/meshTools/lnInclude \ diff --git a/tutorials/FSI/solidFoam/plateHole/setPlateHoleBC/Make/options b/tutorials/FSI/solidFoam/plateHole/setPlateHoleBC/Make/options index 4a8e1fa1c..f23f3bcf9 100644 --- a/tutorials/FSI/solidFoam/plateHole/setPlateHoleBC/Make/options +++ b/tutorials/FSI/solidFoam/plateHole/setPlateHoleBC/Make/options @@ -1,5 +1,5 @@ EXE_INC = \ - -I../../../../src/fluidSolidInteraction/lnInclude \ + -I$(WM_PROJECT_DIR)/applications/solvers/FSI/fluidSolidInteraction/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude \ -I$(LIB_SRC)/finiteArea/lnInclude \ -I$(LIB_SRC)/meshTools/lnInclude \ diff --git a/tutorials/FSI/weakFsiFoam/beamInCrossFlow/setInletVelocity/Make/options b/tutorials/FSI/weakFsiFoam/beamInCrossFlow/setInletVelocity/Make/options index b55328775..cb669b1e8 100644 --- a/tutorials/FSI/weakFsiFoam/beamInCrossFlow/setInletVelocity/Make/options +++ b/tutorials/FSI/weakFsiFoam/beamInCrossFlow/setInletVelocity/Make/options @@ -1,5 +1,5 @@ EXE_INC = \ - -I../../../fluidSolidInteraction/lnInclude \ + -I$(WM_PROJECT_DIR)/applications/solvers/FSI/fluidSolidInteraction/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude \ -I$(LIB_SRC)/finiteArea/lnInclude \ -I$(LIB_SRC)/meshTools/lnInclude \