Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions AMR_tidy/Make/files

This file was deleted.

2 changes: 2 additions & 0 deletions Allwmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ wmake src/dfChemistryModel
wmake src/TurbulenceModels/compressible
wmake src/regionModels/surfaceFilmModels
src/lagrangian/Allwmake $targetType $*
wmake src/dynamicMesh
wmake src/dynamicFvMesh

wmake applications/solvers/df0DFoam
wmake applications/solvers/dfLowMachFoam
Expand Down
4 changes: 4 additions & 0 deletions src/dynamicFvMesh/Make/files
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dynamicRefineFvMeshNew/multiCritRefinement.C
dynamicRefineFvMeshNew/dynamicRefineFvMeshNew.C

LIB = $(FOAM_USER_LIBBIN)/libnewdynamicFvMesh
21 changes: 21 additions & 0 deletions src/dynamicFvMesh/Make/options
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
EXE_INC = -std=c++14\
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicFvMesh/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(DF_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude

LIB_LIBS = \
-ltriSurface \
-lmeshTools \
-ldynamicMesh \
-ldynamicFvMesh \
-lfiniteVolume \
-lextrudeModel \
-ldecompositionMethods \
$(FOAM_USER_LIBBIN)/libnewdynamicMesh.so\
-L$(FOAM_LIBBIN)/dummy \
-lmetisDecomp -lptscotchDecomp -lscotchDecomp

13 changes: 13 additions & 0 deletions src/dynamicMesh/Make/files
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
hexRef = polyTopoChange/polyTopoChange/hexRef

$(hexRef)/hexRef.C
$(hexRef)/hexRefData.C
$(hexRef)/refinementHistory.C
$(hexRef)/hexRefNew.C

$(hexRef)/hexRef8/hexRef8.C
$(hexRef)/hexRef4/hexRef4.C
$(hexRef)/hexRef4Axi/hexRef4Axi.C
$(hexRef)/hexRef2/hexRef2.C

LIB = $(FOAM_USER_LIBBIN)/libnewdynamicMesh
File renamed without changes.
File renamed without changes.
File renamed without changes.