rblock create command
Syntax
- rblock create keyword ...
-
Create a single rigid block with the specified attributes. A model domain must be specified prior to rigid block creation. The rigid block will not be available for replication. Unit density is assumed at creation unless the density keyword is given. The inertial attributes are automatically computed due to the rigid block geometry.
Note
- A model domain must be specified prior to rigid block creation.
- While cycling, rigid blocks can only be created before cycle point 0 (i.e., when the timestep is calculated).
- box fxmin fxmax <fymin fymax <fzmin fzmax >> (z-components are 3D ONLY)
Create a rigid block in the shape of an axis-aligned box. Following specification of the box in the x-direction, if subsequent extents are omitted, then the latest specified extent is used.
- circle keyword ... (2D ONLY)
Generate a closed circular rigid block in 2D.
- position vpos
Position of the center of the circle that is the origin by default.
- radius frad
Radius of the circle that is 1.0 by default.
- cone keyword ... (3D only)
Create a conical rigid block in 3D.
- axis v3
Direction of the symmetry axis of the cone pointing from the base position that points in the positive z-direction, by default.
- base v3
Position of the base of the cone (i.e., the center of the bottom end) that is the origin, by default.
- height fh
Height of the cone. This is the distance from the base position to the point or, if a frustum, to the center of the top end. By default, fh = 1.
- radius fbot <ftop >
Radius of the cone. By default, fbot = 1.0 and ftop = 0.0, meaning that a cone is created. If ftop > 0.0, then a conic frustum (i.e., cone with the tip cut off) is created. In this case, fbot is the bottom radius at the base location, and ftop is the radius of the top of the frustum at a distance fh from the base location along the symmetry axis.
- cylinder keyword ... (3D Only)
Create a cylindrical rigid block in 3D.
- axis v3
Direction of the symmetry axis of the cylinder pointing from the base position.
- base v3
Position of the base of the cylinder (i.e., the center of the bottom end) that is the origin, by default.
- height fh
Height of the cylinder. This is the distance from the base position to the center of the top end. By default, fh = 1.
- radius frad
Radius of the cylinder, or the distance from the axis of symmetry to the side.
- density f
Rigid block density with default value 1.0.
- from-geometry <set > <range>
Create a rigid block from the vertices of polygons in a geometry set. If no set is provided then the current set is used. The optional range is applied to polygons in the specified set.
- group s <slot slot > ...
The group name at slot slot is set to s for the newly created rigid block. If slot is not specified, then the group name at slot Default is set to s.
- id i
Rigid block ID. If not specified, then the next available ID is used.
- rounding <relative> f
Introduce rigid block rounding. Rigid blocks are represented by a core shape that is composed of {linear facets in 2D; triangular facets in 3D}. The core shape is convex, closed and manifold. When rounding is nonzero, the core shape is expanded in a directions by a {circle in 2D; sphere in 3D} of a specified radius with center passing along all points on the exterior of the core shape. The value of the rounding corresponds to the radius of this expansion {circle in 2D; sphere in 3D}. If the relative keyword is given, the rounding is computed as the product of f and the radius of a {circle in 2D; sphere in 3D} with the same size as the rigid block. When the rounding is changed so are the inertial properties.
- sphere keyword ... (3D ONLY)
Create a spherical rigid block in 3D. The sphere is created by refining an icosahedron (i.e., a sphere composed of 20 identical equilateral triangles) so that the edge lengths are smaller than a length defined by the resolution keyword.
- position vpos
Position of the sphere centroid that is the origin by default.
- radius frad
Radius of the sphere that is 1.0 by default.
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |