Transformation can now be restricted to a specific point set by means of
a new -pointSet option. For example, to move the rotating part of a
geometry through 45 degrees around the Z axis, the following command
could be used:
transformPoints -pointSet rotating "Rz=45"
This assumes a point set called "rotating" has been defined during
meshing or by calling topoSet.
11 lines
244 B
Plaintext
11 lines
244 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/regionModels/regionModel/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lmeshTools \
|
|
-lfiniteVolume \
|
|
-lgenericPatchFields \
|
|
-lregionModels
|