GeometryMovement
movement of the STANDBY point cloud during simulation
The toMove{} functionality allows a user-defined movement of the
STANDBY point cloud during time integration. This is done by assigning a proper
MOVE-flag to the point cloud.
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$} ...
toMove{
$SomeDefinedMoveIndex$}
end_pointcloud
MOVE(
$SomeDefinedMoveIndex$) = (%MOVE_...%, ... )
Note: -
- Any movement function as described in MOVE is allowed.
- An alternative to the toMove{} functionality would be to assign the MOVE-flag $SomeDefinedMoveIndex$ with the appropriate variable %ind_MOVE%.
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$}
end_pointcloud
INITDATA(
$MatStandbby$,
%ind_MOVE%) =
$SomeDefinedMoveIndex$
MOVE(
$SomeDefinedMoveIndex$) = (%MOVE_...%, ... )