which need this functionality. Solvers will now check the correctness of the BCs on read.
14 lines
416 B
Plaintext
14 lines
416 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/turbulenceModels \
|
|
-I$(LIB_SRC)/turbulenceModels/incompressible/LES/LESModel \
|
|
-I$(LIB_SRC)/turbulenceModels/LES/LESdeltas/lnInclude \
|
|
-I$(LIB_SRC)/transportModels \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lincompressibleLESModels \
|
|
-lincompressibleTransportModels \
|
|
-lfiniteVolume \
|
|
-lgenericPatchFields
|