Partamuumi
Industrial
- Feb 5, 2019
- 2
Hello! I've been browsing for help but I could not find anything to make my model work so I would really appreciate your help!
I have a composite plate made of several plies of different materials. What I need is to change these materials E and G with time (in each time step). I tried defining my materials like this:
** ----------------------------------------------------------
** TX_950_44_DEG 1013
** ----------------------------------------------------------
**
** E1, E2, nu12, G12, G13, G23
*Material, name=TX_950_44_DEG
*Elastic, type=LAMINA, dependencies=5
21300.,7000., 0.3,7500., 300.,4500.
15975.,5250., 0.3,5625., 225.,3375.
10650.,3500., 0.3,3750., 150.,2250.
5325.,1750., 0.3,1875., 75.,1125.
2130.,700., 0.3,750., 30.,450.
So as you can see, I defined 5 different properties for this material. Time steps that I am using are:
*Time Points, name=MEASUREMENT, GENERATE
0.0,0.5,0.5
0.5,0.7,0.1
0.7,1.05,0.01
1.05,1.20,0.05
1.20,1.60,0.01
1.60,2.0,0.1
So the idea is this:
- Between 0.0 and 0.5, use the first material prop
- Between 0.5 and 0.7, use the second material prop
- Between 0.7 and 1.05, use the third material prop
- Between 1.05 and 1.20, use the fourth material prop
- Between 1.20 to the end, use the last prop
I think it should be made using FIELD command but to be honest, I am pretty new to Abaqus and I have no clue. I would be very thankful if you could help me
I have a composite plate made of several plies of different materials. What I need is to change these materials E and G with time (in each time step). I tried defining my materials like this:
** ----------------------------------------------------------
** TX_950_44_DEG 1013
** ----------------------------------------------------------
**
** E1, E2, nu12, G12, G13, G23
*Material, name=TX_950_44_DEG
*Elastic, type=LAMINA, dependencies=5
21300.,7000., 0.3,7500., 300.,4500.
15975.,5250., 0.3,5625., 225.,3375.
10650.,3500., 0.3,3750., 150.,2250.
5325.,1750., 0.3,1875., 75.,1125.
2130.,700., 0.3,750., 30.,450.
So as you can see, I defined 5 different properties for this material. Time steps that I am using are:
*Time Points, name=MEASUREMENT, GENERATE
0.0,0.5,0.5
0.5,0.7,0.1
0.7,1.05,0.01
1.05,1.20,0.05
1.20,1.60,0.01
1.60,2.0,0.1
So the idea is this:
- Between 0.0 and 0.5, use the first material prop
- Between 0.5 and 0.7, use the second material prop
- Between 0.7 and 1.05, use the third material prop
- Between 1.05 and 1.20, use the fourth material prop
- Between 1.20 to the end, use the last prop
I think it should be made using FIELD command but to be honest, I am pretty new to Abaqus and I have no clue. I would be very thankful if you could help me