Fix tutorials: incompressible/simpleSRFFoam: add Allrun file which compiles simpleSRFFoam. Needed to fix include files also

This commit is contained in:
Martin Beaudoin 2010-10-12 01:44:35 -04:00
parent 84eb536e98
commit fd1733035a
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
EXE_INC = \ EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/turbulenceModels/RAS \ -I$(LIB_SRC)/turbulenceModels \
-I$(LIB_SRC)/transportModels -I$(LIB_SRC)/transportModels
EXE_LIBS = \ EXE_LIBS = \

View file

@ -33,7 +33,7 @@ Description
#include "fvCFD.H" #include "fvCFD.H"
#include "incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H" #include "incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H"
#include "incompressible/RASModel/RASModel.H" #include "incompressible/RAS/RASModel/RASModel.H"
#include "SRFModel.H" #include "SRFModel.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //