fedoo.mesh.I_shape_mesh

I_shape_mesh(height=10, width=10, web_thickness=2, flange_thickness=2, size_elm=0.2, elm_type='quad4', ndim=None, name='')

Create the mesh of a I.

Parameters:
  • height (float, default = 10) – Total height of the I

  • width (float, default = 10) – Total width of the I

  • web_thickness (float, default = 2) – Web thickness

  • flange_thickness (float, default = 2) – Flange thickness

  • size_elm – Size of the edge of an element.

  • 0.2 (default =) – Size of the edge of an element.

  • elm_type ({'quad4', 'quad9', 'tri3', 'tri6'}) – The type of the element generated (default=’quad4’)

  • ndim (int, optional) – dimension of the generated mesh. By default, the returned mesh will be in 2d.

  • name (str, optional) – Name of the returned mesh.

Returns:

The generated geometry in Mesh format. See the Mesh class for more details.

Return type:

Mesh

See also

rectangle_mesh

Mesh of a retangle

disk_mesh

Mesh of a disk or an ellipse