Hi guy,
I would be really happy, if you could help me to solve my problem !!
Here is it:
I study residual stresses induced in orthogonal cutting.
The simulation is "dynamic-explicit-temp-disp"
The workpiece is modelled with a Johson-Cook law, conductivity, heat capacity, inelastic heat...
Dear all,
Perhaps can you help me...I hope!
1) In a first simulation is my workpiece deformed.
2) I import it, (so I have now an orphan mesh), I delete one element, I create another element, and I use a predefined field (initial state), coming from the first simulation(1).
3)I launch the...
Dear Abaqus users,
I am writting a Python subroutine which should do something for each computed frame. But how can I access to this frames in Python? Or how can I run a job frame by frame?
Example:
p=mdb.jobs['JobName']
p.submit()
"I would like to compute the next lines for the first...
Hi,
There is something I don't understand with the 2D ALE adaptive meshing:
I have two different models using this method but two different results.
First model: a first step without ALE, a second with ALE: one inflow and one outflow eulerian boundary regions. The mesh moves with the material...
Hi everybody,
Postprocessing my ODBfile ,I am trying to get access to the mises stress at some nodes of my model and I want to do that with a python subroutine (not in the visualization module !).
Getting the nodal coordinates is not a problem, getting the stress of the elements is not a...