If I run my python script it creates the model but keyword edit function does only show a very small part of it so it is impossible to enter the keyword attribute at a specific location.
Any advice on how i can get the full model in the keyword edit window? I am aware that nodes will not show...
Thanks Mustaine3, I am currently attempting of doing that. Though, I am not sure if you came across a similar problem before but running my .py script in abaqus and then selecting edit keywords does not show my full model, as it is shown in my .inp, for some reason any ideas how I can fix that?
Thanks for your quick reply.
I have tried to include something like this in my script:
Mymodel.keywordBlock.replace(3, """
** ----------------------------------------------------------------
*IMPERFECTION,FILE=MyBucklingModel,STEP=1
1,3E-3
**...
Hi all,
I am trying to do a static RIKS post-buckle analysis by using a python script. I have managed to obtain my eigenvalues and managed to set up the RIKS step within python but I am now struggling to find a way of implementing my imperfection into my python code.
Previously I have done...