Bases: ansys.dyna.core.pre.dynabase.DynaBase
Contains methods for creating a keyword related to IGA.
-
casetype
-
create_section_igashell(secid, elform, shrf, thickness)
Define section properties for isogeometric shell elements.
- Parameters:
- secid
int
Section ID. SECID
is referenced on the \*PART
card.
A unique number or label must be specified.
- elform
int
Element formulation.
- shrf
float
Shear correction factor, which scales the transverse shear stress.
- thickness
float
Shell thickness.
- Returns:
- bool
True
when successful, False
when failed.
-
save_file()
Save keyword files.
- Returns:
- bool
True
when successful, False
when failed.