Hi folks,
I'm trying to apply residual stress pattern (with discrete values) in a cold-formed section (E.g. C-section) in a automatic manner (Python code function of the geometry).
Which command in Python I can use to associate initial stress to the lines (instead of nodes)? This is because I...
Hi everyone,
I'm using this command in Python to add keywords that are not available:
bcmodel.keywordBlock.synchVersions(storeNodesAndElements=False)
bcmodel.KeywordBlock.insert(position=10, text="CONTACT THICKNESS REDUCTION = NOPERIMSELF")
I carefully added these after Step keywords to...
Hi folks,
Two questions: the first one is more general (sorry but I'm new in Python and Abaqus). The second is more specific to a particular command.
1)
I'm working with Python file but I commonly have problems when I try to find the equivalent Python command to a specific keyword that is not...