Natural period of a structure with dampers
Moderators: silvia, selimgunay, Moderators
Natural period of a structure with dampers
Dear all
I have used some dampers in a steel moment frame using the viscous material and truss elements, but the natural period of structure calculated by OPENSEES did not change. My question is that what is wrong and how could I solve this problem?
I have used some dampers in a steel moment frame using the viscous material and truss elements, but the natural period of structure calculated by OPENSEES did not change. My question is that what is wrong and how could I solve this problem?
Dear Silvia
I have done it, but no changes occur. In the OPENSEES analyzes the natural period does not correlate to dampers constants! Is it possible that in evaluating natural period of structure it does not consider the viscous damper elements?
I have put the dampers definition below:
# dampers
set c0 2e+6
#uniaxialMaterial Viscous $matTag $C $alpha
uniaxialMaterial Viscous 2 [expr 2*$c0] 1
uniaxialMaterial Viscous 3 [expr 2*$c0] 1
uniaxialMaterial Viscous 4 [expr 2*$c0] 1
#element truss $eleTag $iNode $jNode $A $matTag
element truss 100 2 5 1 2
element truss 200 3 6 1 3
element truss 300 4 7 1 4
I have done it, but no changes occur. In the OPENSEES analyzes the natural period does not correlate to dampers constants! Is it possible that in evaluating natural period of structure it does not consider the viscous damper elements?
I have put the dampers definition below:
# dampers
set c0 2e+6
#uniaxialMaterial Viscous $matTag $C $alpha
uniaxialMaterial Viscous 2 [expr 2*$c0] 1
uniaxialMaterial Viscous 3 [expr 2*$c0] 1
uniaxialMaterial Viscous 4 [expr 2*$c0] 1
#element truss $eleTag $iNode $jNode $A $matTag
element truss 100 2 5 1 2
element truss 200 3 6 1 3
element truss 300 4 7 1 4
Yes I have tried a range of 1E+5 to 1E+7 which reduce the maximum drift of structure to less than half, and also I have modeled one of the samples of a passive control book in which the period of structure before and after using dampers is given, and in there I have get same results.
About the Rayleigh command you mean that I define the dampers elements then use the command to define their damping constant and then define other element which are not dampers with their damping? Is Rayleigh damping constant exactly works same as viscous damping constant? It is an applicable solution and thank you for your idea. Therefore the program do not modify the natural period considering the dampers defined by viscous dampers?
About the Rayleigh command you mean that I define the dampers elements then use the command to define their damping constant and then define other element which are not dampers with their damping? Is Rayleigh damping constant exactly works same as viscous damping constant? It is an applicable solution and thank you for your idea. Therefore the program do not modify the natural period considering the dampers defined by viscous dampers?
it seems that the program does notice your dampers.
The only problem, i believe, is the eigensolver, which may not be seeing them. i'll ask frank.
to apply damping to a region use the region command, see the manual:
The only problem, i believe, is the eigensolver, which may not be seeing them. i'll ask frank.
to apply damping to a region use the region command, see the manual:
but it seems that what you are doing works.region $regTag <-ele ($ele1 $ele2 ...)> <-eleRange $startEle $endEle> <-ele all> <-node ($node1 $node2 ...)> <-nodeRange $startNode $endNode> <-node all> <-rayleigh $alphaM $betaK $betaKinit $betaKcomm>
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
I have used Rayleigh damping in several ways such as Rayleigh command, region command and using in Newmark integrator command. Then I have changed the value of them by 100, but the natural period of structure calculated by Eigen command did not change. It seems that the Eigen solver even do not consider the Rayleigh damping. Is that right? So it is no way to calculate natural period of structure considering damping?