I would like to launch successive calculations with Abaqus via Python. Between each calculations i have to apply some python code to extract some results but i dont know how to achieve that...
To launch a calculation with cmd in windows :
C:\SIMULIA\Abaqus\Commands\abq6131.bat job=Fish1
So my...
I m trying to apply to apply plastic strains initial conditions in Abaqus as you can see below :
** ----------------------------------------------------------------
*Initial Conditions, type=PLASTIC STRAIN
test_elements, 0.338, -0.276, -0.0618, 0.0447
**
** STEP: Step-1
This part of...
I m trying to extract stresses at each nodes or each integration points. I can get stresses but i have nothing to know where it is situated the values. How can i add the node number or node coordinate? Below it is my code to extract just all stresses components
from odbAccess import *
import...
online
1 post
This post has NOT been accepted by the mailing list yet.
I m trying to extract the stresses with Python at each integration points (or an extrapolation to the nodes). I get the stresses but i dont succeed to use a nodelabel or something like that to
know where i m extracting...