ENH: Adding eddyDissipationDiffusionModel, thermocouple probe and thermocoupleTestCase

This commit is contained in:
sergio
2016-10-07 10:17:43 -07:00
parent 3c790e2316
commit b9b2ac694a
32 changed files with 1720 additions and 71 deletions

View File

@ -25,4 +25,6 @@ writeDictionary/writeDictionary.C
writeObjects/writeObjects.C
thermoCoupleProbes/thermoCoupleProbes.C
LIB = $(FOAM_LIBBIN)/libutilityFunctionObjects

View File

@ -1,5 +1,12 @@
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude \
-I$(LIB_SRC)/ODE/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/transportModels/compressible/lnInclude
LIB_LIBS = \
-lfiniteVolume
-lfiniteVolume \
-lfluidThermophysicalModels \
-lcompressibleTransportModels \
-lODE