Last modified 3 years ago
Last modified on 08/05/15 09:16:07
Description
This keyword indicates a following list of points, which includes the point numbers and the Cartesian coordinates. Optionally, a name can be assigned to each point.
Parameters
The first parameter (int) defines the point number. The following three values (double) are the Cartesian coordinates X Y Z.
Subkeywords
$NAME - A point name is only required if points are used for boundary conditions, source terms, output or initial conditions. Names are written behind the coordinate definition and after the sub-keyword $NAME.
Examples
#POINTS 0 0.0 0.0 0.0 1 0.0 750 0.0 2 1000 750 0.0 3 1000 0 0.00 4 500 375 0.0 $NAME POINT4 5 600 375 0.0 $NAME POINT5 #POLYLINE $NAME left_bc $POINTS 0 1 #POLYLINE $NAME right_bc $POINTS 2 3 #POLYLINE $NAME top_bc $POINTS 1 2 #POLYLINE $NAME bottom_bc $POINTS 3 0 #POLYLINE $NAME polygon $POINTS 0 1 2 3 0 #STOP