Generating Tessellation using specific shaped domain #982
-
I was wondering if it is possible to generate tessellation using specific shaped domain. According to the official webpage (under tessellation tab), fully custom geometries are possible for the domain file(<file_name>): a geometry loaded from a Tessellation File (.tess), a Wavefront OBJ file or an OpenVolumeMesh OVM file. If the geometry contains several cells, use cell as described below to extract a cell. However, I always get a segmentation error. I think it may the results of having curvature (0.7) in the domain smaller than the tessellation (4). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This geometry isn't going to work. The geometry loaded in |
Beta Was this translation helpful? Give feedback.
This geometry isn't going to work.
The geometry loaded in
-domain
must be a convex polyhedron / polygon. Then, in principle, you could use-transform cut
to insert a crack, but as you said the typical length scale of the crack should be larger than the cell size.