Skip to content

Commit

Permalink
Added back make files for pisoFoam
Browse files Browse the repository at this point in the history
  • Loading branch information
qiqi committed Oct 11, 2017
1 parent 752a5cf commit af0e619
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/openfoam4/pisoFoam/Make/files
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pisoFoam.C

EXE = pisoFoam
17 changes: 17 additions & 0 deletions tools/openfoam4/pisoFoam/Make/options
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
EXE_INC = \
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
-I$(LIB_SRC)/TurbulenceModels/incompressible/lnInclude \
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude

EXE_LIBS = \
-lturbulenceModels \
-lincompressibleTurbulenceModels \
-lincompressibleTransportModels \
-lfiniteVolume \
-lmeshTools \
-lfvOptions \
-lsampling

0 comments on commit af0e619

Please sign in to comment.