ansys.dyna.core.pre.dynaiga#

Module for creating an IGA DYNA input deck.

Classes#

DynaIGA

Contains methods for creating a keyword related to IGA.

Module Contents#

class ansys.dyna.core.pre.dynaiga.DynaIGA[source]#

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

Contains methods for creating a keyword related to IGA.

casetype[source]#
create_section_igashell(secid, elform, shrf, thickness)[source]#

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.

save_file()[source]#

Save keyword files.

Returns:
bool

True when successful, False when failed.