From fc9232b097004511d6492e0fceee1c81123e84cf Mon Sep 17 00:00:00 2001 From: Martin Beaudoin Date: Tue, 12 Oct 2010 01:44:35 -0400 Subject: [PATCH] Fix tutorials: incompressible/simpleSRFFoam: add Allrun file which compiles simpleSRFFoam. Needed to fix include files also --- tutorials/incompressible/simpleSRFFoam/simpleSRFFoam/Make/options | 2 +- tutorials/incompressible/simpleSRFFoam/simpleSRFFoam/simpleSRFFoam.C | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/incompressible/simpleSRFFoam/simpleSRFFoam/Make/options b/tutorials/incompressible/simpleSRFFoam/simpleSRFFoam/Make/options index 37358df5..02297d94 100644 --- a/tutorials/incompressible/simpleSRFFoam/simpleSRFFoam/Make/options +++ b/tutorials/incompressible/simpleSRFFoam/simpleSRFFoam/Make/options @@ -1,6 +1,6 @@ EXE_INC = \ -I$(LIB_SRC)/finiteVolume/lnInclude \ - -I$(LIB_SRC)/turbulenceModels/RAS \ + -I$(LIB_SRC)/turbulenceModels \ -I$(LIB_SRC)/transportModels EXE_LIBS = \ diff --git a/tutorials/incompressible/simpleSRFFoam/simpleSRFFoam/simpleSRFFoam.C b/tutorials/incompressible/simpleSRFFoam/simpleSRFFoam/simpleSRFFoam.C index d0fb32c5..99b8e1f2 100644 --- a/tutorials/incompressible/simpleSRFFoam/simpleSRFFoam/simpleSRFFoam.C +++ b/tutorials/incompressible/simpleSRFFoam/simpleSRFFoam/simpleSRFFoam.C @@ -33,7 +33,7 @@ Description #include "fvCFD.H" #include "incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H" -#include "incompressible/RASModel/RASModel.H" +#include "incompressible/RAS/RASModel/RASModel.H" #include "SRFModel.H" // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -- 2.11.4.GIT