You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In "quasi-3D" simulations, columnar grains are assumed, i.e. a 2D grain is extruded in the third dimension.
At the discrete level (grains discretized into cells, forming a mesh), it can be implemented by inserting additional cells along the third dimension.
To implement this feature, let us define an extrude method for the TriMesh class that will construct a WedgeMesh object.
The text was updated successfully, but these errors were encountered:
In "quasi-3D" simulations, columnar grains are assumed, i.e. a 2D grain is extruded in the third dimension.
At the discrete level (grains discretized into cells, forming a mesh), it can be implemented by inserting additional cells along the third dimension.
To implement this feature, let us define an
extrude
method for theTriMesh
class that will construct aWedgeMesh
object.The text was updated successfully, but these errors were encountered: