Fix tutorials: MRFSimpleFoam
This commit is contained in:
parent
6a07c4443b
commit
4d81f175a1
3 changed files with 5 additions and 2 deletions
|
@ -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 "MRFZones.H"
|
#include "MRFZones.H"
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
|
@ -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 = \
|
||||||
|
|
|
@ -5,5 +5,8 @@
|
||||||
|
|
||||||
application="MRFSimpleFoam"
|
application="MRFSimpleFoam"
|
||||||
|
|
||||||
|
# Build tutorial app
|
||||||
|
wmake ../$application
|
||||||
|
|
||||||
./makeMesh
|
./makeMesh
|
||||||
runApplication $application
|
runApplication $application
|
||||||
|
|
Reference in a new issue