I was trying to model an application where I need to model a silicone that has a slit in it. The slit is under pressure and after a certain time and temperature the slit heals / cures and blocks.
Any ideas???
Ideally what I would like to have is to be able to give some properties to the slit...
Hello,
I needed some help in the Abaqus scripting interface. I have a .py file
from odbAccess import *
from string import *
odb = openOdb('Analysis.odb')
FirstLoadStep = odb.steps['Rise']
print 'First Load Step',FirstLoadStep
lastFrame = FirstLoadStep.frames[-1]
#print 'lastFrame',lastFrame...
Hello,
I am a new user of Abaqus and I was really amazed and happy to see this forum. I hope to get some help from it too and I promise to help people when I am in a position to do so.
I am trying to perform a Laser Weld Process Simulation on Titanium. I was wondering how to apply the loading...