Add the OpenFOAM source tree
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
scalarTransportFoam.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/scalarTransportFoam
|
||||
11
applications/solvers/basic/scalarTransportFoam/Make/options
Normal file
11
applications/solvers/basic/scalarTransportFoam/Make/options
Normal file
@ -0,0 +1,11 @@
|
||||
EXE_INC = \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
-I$(LIB_SRC)/fvOptions/lnInclude \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||
-I$(LIB_SRC)/sampling/lnInclude
|
||||
|
||||
EXE_LIBS = \
|
||||
-lfiniteVolume \
|
||||
-lfvOptions \
|
||||
-lmeshTools \
|
||||
-lsampling
|
||||
Reference in New Issue
Block a user