DynaIGA#

class ansys.dyna.core.pre.dynaiga.DynaIGA#

Bases: ansys.dyna.core.pre.dynabase.DynaBase

Contains methods for creating a keyword related to IGA.

Overview#

create_section_igashell

Define section properties for isogeometric shell elements.

save_file

Save keyword files.

Import detail#

from ansys.dyna.core.pre.dynaiga import DynaIGA

Attribute detail#

DynaIGA.casetype#

Method detail#

DynaIGA.create_section_igashell(secid, elform, shrf, thickness)#

Define section properties for isogeometric shell elements.

Parameters:
secidint

Section ID. SECID is referenced on the \*PART card. A unique number or label must be specified.

elformint

Element formulation.

shrffloat

Shear correction factor, which scales the transverse shear stress.

thicknessfloat

Shell thickness.

Returns:
bool

True when successful, False when failed.

DynaIGA.save_file()#

Save keyword files.

Returns:
bool

True when successful, False when failed.