szleok
Civil/Environmental
- Jun 10, 2004
- 18
Hi, folks
I have been puzzled by this problem for a long time:
Which way is right?
1. Apply the acceleration on a group of nodes only.
*nset, nset=inputnode
1,2,3,4,5
*boundary, type=acceleration,amplitude=??
inputnode,1,1,9.81
2. Apply the acceleration on the same group of nodes but also included elements which the nodes belongs to.
*nset, nset=inputnode
1,2,3,4,5
*elset,elset=inputnode
10,11,12,13,14
*boundary, type=acceleration,amplitude=??
inputnode,1,1,9.81
(the node 1 to 5 are in element 10 to 14)
The result is quite different!!!
I have been puzzled by this problem for a long time:
Which way is right?
1. Apply the acceleration on a group of nodes only.
*nset, nset=inputnode
1,2,3,4,5
*boundary, type=acceleration,amplitude=??
inputnode,1,1,9.81
2. Apply the acceleration on the same group of nodes but also included elements which the nodes belongs to.
*nset, nset=inputnode
1,2,3,4,5
*elset,elset=inputnode
10,11,12,13,14
*boundary, type=acceleration,amplitude=??
inputnode,1,1,9.81
(the node 1 to 5 are in element 10 to 14)
The result is quite different!!!