This utility is used as a pre-processing step for the multiValveEngine
fvMeshMover and provides two options:
-cylinderHead to generate the pointZone within the cylinder head
-pistonBowl to generate the pointZone within the piston bowl
The updated tutorials/XiFluid/kivaTest case demonstrates the application of this
utility.
13 lines
329 B
Plaintext
13 lines
329 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/fvMeshMovers/multiValveEngine/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/polyTopoChange/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lmeshTools \
|
|
-lpolyTopoChange \
|
|
-lfiniteVolume \
|
|
-lgenericFvFields \
|
|
-lfvMeshMoversMultiValveEngine
|