Files
OpenFOAM-12/applications/utilities/mesh/manipulation/createEngineZones/Make/options
Henry Weller 0ccea53d39 createEngineZones: New utility to create engine mesh control pointZones
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.
2024-02-13 21:44:46 +00:00

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