ShellMaterialAssignment

class pyccx.analysis.ShellMaterialAssignment(name, elementSet, material, thickness)

Bases: MaterialAssignment

The ShellMaterialAssignment class is used to select shell elements for the selected elements in a provided ElementSet with the given Material. A thickness must be provided for the selected shell elements.

Attributes Summary

thickness

The thickness of the shell elements

Methods Summary

writeInput()

Attributes Documentation

thickness

The thickness of the shell elements

Warning

The thickness of the shell type should be greater than zero and is required for shell elements.

Note

The element thickness is constant for the shell assignment

Methods Documentation

writeInput()
Return type:

str