The dynabase.py module#

Summary#

IGASection

Defines section properties for isogeometric shell elements.

IGAPart

Defines an isogeometric shell part.

Box

Defines a box-shaped volume.

Curve

Defines a curve as a function of time.

Function

Defines a function that can be referenced by a limited number of keyword options.

Table2D

Define a table,a curve ID is specified for each value defined in the table.

Point

Defines a point.

Direction

Defines a direction.

Transform

Defines a transformation.

Velocity

Defines a translational velocity.

RotVelocity

Defines a rotational velocity.

BaseObj

Define the base object.

DynaBase

Contains methods for creating a general LS-DYNA keyword.

BaseSet

Defines the base class for all set classes.

NodeSet

Defines a nodal set with some identical or unique attributes.

NodesetGeneral

Includes nodal points of element sets.

NodeSetBox

include the nodes inside boxes.

PartSet

Defines a set of parts with optional attributes.

SegmentSet

Defines a set of segments with optional identical or unique attributes.

BeamSection

Defines cross-sectional properties for beams, trusses, discrete beams, and cable elements.

ShellSection

Defines section properties for shell elements.

Part

Defines the part object.

BeamPart

Defines a beam part.

ShellPart

Defines a shell part.

SolidPart

Defines a solid part.

DiscretePart

Defines a discrete part.

Parts

Stores the part list.

ImplicitAnalysis

Activates implicit analysis and defines associated control parameters.

ThermalAnalysis

Activates thermal analysis and defines associated control parameters.

ContactSurface

Defines a contact interface.

Contact

Provide a way of treating interaction between disjoint parts.

ContactGroup

Create a contact group.

Constraint

Provides a way of constraining degrees of freedom to move together in some way.

BoundaryCondition

Provides a way of defining imposed motions on boundary nodes.

InitialCondition

Provides a way of initializing velocities and detonation points.

RigidwallCylinder

Defines a rigid wall with a cylinder form.

RigidwallSphere

Defines a rigid wall with a sphere form.

RigidwallPlanar

Defines planar rigid walls with either finite or infinite size.

Gravity

Defines body force loads using global axes directions.

Motion

Create a collection of name/value pairs.

RWMotion

Create a collection of name/value pairs.

DOF

Create a collection of name/value pairs.

Switch

Create a collection of name/value pairs.

InvariantNode

Create a collection of name/value pairs.

EnergyFlag

Create a collection of name/value pairs.

HourglassControl

Create a collection of name/value pairs.

BulkViscosity

Create a collection of name/value pairs.

CaseType

Create a collection of name/value pairs.

OutputEcho

Create a collection of name/value pairs.

ParameterType

Contains the parameter types.

SetType

Contains the enums for setting types.

BeamFormulation

Create a collection of name/value pairs.

ShellFormulation

Create a collection of name/value pairs.

IGAFormulation

Create a collection of name/value pairs.

SolidFormulation

Create a collection of name/value pairs.

HourglassType

Create a collection of name/value pairs.

DRO

Create a collection of name/value pairs.

AnalysisType

Create a collection of name/value pairs.

TimestepCtrol

Create a collection of name/value pairs.

Integration

Create a collection of name/value pairs.

ThermalAnalysisType

Create a collection of name/value pairs.

ThermalAnalysisTimestep

Create a collection of name/value pairs.

ContactCategory

Create a collection of name/value pairs.

ContactType

Create a collection of name/value pairs.

OffsetType

Create a collection of name/value pairs.

ContactFormulation

Create a collection of name/value pairs.

SBOPT

Create a collection of name/value pairs.

GravityOption

Create a collection of name/value pairs.

Description#

Base#

Module for creating a DYNA input deck.