$dir in zerolength element is global rather than local?
Moderators: silvia, selimgunay, Moderators
-
- Posts: 29
- Joined: Fri Dec 21, 2007 5:39 am
- Location: China
$dir in zerolength element is global rather than local?
I use the zerolength element with hysteretcial material to model shear-slip nonlinear spring. It is found that the $dir in zerolength element is not local as the manual instrut. It is global, isn't it ?
thanks
thanks
-
- Posts: 29
- Joined: Fri Dec 21, 2007 5:39 am
- Location: China
-
- Posts: 26
- Joined: Sat Feb 13, 2010 9:59 am
- Location: iran
hi
i try to model tuned mass damper in 3 building with 3,9 and 20 storey
after many time i could model stiffness and damper in a node with element zeroLength.now i am not sure about dir.because i want to model translational spring and i think i shuld to use dir 1, but give error .when i use dir 6 my model runs whitout any problem.
do correct in a model 2d to use dir 6?
my scripts:
set K 47338.2;
set C 10648.8;
set alpha 1;
uniaxialMaterial Elastic 3 $K
uniaxialMaterial Viscous 4 $C $alpha;
element zeroLength 28 12 122 -mat 3 -dir 6;
element zeroLength 29 12 122 -mat 4 -dir 6;
what is your suggest?
thanks for your attention.
i try to model tuned mass damper in 3 building with 3,9 and 20 storey
after many time i could model stiffness and damper in a node with element zeroLength.now i am not sure about dir.because i want to model translational spring and i think i shuld to use dir 1, but give error .when i use dir 6 my model runs whitout any problem.
do correct in a model 2d to use dir 6?
my scripts:
set K 47338.2;
set C 10648.8;
set alpha 1;
uniaxialMaterial Elastic 3 $K
uniaxialMaterial Viscous 4 $C $alpha;
element zeroLength 28 12 122 -mat 3 -dir 6;
element zeroLength 29 12 122 -mat 4 -dir 6;
what is your suggest?
thanks for your attention.