Change material density
Change material density
(OP)
During my analysis, i need to change material of a certain set. and as the field option does not change the material density so i need to find a way to change it. Mass scaling is in Explicit, so anybody has any idea what should i do?
(i used to try something weird, which is apply upward gravity so that the final gravityxdensity= the new weight i am looking for)
any help is appreciated
(i used to try something weird, which is apply upward gravity so that the final gravityxdensity= the new weight i am looking for)
any help is appreciated
RE: Change material density
Something like this:
*MATERIAL
*DENSITY, DEPENDENCIES=1
7.E3, ,1.
10.E3, ,2.
.......
*INITIAL CONDITIONS, TYPE=FIELD, VARIABLE=1
MY_NODAL_SET, 1.
*STEP
*STATIC
*FIELD, VARIABLE=1
MY_NODAL_SET, 2.
*END STEP
You might have to use the keyword editor to add some of the above lines.
In addition *FIELD can take as an option AMPLITUDE so you can have extended control on the variation of the field values.
RE: Change material density
no as far as i understand, Field can change all the material properties(strength) but it won't change the density.
RE: Change material density
That is a reply from abaqus support concerning that issue
"Except for acoustic, heat transfer, coupled temperature-displacement, and coupled thermal-electrical elements the density is a function of the initial values of temperature and field variables and changes in volume only. There is no way to introduce a density variation in other element types"
RE: Change material density
I just hope you have supplied ABAQUS support with more detailed information such that their answer is more useful than mine.
However, I could not find the information you said in ABAQUS documentation on restrictions on making the density dependent on predefined field variables (via DEPENDENCIES). (The answer from ABAQUS support seems rather "inspired" from the restriction on predefined temperature field.)
If you are interested, you can check ABAQUS Analysis User's Manual ->Predefined fields (chapter 27.6.1 in V6.6's doc.)
RE: Change material density
I am using pore fluid/stress analysis