-
Hello everyone, I am trying to create a porous hydrogel structure containing both closed pores (isolated) and interconnected pores (pores connected to other pores and the surface). My idea is to use Neper to generate tessellated cells that are elongated along the y-axis, followed by meshing only the surfaces that are not close to or parallel with the XY plane. Here is my current approach: Step 1: Create the tessellation
Step 2: Mesh only surfaces with cell orientation theta > 5 degrees and theta < 175 degrees relative to the XY plane
I am not sure if this result matches my goal of generating both isolated and interconnected pores. Could you please help me understand if I am on the right track or if there's a better way to achieve this structure using Neper? Any advice or suggestions would be greatly appreciated! Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm not sure what this means:
and the command
probably does not do what you think. First, you are using |
Beta Was this translation helpful? Give feedback.
I'm not sure what this means:
and the command
probably does not do what you think. First, you are using
-meshpoly
, and second,theta
is not defined for polys (and would otherwise represent a crystal disorientation angle).