Description
Base-class for thermophysical properties of solids, liquids and gases
providing an interface compatible with the templated thermodynamics
packages.
liquidProperties, solidProperties and thermophysicalFunction libraries have been
combined with the new thermophysicalProperties class into a single
thermophysicalProperties library to simplify compilation and linkage of models,
libraries and applications dependent on these classes.
15 lines
447 B
Text
15 lines
447 B
Text
EXE_INC = \
|
|
-DFULLDEBUG -g -O0 \
|
|
-I$(LIB_SRC)/lagrangian/intermediate/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/radiation/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/thermophysicalFunctions/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-llagrangianIntermediate \
|
|
-lradiationModels \
|
|
-lregionModels \
|
|
-lfiniteVolume \
|
|
-lmeshTools \
|
|
-lsampling
|