Notch group shape
This commit is contained in:
parent
9ccc5f1caf
commit
66670671b5
3 changed files with 108 additions and 11 deletions
15
README.md
15
README.md
|
@ -205,7 +205,8 @@ This selects a group residing in a block with edges perpendicular to the simulat
|
|||
|
||||
`additional keywords`- Represents the various transformations which can be performed on a group. These additional keywords are given below.
|
||||
|
||||
*Wedge*
|
||||
*Wedge:*
|
||||
|
||||
`-group nodes wedge dim1 dim2 bx by bz bw`
|
||||
This selects a group which are within a wedge shape. The options are given as follows:
|
||||
`dim1` - The dimension containing the plane normal of the wedge base.
|
||||
|
@ -213,7 +214,17 @@ This selects a group which are within a wedge shape. The options are given as fo
|
|||
`bx by bz` - Centroid of the center of the base
|
||||
`bw` - Base width
|
||||
|
||||
**Displace**
|
||||
*Notch:*
|
||||
|
||||
`-group nodes notch dim1 dim2 bx by bz bw tr`
|
||||
This shape is similar to a wedge shape except instead of becoming atomically sharp, it finishes in a rounded tip with tip radius `tr`. Options are as follows.
|
||||
`dim1` - The dimension containing the plane normal of the wedge base.
|
||||
`dim2` - The thickness dimension. Wedge groups are currently required to span the entire cell thickness in one dimensions which is normal to the triangular face. This through thickness dimension is dim2.
|
||||
`bx by bz` - Centroid of the center of the base
|
||||
`bw` - Base width
|
||||
`tr` - Tip radius
|
||||
|
||||
**Displace:**
|
||||
|
||||
```
|
||||
displace x y z
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue