Dynamic mesh updates - missing files
This commit is contained in:
parent
1a7ede54a4
commit
95dc85944b
2 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@ topoChangerFvMesh/topoChangerFvMesh.C
|
|||
linearValveFvMesh/linearValveFvMesh.C
|
||||
attachDetachFvMesh/attachDetachFvMesh.C
|
||||
linearValveLayersFvMesh/linearValveLayersFvMesh.C
|
||||
movingConeTopoFvMesh/movingConeTopoFvMesh.C
|
||||
movingBodyTopoFvMesh/movingBodyTopoFvMesh.C
|
||||
mixerFvMesh/mixerFvMesh.C
|
||||
multiMixerFvMesh/mixerRotor.C
|
||||
multiMixerFvMesh/multiMixerFvMesh.C
|
||||
|
|
|
@ -3,6 +3,7 @@ EXE_INC = \
|
|||
-I$(LIB_SRC)/dynamicMesh/dynamicFvMesh/lnInclude \
|
||||
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||
-I$(LIB_SRC)/dynamicMesh/meshMotion/solidBodyMotion/lnInclude \
|
||||
-I$(LIB_SRC)/dynamicMesh/meshMotion/tetDecompositionMotionSolver/lnInclude \
|
||||
-I$(LIB_SRC)/tetDecompositionFiniteElement/lnInclude \
|
||||
$(WM_DECOMP_INC)
|
||||
|
@ -12,4 +13,5 @@ LIB_LIBS = \
|
|||
-ldynamicFvMesh \
|
||||
-ldynamicMesh \
|
||||
-lmeshTools \
|
||||
-lsolidBodyMotion \
|
||||
$(WM_DECOMP_LIBS)
|
||||
|
|
Reference in a new issue