which need this functionality. Solvers will now check the correctness of the BCs on read.
12 lines
317 B
Plaintext
12 lines
317 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/transportModels \
|
|
-I$(LIB_SRC)/turbulenceModels \
|
|
-I$(LIB_SRC)/turbulenceModels/incompressible/RAS/RASModel \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lincompressibleRASModels \
|
|
-lincompressibleTransportModels \
|
|
-lfiniteVolume \
|
|
-lgenericPatchFields
|