Skip to content

Commit

Permalink
[docu/MeL] Add further docu for ExtractSurface.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomFischer committed Mar 4, 2019
1 parent 2d9512b commit 0b54846
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions web/content/docs/tools/meshing/extract-surface/index.pandoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ Extracted top, bottom and side surfaces:
- top `ExtractSurface -i Input.vtu -o TopSurface.vtu`
- bottom `ExtractSurface -i Input.vtu -o BottomSurface.vtu -x 0 -y 0 -z 1`
- side `ExtractSurface -i Input.vtu -o SideSurface.vtu -x 1 -y 1 -z 0 -a 45`

![](CubeFrontRightBackLeft.png)

The figure shows the extracted front, right, back, and left surfaces from the
cube that are colored by the corresponding subsurface material id. The material
ids transformed to the surfaces can be used for further boundary condition
preparations for instance employing paraviews threshold filter.

0 comments on commit 0b54846

Please sign in to comment.