dankoonFANTOMAS
Aerospace
- Jun 1, 2016
- 31
Hello the community,
I want to make a simple example of FGM (functionally graded materials) finite element model but with continuous variation in elements. Not by modeling each layer with a different property buy by displaying the continuous transition between MAT A and MAT B in an element. See as below:
I am used using OPTISTRUCT and ABAQUS for FEA so I had a look to the subroutine options for user material definitions.
In ABAQUS I saw subroutine UMAT written in FORTRAN modeling a variation of the young modulus E with an exponential function through the length of the model using uni axial coordinates of the integration points. If MAT A has Ea as young modulus and MAT B has Eb and L as the length of model we have:
A=(1/L)Ln(Eb/Ea)
E(x)=(Ea)exp(Ax)
The Jacobian matrix is calculated using E(x) (by calculating Lame's constants)and then the stress and strain. But does this will affect different properties for eache element or does ABAQUS will interpolate the material properties between each integration point? Because I saw that some people used USDFLD for spatial variation of parameters but I am not familiar with that I do not kknow if it's better or worst for FGM transition modeling.
There is an equivalent in OPTISTRUCT using USRMAT in the version 2017. But there are less arguments than in ABAQUS subroutines, for example the variable COORDS that are the X coordinates of the integration points is not available so I cannot reproduce the same subroutine.
Does someone has experience with modeling FGM elements? And can tell me how to model the sooth material transition?
Thks
I want to make a simple example of FGM (functionally graded materials) finite element model but with continuous variation in elements. Not by modeling each layer with a different property buy by displaying the continuous transition between MAT A and MAT B in an element. See as below:
I am used using OPTISTRUCT and ABAQUS for FEA so I had a look to the subroutine options for user material definitions.
In ABAQUS I saw subroutine UMAT written in FORTRAN modeling a variation of the young modulus E with an exponential function through the length of the model using uni axial coordinates of the integration points. If MAT A has Ea as young modulus and MAT B has Eb and L as the length of model we have:
A=(1/L)Ln(Eb/Ea)
E(x)=(Ea)exp(Ax)
The Jacobian matrix is calculated using E(x) (by calculating Lame's constants)and then the stress and strain. But does this will affect different properties for eache element or does ABAQUS will interpolate the material properties between each integration point? Because I saw that some people used USDFLD for spatial variation of parameters but I am not familiar with that I do not kknow if it's better or worst for FGM transition modeling.
There is an equivalent in OPTISTRUCT using USRMAT in the version 2017. But there are less arguments than in ABAQUS subroutines, for example the variable COORDS that are the X coordinates of the integration points is not available so I cannot reproduce the same subroutine.
Does someone has experience with modeling FGM elements? And can tell me how to model the sooth material transition?
Thks