Choose a channel featured in the header of iMechanica:
Hello.
I'm looking to create a simple ODB file using my model in session so that I can display an orientation tensor in a custom field. I'm able to create an ODB for a 2d part (made of s4 elements), but my system crashes whenever I load the ODB for my 3d part (made of c3d8 elements).
Here is my script. Any help would be greatly appreciated!
from abaqusConstants import *
from odbAccess import *
from textRepr import *
odb = Odb(name='4',
analysisTitle='derived data',
description='test problem',
Recent comments