jongyonkim
Electrical
- Aug 3, 2006
- 24
Hi,
I am trying to model the force vs. displacement behavior of a thin sheet of silicon.
The four corners of the square sheet are fixed using a boundary condition (U1=U2=U3=0). I am to apply a point load in the center.
I would like to obtain a graph of this load force vs. downward displacement of the center.
What is the best method to do this?
1) I could specify a load force and see how much the center displaces (eventually displacement saturates to a steady value), but this would only give me a point on the graph; I would have to do this a hundred times to get a plot (which is not practical)...Is there an easier way of doing this?
2) I tried to vary the force with respect to time by defining a linear amplitude, but the results don't quite match the discrete data points produced by method #1 above...(I guess the structure isn't given enough time to stabilize its final displacement per given force, which varies continuously)
3) I'm also thinking of using the energy method. I set a velocity boundary condition at the center to get linear displacement. Then I obtain ALLWK, ALLKE and U3 (downward displacement) from history output, and use the following function in the "Operate XY data" to get force:
differentiate(combine("U3","ALLWK"-"ALLKE"))
Is this a valid way of measuring force? Since work is the integral of force with respect to distance, I can solve for work by differentiating the internal energy (ALLWK-ALLKE) with respect to displacement. Does this work?
Thank you in advance.
I am trying to model the force vs. displacement behavior of a thin sheet of silicon.
The four corners of the square sheet are fixed using a boundary condition (U1=U2=U3=0). I am to apply a point load in the center.
I would like to obtain a graph of this load force vs. downward displacement of the center.
What is the best method to do this?
1) I could specify a load force and see how much the center displaces (eventually displacement saturates to a steady value), but this would only give me a point on the graph; I would have to do this a hundred times to get a plot (which is not practical)...Is there an easier way of doing this?
2) I tried to vary the force with respect to time by defining a linear amplitude, but the results don't quite match the discrete data points produced by method #1 above...(I guess the structure isn't given enough time to stabilize its final displacement per given force, which varies continuously)
3) I'm also thinking of using the energy method. I set a velocity boundary condition at the center to get linear displacement. Then I obtain ALLWK, ALLKE and U3 (downward displacement) from history output, and use the following function in the "Operate XY data" to get force:
differentiate(combine("U3","ALLWK"-"ALLKE"))
Is this a valid way of measuring force? Since work is the integral of force with respect to distance, I can solve for work by differentiating the internal energy (ALLWK-ALLKE) with respect to displacement. Does this work?
Thank you in advance.