Assigning material properties to each element
Assigning material properties to each element
(OP)
Dear All,
I want to assign the material properties for each element using Abaqus. I am simulating bone and I want to assign the material properties of the bone to each voxel mesh using abaqus. The number of the elements I have is really high so I cannot manually select them. On the other hand, I need to use the UMAT subroutine to define the plasticity and damage criteria for my material. How can I assign to each element the material properties based on the bone fraction density or the hounsfield units (HU) that I am getting from the CT scans? I know there is a bonemat software which does that but my equations are different than theirs and I need to implement it probably using UMAT. Has anyone done this before. Please help me with this issue.
Regards,
Ardalan
I want to assign the material properties for each element using Abaqus. I am simulating bone and I want to assign the material properties of the bone to each voxel mesh using abaqus. The number of the elements I have is really high so I cannot manually select them. On the other hand, I need to use the UMAT subroutine to define the plasticity and damage criteria for my material. How can I assign to each element the material properties based on the bone fraction density or the hounsfield units (HU) that I am getting from the CT scans? I know there is a bonemat software which does that but my equations are different than theirs and I need to implement it probably using UMAT. Has anyone done this before. Please help me with this issue.
Regards,
Ardalan





RE: Assigning material properties to each element
*Distribution allows you to specify a spatially varying field. In your case, the field happens to be a material field. At the most, you may have to write a script to do some textual manipulation.
*********************************************************
Are you new to this forum? If so, please read these FAQs:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: Assigning material properties to each element
Thank you for your prompt reply. The *Distribution feature isn't for the 2D (shell) elements? I have hexahedral continuum elements.
Regards,
Ardalan
RE: Assigning material properties to each element
Its been quite a few years and I’m more of a powerpoint monkey these days too, but I’ve done something broadly similar with building models of composites from microscopy images (see photo). We have a program that would overlay a mesh on an image, identify the fibre orientation in each element of the mesh and then create a file that listed every node (plus it location) and the fibre orientation associated with each element. I wrote another program that would take this file and build an input deck for ABAQUS from it. To do this, my program would give every element its own node set, element set and material property card in the input deck. As every element has its own material property card, you can change the properties of each element. I did this so that I could have different fibre orientations and damage criteria for each element so this sort of approach should work for you too.
RE: Assigning material properties to each element
RE: Assigning material properties to each element
*Distribution is the most efficient way of specifying spatially varying fields; other options, while aren't any more or less accurate, are less efficient.
*********************************************************
Are you new to this forum? If so, please read these FAQs:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: Assigning material properties to each element
I have read about distribution and discrete fields and how to make it in documentation but I don't know how to use it in material section. for example if I want to use various linear elastic material properties for let say a part made of 8 elements. How can I assign element number 1 modulus of 10 and Poisson's ratio of 0.3 and element 2 modulus of 100 and Poisson's ratio of 0.3 and so on?
Please help me on this since I am really confused!
RE: Assigning material properties to each element
This is exactly what I looking into applying in my model. Could you please guide me that how you did this?!
Thank you.
RE: Assigning material properties to each element
RE: Assigning material properties to each element
My problem is not with *Distribution or its Table, my concern is that in one of the examples that is written in the documentation as shown below, dist1 is assigned to *Elastic. How is it possible to assign dist1 in CAE in the property section, since when you make an elastic material it is asking for modulus and Poisson's ratio, and you cannot leave them empty. Could you help me solve this? I apologize that it might seem very simple problem for you.
Regards,
*DISTRIBUTION TABLE, NAME=tab1
MODULUS, RATIO
*DISTRIBUTION, NAME=dist1, LOCATION=element, TABLE=tab1
, E0, 0
element set or number, E1, 1
element set or number, E2, 2
…
*MATERIAL, NAME=MAT
*ELASTIC
dist1
*PLASTIC
…
*SOLID SECTION, ELSET=elset3, MATERIAL=MAT
RE: Assigning material properties to each element
As the old timers might say, RTFM. The solid mechanics documentation for Abaqus is top-notch. If you read it carefully, you will learn.
*********************************************************
Are you new to this forum? If so, please read these FAQs:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: Assigning material properties to each element
RE: Assigning material properties to each element
Regards,
Ardalan