GeometryManipulations
geometry manipulations of the point cloud upon read in of an EnSight file
The user can manipulate the geometry (point cloud) read from the .case-file. In the same way as already done for boundary elements (see
GeometryManipulations), useful operations can be added to the include statements.
begin_pointcloud{}
include{/path/to/file/point_cloud.case} format{ensight} ...
timeFrame{20} ...
variables{ %ind_p%="pressure" , %ind_v(1)%="velocity" , %ind_h%="H" } ...
toChamber{11} ...
toMaterial{
$MatStandby$} ...
scale{2.0,1.0,1.0},
offset{1.0,0.0,0.0}
end_pointcloud
Note: All items allowed in
GeometryManipulations are also allowed here, however some of them do not make sense, such as
reorientation{ etc.