mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Extrudes either internal faces to inflate a baffle or extrudes boundary faces to create separate mesh. Inserts directMappedWall between the two meshes.
15 lines
348 B
Plaintext
15 lines
348 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
/* -I$(LIB_SRC)/surfMesh/lnInclude */ \
|
|
/* -I$(LIB_SRC)/lagrangian/basic/lnInclude */ \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
/* -lsurfMesh */ \
|
|
/* -llagrangian */ \
|
|
-lmeshTools \
|
|
-ldynamicMesh
|
|
|