Hi all, I've been thinking about two questions about zero-length element but couldn't find an answer myself. By any chance, could you show me some your insights? Thanks in advance!
Q1: The zero-length element consists of two nodes (m dof at each node) at the same location, which seems to introduce one redundant node (m dof) to the model. Consequently, I think in eigen analysis, the size of the eigenvector will increase by m. And the values of the two nodes in the same eigen vector should be the same. If I plan to use the eigen vectors to do modal analysis, should I eliminate the repetitive m entries from the eigen vectors?
Q2: If I apply a nodal load on one of the two nodes of a zero-length element, does this mean this load is also applied on the other node? (In other words, will it make any difference if applying nodal load on either node of a zero-length element?)
2 questions about zero-length element
Moderators: silvia, selimgunay, Moderators
Re: 2 questions about zero-length element
Q1: You will need to use the equalDOF command to eliminate redundant degrees of freedom
Q2: Yes, in some cases it can make a difference
Q2: Yes, in some cases it can make a difference
-
- Posts: 916
- Joined: Mon Sep 09, 2013 8:50 pm
- Location: University of California, Berkeley
Re: 2 questions about zero-length element
If you are using a zerolength element, it means that you are introducing a flexible element (can be interpreted as a spring) between the two nodes of a zerolength element. Therefore, obviously those two nodes will have different values in the eigenvectors
Re: 2 questions about zero-length element
Thank you for your explanation. It's so clear to me now!selimgunay wrote: ↑Mon Nov 16, 2020 11:40 pm If you are using a zerolength element, it means that you are introducing a flexible element (can be interpreted as a spring) between the two nodes of a zerolength element. Therefore, obviously those two nodes will have different values in the eigenvectors