tangent stiffness matrix

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

Moderators: silvia, selimgunay, Moderators

Post Reply
adelm
Posts: 5
Joined: Fri Feb 07, 2014 2:11 pm
Location: UCSD

tangent stiffness matrix

Post by adelm »

Hi everyone,
I would like to extract (output) tangent stiffness matrix in a static analysis? Can anyone help please?
Thanks
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: tangent stiffness matrix

Post by fmk »

use a FullGenSystem and then use the printA command:

http://opensees.berkeley.edu/wiki/index ... tA_Command
adelm
Posts: 5
Joined: Fri Feb 07, 2014 2:11 pm
Location: UCSD

Re: tangent stiffness matrix

Post by adelm »

Dear Frank,

Thanks for your reply. Let me take the problem one step higher, I would like to grab the initial stiffness matrix and then apply a set of load and get the new stiffness matrix. Then subtract the first one from the second to get geometric stiffness matrix. Do you think that's a possibility? Could you please guide me on if it is possible, then what will be the relationship between the subtracted matrix and geometric stiffness matrix? Is the a definite multiplier of that?

Thanks again,

Adel
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: tangent stiffness matrix

Post by fmk »

it is .. just do an alnalysis with 0 load to get the first one place in 1 file (you might even want to specify a -initial with the algorithmm) .. do your analysis and save the results for the tangent to another file .. use matlab or even tcl to load the 2 files, compute the difference and save to a third file.
adelm
Posts: 5
Joined: Fri Feb 07, 2014 2:11 pm
Location: UCSD

Re: tangent stiffness matrix

Post by adelm »

so then do you think if I write a code to do eigenvalue analysis for the initial stiffness matrix and the subtracted stiffness matrix (=geometric stiffness matrix), that would give me the buckling load of the system?
Thank you
cexuhan
Posts: 11
Joined: Mon Mar 04, 2019 6:00 pm
Location: The University of Queensland

Re: tangent stiffness matrix

Post by cexuhan »

Hi Adel

Did you solve this problem? I have the same trouble now.

Thank you

Xu
konveksikaos
Posts: 1
Joined: Tue Mar 05, 2019 9:18 pm
Contact:

Re: tangent stiffness matrix

Post by konveksikaos »

Did this good answer? Btw thxs for solved it problem
Post Reply