This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/applications/solvers/engine/sonicTurbDyMEngineFoam/Make/options

25 lines
714 B
Text
Raw Normal View History

EXE_INC = \
-I$(LIB_SRC)/engine/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude \
-I$(LIB_SRC)/dynamicMesh/dynamicFvMesh/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel \
-I$(LIB_SRC)/engine/lnInclude
EXE_LIBS = \
-lengine \
-lfiniteVolume \
-ldynamicFvMesh \
-ldynamicMesh \
-ltopoChangerFvMesh \
2010-10-04 14:55:12 +00:00
-lcompressibleTurbulenceModel \
-lcompressibleRASModels \
2010-09-22 18:13:13 +00:00
-lcompressibleLESModels \
-lbasicThermophysicalModels \
-lspecie \
-lmeshTools \
2010-12-20 12:14:26 +00:00
$(WM_DECOMP_LIBS) \
2012-08-30 16:34:41 +00:00
-llduSolvers \
-L$(MESQUITE_LIB_DIR) -lmesquite