how to calculate structure's energy

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

Moderators: silvia, selimgunay, Moderators

leiloo
Posts: 17
Joined: Tue Dec 13, 2016 2:31 pm
Location: razi university

Re: how to calculate structure's energy

Post by leiloo » Thu Aug 17, 2017 1:18 am

yes, i can.
But the stiffness matrix of structure with damper, that obtained from printA command,is correct?


Your tips are very helpful

leiloo
Posts: 17
Joined: Tue Dec 13, 2016 2:31 pm
Location: razi university

Re: how to calculate structure's energy

Post by leiloo » Mon Sep 11, 2017 12:08 pm

in structure with viscoelastic damper, can I calculate the stiffness matrix with "printA" command?
the calculated answer with this method is correct?

integrator LoadControl 1
system FullGeneral
analysis Static
analyze 1
printA -file Stiff.out


wipeAnalysis
rayleigh 0.0 0.0 0.0 0.0
system FullGeneral
integrator NewmarkExplicit 0.5
analysis Transient
analyze 1 1.
printA -file mass.out


thanks

selimgunay
Posts: 913
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: how to calculate structure's energy

Post by selimgunay » Thu Sep 14, 2017 4:04 pm

To get the stiffness matrix, 1) you can use

integrator Newmark 0.5 0.25

and set all the mass and damping to zero

2) or you don't need to modify mass and damping and use the displacementcontrol integrator.

leiloo
Posts: 17
Joined: Tue Dec 13, 2016 2:31 pm
Location: razi university

Re: how to calculate structure's energy

Post by leiloo » Sun Sep 17, 2017 2:37 pm

Are the commands coming below, correct?
do I have to write commands related to gravity loads and gravity commands before these?

integrator DisplacementControl 42 1 0.002
system FullGeneral
analysis Static
analyze 1500
printA -file Stiff.out

wipeAnalysis

system FullGeneral
integrator NewmarkExplicit 0.5
algorithm NewtonLineSearch
analysis Transient
analyze 1 1.
printA -file mass.out

thanks

selimgunay
Posts: 913
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: how to calculate structure's energy

Post by selimgunay » Wed Sep 20, 2017 12:38 am

Reinforced concrete stiffness gets affected by gravity loading, so for RC you need to use gravity loading before these commands otherwise you don't need it.

leiloo
Posts: 17
Joined: Tue Dec 13, 2016 2:31 pm
Location: razi university

Re: how to calculate structure's energy

Post by leiloo » Tue Sep 26, 2017 4:13 pm

is the following viscoelastice damper model correct?
is making the materials parallel correct?

uniaxialMaterial Elastic 1 16.77e6
uniaxialMaterial Viscous 2 2498e3 0.5
uniaxialMaterial Parallel 3 1 2

element twoNodeLink 67 8 16 -mat 3 -dir 1

thanks

Gholamreza
Posts: 84
Joined: Tue Nov 07, 2017 7:47 am
Location: University of Central Florida

Re: how to calculate structure's energy

Post by Gholamreza » Fri Nov 30, 2018 5:53 am

Informative

Post Reply