Hi all,
I'm looking for the way to get the coordinates from integration points directly from an odb with python. Currently I can just get the nodes coordinates (instance.nodes[i].coordinates[1]).
Thanks in advance,
alex
Hi all,
I run Abaqus on batch mode. I have a script which launch few calculus, and I wonder how setting the command line to assume a 'yes' to this question :
Old job files exist. Overwrite (y/n)?
I don't want to stay in front of my PC and fill a 'y' every time.
Thanks in advance,
Alex
Hi all,
I'd like to run Abaqus without GUI (Graphical User Interface) but I have a python file with arguments required.
The following command line doesn't work :
abaqus viewer noGUI=writeDisp.py /home/workspace/test.odb
(writeDisp has a path as argument)
Does anybody know how using the...
Hi all,
Since I run Abaqus from Linux, I have the following problem : my job is submitted but it never runs. Apparently CAE writes the .inp file and then I can run the job from the X :
abaqus job = 'my Job'
Normally I thought I should just submit my Job in CAE and get back the result...
Hi All !
I didn't find anything on the forum unfortunetly.
Here is my situation :
- I have a 2D domain meshed (by instance).
- I'd like to assign 2 different materials to 2 different groups of elements.
- I want to keep my mesh.
For the moment I just splitted my domain into 2 groups of...