Skip to content
Snippets Groups Projects
Commit e8ccb825 authored by mattijs's avatar mattijs
Browse files

COMP: various: instantiates e.g. turbulenceModel (in createFields) but does not link in

parent 77774934
Branches
Tags
No related merge requests found
......@@ -12,6 +12,7 @@ EXE_INC = \
EXE_LIBS = \
-lfiniteVolume \
-lcompressibleTurbulenceModel \
-lcompressibleRASModels \
-lreactionThermophysicalModels \
-lfluidThermophysicalModels \
......
......@@ -17,6 +17,7 @@ EXE_LIBS = \
-ldynamicMesh \
-lmeshTools \
-lincompressibleTransportModels \
-lincompressibleTurbulenceModel \
-lincompressibleRASModels \
-lincompressibleLESModels \
-lfiniteVolume \
......
......@@ -7,6 +7,7 @@ EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude
EXE_LIBS = \
-linterfaceProperties \
-ltwoPhaseInterfaceProperties \
-lincompressibleTransportModels \
-lphaseEquationsOfState \
......
......@@ -12,4 +12,5 @@ EXE_INC = \
LIB_LIBS = \
-lfiniteVolume \
-lcompressibleLESModels \
-lchemistryModel
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment