UMAT non-associated Drucker Prager
Hello,
I am looking for a UMAT or some sort of reliable piece of code to implement the non-associated Drucker-Prager plasticity. I appreciate your help.
Setareh
Hello,
I am looking for a UMAT or some sort of reliable piece of code to implement the non-associated Drucker-Prager plasticity. I appreciate your help.
Setareh
Hello,
I am looking for a practical reference/example on how to implement the perfectly matched layers for mechanical problems in a Finite Element code. I want to model a plate where it is surrounded by the PML from all sides, like a piece of earth crust surrounded by the land. The sources which I see for PML, are mostly in the area of electromagnetics.
Your inputs are appreciated.
Setareh
Hi All,
I am trying to code the Drucker prager plasticity model for the 2D plane strain case using consistent tangent modulus. I am using C++, therefore I would appreciate if anyone could share relevant materials which I could use and preferrably for the 2D case so it is not unnecessarily complicated.
Hi All,
I am trying to code the Drucker prager plasticity model for the 2D plane strain case using consistent tangent modulus. I am using C++, therefore I would appreciate if anyone could share relevant materials which I could use and preferrably for the 2D case so it is not unnecessarily complicated.
Hello everyone,
I am trying to implement a Mohr Coulomb plasticity model(no hardening at the moment) for the plane strain case. However, the results are not making so much sense.
I was wondering if any of you have tried to code this material model successfully before, or if you could provide me with some algorithm or reference which you know works properly.
Thank you.
Setareh
Dear All,
I want to do some single element tests for a plane stress quadratic element with bi-linear shape functions(like the plane 42 element in ANSYS).
What I am not sure about is what boundary conditions should be applied to the single element in this case. I also want to apply a prescribed displacement as the loading. (I would like to first try to do these single element simulations in Ansys and then with my own developed codes, hopefully the results will conform, as sort of a basic validation of my own developed code)
Hi everyone,
I was wondering what the career opportunities would look like after getting a PhD in numerical simulation of porous media. Besides a research job in universities, what other possibilities are there? Would industry also be interested in such specialization and if yes in which sectors?
Thank you for your opinions.
Setareh
Hi everyone,
I was wondering what the career opportunities would look like after getting a PhD in numerical simulation of porous media. Besides a research job in universities, what other possibilities are there? Would industry also be interested in such specialization and if yes in which sectors?
Thank you for your opinions.
Setareh
Dear all,
I am simulating tensile specimens with an elliptical pore(representing a flaw in the material) in the mid-cross section of the specimen. What I am looking for is the stress concentration caused by this pore.
I am simulating this as a 3D specimen under tensile loading only, with 3D, 8-node linear brick elements(1st order). Now my questions are:
1- Is there any analytical solution for such problems(3D with elliptical pore) with which I can compare my FEA results?
Dear all,
I want to write a python script for ABAQUS in which I can define a path for post-processing purposes. Getting the nodes which lie on the path is easy because they all lie on one edge, so with
myNodes=myEdge.getNodes()
I get the list of nodes.
Now the problem: