You are using an element which is activated depending on deoformation of teh structure, that means, your problem is of nonlinear in nature. At present I dont know if any software can handle this. If you write code, its straight forward.
About the first point made by Marc: Its true that fully bonded material has same strain but different stress, so in reality averaging does not make sense. But for that you need to model the interface seperately as suggested by corus, which is not possible as Martin99 said, in that case average...
To further clarify:
Let element 1 of material 1 has a common boundary with element 2 of material 2 and let the boundary nodes are x and y. When you calculate stresses in gauss points of E1, you use M1 and extrapolate to nodes x,y. Similarly when you calculate stresses in gauss points in E2, you...
I am not sure why you want to average the result across the material boundary. Why cant you use individual material properties to calculate stresses in individual materials? Generally stresses are calculated at gauss points and extrapolated at nodes. So, if you use gauss point stresses you can...
rpm63,
Did you try with different number of elements as well as different order of elements to see if the result converged to some value? If that is not the problem, to my mind, the three possible reasons behind this could be: (i) inaccurate material properties, (ii) inaccurate simulation of...
Can any one tell me if there is any Finite Element Toolbox available in Matlab (not a third party product)? It appears to me that it does not have. Thanks.
Sudip
Your problem seems to be a memory storage problem. You should try to use banded or skyline solution technique to see if there is any difference. I use Matlab, I use variable memory allocation. You can also do teh same in Fortran 90 as well as in C/C++. I also clear momory of many variables which...
bkal,
You are right, I forgot to mention that book. It has a chapter on basic programing techniques. Also in every chapter it gives coding side by side with theory. You also know how to code nonlinear problem efficiently with this book, since this is basically a nonlinear fem book. Great book...
Hello GSC,
Thanks so much for information. I would like to know what level of strain you were experiencing with your neoprene? The reason why I am asking you this is: for small range of strains (less than 1%, say) the curve behaves linearly. True rubber always shows nonlinear curve at higher...
It all depends upon your ram and other configuration. If you run in x386 system, probably it will take a lot of time depending on your problem. For linear system, with P4 processor or above, it should take few seconds. But I believe as a good programer who is learning new methods, he should try...
You should look for the book Numerical Recipes in Fortran or C for banded solution. visit www.nr.com. Or search in Amazon. For other fem coding, you should follow your own algorithm, there is no "The" algorithm for fem, all depends upon your requirement. Read the theory first and start...
E
K = -------. so when pr -> 0.5, K -> infinity, that means
3(1-2*pr) incompressible. Is this correct?
E
From the relation G = -----, we see that for E>0 and G>0,
2(1+pr)
the lowerbound of pr is...
Hi Everyone,
I am trying to model a moving wheel load on a surface using abaqus. The problem consists of modeling a tire and surface and proviidng contact between then, while giving tire an initial rotation.
Since modeling a tire with tire pressure itself is a tough job, I tried to get an...