Zero length element
Moderators: silvia, selimgunay, Moderators
Zero length element
I wanted to assign material for zero length element only in the z rotation. I know opensees is unitless but for rotation, I am not sure how opensees works. How will opensees determine the rotation is in degrees or radian?
-
- Posts: 160
- Joined: Mon Feb 02, 2015 6:32 pm
Re: Zero length element
uniaxialMaterial Steel02 $SpringM2Tag $M1 $MTheta 0.001 18.0 0.925 0.15;
element zeroLength 1 1 2 -mat $SpringM2Tag -dir 3
Here M1(Nmm) is moment and MTheta is slope of moment and rotation curve(radian)
element zeroLength 1 1 2 -mat $SpringM2Tag -dir 3
Here M1(Nmm) is moment and MTheta is slope of moment and rotation curve(radian)
Prafulla Malla, Nepal
Praf_malla@hotmail.com
Praf_malla@hotmail.com
Re: Zero length element
Thank you
-
- Posts: 916
- Joined: Mon Sep 09, 2013 8:50 pm
- Location: University of California, Berkeley
Re: Zero length element
Rotation does not have a unit, and moment units should be consistent with the remainder of the model
element zeroLength 1 1 2 -mat $SpringM2Tag -dir 3
If you do this, you will have zero stiffness springs in all the other dof. If you want the other dof to be rigid, you should use equal displacement
element zeroLength 1 1 2 -mat $SpringM2Tag -dir 3
If you do this, you will have zero stiffness springs in all the other dof. If you want the other dof to be rigid, you should use equal displacement
Re: Zero length element
Thank you selimgunay. so if rotation is unitless does it mean I need to make the rotation unitless, if moment and rotation curve of the material is specified in knm and radian respectively. Since I am recording the deformation of the zerolength element i need to know which unit it is using.
-
- Posts: 160
- Joined: Mon Feb 02, 2015 6:32 pm
Re: Zero length element
Thanks
Since your unit of Force is kN, and displacement is mm, your deformation will be in mm
Since your unit of Force is kN, and displacement is mm, your deformation will be in mm
Prafulla Malla, Nepal
Praf_malla@hotmail.com
Praf_malla@hotmail.com
-
- Posts: 916
- Joined: Mon Sep 09, 2013 8:50 pm
- Location: University of California, Berkeley
Re: Zero length element
That is not correct. Rotation should be unitless and moment should be in kNm if the force and displacement units in the remainder of the file are kN and m respectively
Re: Zero length element
i am grateful for your swift replies. But I still can't understand how I can make my rotation unitless.i have from experiment the dampers Moment(Knm) vs Rotational(radians) curve. And I want to use this data to model it as a zero-length element in opensees. So how can I specify the material properties in opensees? how can I make the rotation unitless? I had previously used the experiment result to define the moment in knm and the rotation in radians. and I thought the recorded results would also have the same unit.
-
- Posts: 916
- Joined: Mon Sep 09, 2013 8:50 pm
- Location: University of California, Berkeley
Re: Zero length element
That is correct, if you defined the moment in KNm and the rotation radians, recorders will have the same units
Re: Zero length element
Thank you very much selimgunay