IGAPart#

class ansys.dyna.core.pre.dynabase.IGAPart(pid)#

Bases: Part

Defines an isogeometric shell part.

The part definition consists of the combined material information, section properties, hourglass type, thermal properties, and a flag for part adaptivity.

Overview#

set_shear_factor

Set the shear correction factor, which scales the transverse shear stress.

set_thickness

Set the shell thickness.

set_property

Set properties for the IGA part.

Import detail#

from ansys.dyna.core.pre.dynabase import IGAPart

Attribute detail#

IGAPart.stub#
IGAPart.type = 'IGA'#
IGAPart.shear_factor = 1#
IGAPart.thickness = 1#

Method detail#

IGAPart.set_shear_factor(factor)#

Set the shear correction factor, which scales the transverse shear stress.

IGAPart.set_thickness(thickness)#

Set the shell thickness.

IGAPart.set_property()#

Set properties for the IGA part.