Add wedge group shape option to opt_group.f90, update the documentation, and add the relevant functions to functions.f90
This commit is contained in:
parent
975e2b3fc1
commit
9a484c86f6
3 changed files with 140 additions and 51 deletions
10
README.md
10
README.md
|
@ -203,6 +203,14 @@ 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*
|
||||
`-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.
|
||||
`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
|
||||
|
||||
**Displace**
|
||||
|
||||
```
|
||||
|
@ -323,4 +331,4 @@ Face 6: [5,6,7,8]
|
|||
|
||||
Image for vertex numbers is:
|
||||
|
||||

|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue