Hallo everyone,
I would like to draw the 3d diagram by extracting the all coordinates of the surface and their corresponding stresses and plotting them by using abaqus python script. Is that any python code that i could use to read the odb file and to extract the above information for...
Hallo guys,
I created this part geometry in abaquscae and then transported this file to hyperworks for meshing.After doing the transition mesh in hyperworks i exported the part to abaqus cae. But when i defeined the property and tryinf to assign the section .Abaqus is giving me this error (only...
Like as i described earlier for substructure i divide the whole layer into six parts and i am getting this result that 10 times higher than orignal i am getting these results .,stresses are 10 times high. also i am setting the substructure setting like for substructring approach i divide the...
Hallo everybody,
I have been working on substructure simulation.Firstly i run my simulation just like a normal case and obtained the misses stress results. Secondly i try to validate the simulation by using substructure modelling for that i simulate a subtructure with nodal degree of freedom...
Hello Everyone,
I created the abaqus python script to get the stresses data in a particular frame but i would like to obtained all the data of stresses for All frames at a time by using loops ....Can someone help me how could i modify my abaqus python script.... code attached
db =...
Hallo,
I would like to extract COORD 1,COORD2, COORD 3 and all the stresses S11 ....S23 by using abaqus odb python script and wirite it on excel file.....I have done all this in ABAqus GUI ,,,but i want to do this by using abaqus python script ,,,, i did not define node set in my abaqus GUI...
I want to plot 4 dimensional graph by using the following code in python matplotlib but i am getting this error
index 10 is out of bounds for axis 0 with size 4
how could i resolve this issue? please comment
```import numpy as np
import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d...
Acually now i request the coord variable in request output file,,,, But when i go probe values there are two options on nodes and on elements ,,,,,COORD is only giving me the COORD 1 COORD 2 and COORD 3 values only on nodes,,,,,but it is not giving me the coord values on elements ,,,can somebody...
I would like to plot 3 dimensional graph in abaqus in which z axis represent the stress and x represent the distance of selected elementss in x direction and y represent the selected elements distance in elements inward direction (both x and y axes represent s the distance of selected elements...