
Originally Posted by
Yejie Shan
Hi, Jorgen
I am modelling a periodic structure these days and I've encountered some problems. Here are two of them:
1.I want to use Equation constraints to achieve PBC of RVE. Take a 2D square box for example(tension in direction 1):
**Make relative displacements(direction 1) between left nodes and right nodes equals displacement of reference point.
*Equation
3
Nodesets_left, 1, 1
Nodesets_right, 1, -1
Nodesets_refencepoint, 1, -1
**Make relative displacements(direction 2) between left nodes and right nodes equals zero.
*Equation
2
Nodesets_left, 2, 1
Nodesets_right, 2, -1
**Make relative displacements(direction 1) between top nodes and bottom nodes equals zero.
*Equation
2
Nodesets_top, 1, 1
Nodesets_bottom, 1, -1
**Make relative displacements(direction 2) between top nodes and bottom nodes equals zero.
*Equation
2
Nodesets_top, 2, 1
Nodesets_bottom, 2, -1
Then I met the error:XXXX nodes are missing degree of freedoms........It confuses me. I don't know the reason and the way to solve it.
2.In the *Equation constraints above, I used nodesets instead of single node, but labels of nodes in each sets are often not in consistence, so is there some way convenient to make the nodes in specific order as one wish?
Hope for your helpful reply.Thanks a lot!
Bookmarks