About zerolength element

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
drowning6
Posts: 20
Joined: Tue Nov 15, 2011 6:03 pm
Location: bucea

About zerolength element

Post by drowning6 »

I set three zerolength elements in orthogonal directions by the command below.

element zeroLength 951 1 1111 -mat 20 20 1 -dir 1 2 3;
or
element zeroLength 951 1 1111 -mat 20 -dir 1 ;
element zeroLength 951 1 1111 -mat 20 -dir 2 ;
element zeroLength 951 1 1111 -mat 1 -dir 3;

1. But they do not work toghether in either way.
I mean it seams each zerolength element only work lonely assuming the other two direction is fixed.
Is this the setting of the zerolength element?

2. Can I consider the coupled effects of these three zerolength element?

Thanks for all.

Regards.
mhscott
Posts: 876
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: About zerolength element

Post by mhscott »

1. They work in orthogonal directions without coupling

2. element CoupledZeroLength tag ndI ndJ 1 2 20 would, for example, couple material 20 between dirs 1 and 2 ... it computes deformation magnitude from dirs 1 and 2 and resolves resulting force along dirs 1 and 2
drowning6
Posts: 20
Joined: Tue Nov 15, 2011 6:03 pm
Location: bucea

Re: About zerolength element

Post by drowning6 »

Thank you so much, Dr. Scott.

This command is for 2d element.
For example, if I plan to couple x,y,z direction together. So I should couple x,y and y,z and x,z seperately, is this correct?
Post Reply