MaterialAssignment

class pyccx.analysis.MaterialAssignment(name, elementSet, material)

Bases: ModelObject

MaterialAssignment is a base class for defining the Element Types and Material that are specified for an ElementSet within the model. These are required to be set for all elements that exist within pyccx.mesh.Mesher that are defined and exported for use in Calculix.

Attributes Summary

els

Elements contains the list of Node IDs

material

The Material model and parameters assigned to the Material Assignment

Methods Summary

writeInput()

Attributes Documentation

els

Elements contains the list of Node IDs

material

The Material model and parameters assigned to the Material Assignment

Methods Documentation

writeInput()
Return type:

str