Nodes with different Degree of Freedom

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

Moderators: silvia, selimgunay, Moderators

Post Reply
reza378salami
Posts: 13
Joined: Tue Oct 25, 2011 4:52 am
Location: University of Bristol

Nodes with different Degree of Freedom

Post by reza378salami »

Hi all,
In my code I have soil nodes with 4DOF, (3 translation and 1 pore pressure) which is connected to Zero Length element node with 3DOF. From the error I found out that in Zero Length elements, nodes must have equal degree of freedom. What is your solution for this? How can I connect these nodes?
thank you.
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: Nodes with different Degree of Freedom

Post by vesna »

The model command can be used many times in the model to define different DOF regions. To solve your problem just issue 2 model commands. After one command build the model for the zero-lenght element, after the other build the model for the soil elements. When you are done tie whatever nodes you need to from the 2 models with the equalDOF command.
reza378salami
Posts: 13
Joined: Tue Oct 25, 2011 4:52 am
Location: University of Bristol

Re: Nodes with different Degree of Freedom

Post by reza378salami »

thanks vesna,
Post Reply