which need this functionality. Solvers will now check the correctness of the BCs on read.
20 lines
585 B
Plaintext
20 lines
585 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/postProcessing/postCalc \
|
|
-I$(LIB_SRC)/transportModels \
|
|
-I$(LIB_SRC)/turbulenceModels \
|
|
-I$(LIB_SRC)/turbulenceModels/LES/LESdeltas/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
$(FOAM_LIBBIN)/postCalc.o \
|
|
-lincompressibleTransportModels \
|
|
-lincompressibleRASModels \
|
|
-lincompressibleLESModels \
|
|
-lbasicThermophysicalModels \
|
|
-lspecie \
|
|
-lcompressibleRASModels \
|
|
-lcompressibleLESModels \
|
|
-lfiniteVolume \
|
|
-lgenericPatchFields
|