Import stiffness matrix in OpenSees

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

Moderators: silvia, selimgunay, Moderators

Post Reply
radmard
Posts: 9
Joined: Mon Jun 22, 2015 11:51 am
Location: Bauhaus University

Import stiffness matrix in OpenSees

Post by radmard »

Is it possible to use stiffness, mass, damping matrix from another program to import them into opensees and then analyze such structure Under a Time history loading matrix P?
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Import stiffness matrix in OpenSees

Post by fmk »

it is .. look at GenericClient element is SRC/element/generic .. you might need to modify a bit based on the data you are sending/receiving from your otehr application.
radmard
Posts: 9
Joined: Mon Jun 22, 2015 11:51 am
Location: Bauhaus University

Re: Import stiffness matrix in OpenSees

Post by radmard »

fmk wrote:
> it is .. look at GenericClient element is SRC/element/generic .. you might
> need to modify a bit based on the data you are sending/receiving from your
> otehr application.

Dear Francis,

I think your suggestion differs to what I need because it is about changing the elements specifications during analysis.
My problem is that I only have C,K matrix and M matrix of the structure and I don't have access to the elements specifications.
Can opensees use available C, M and K matrixes and do the analysis on such structure? (No element specifications and Geometry of the structure is available).

Best regards,
Hamid.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Import stiffness matrix in OpenSees

Post by fmk »

not sure what you are asking.
radmard
Posts: 9
Joined: Mon Jun 22, 2015 11:51 am
Location: Bauhaus University

Re: Import stiffness matrix in OpenSees

Post by radmard »

Hello,
I have stiffness [K], mass [M] and damping [C] matrix in matlab (and could be exported into text files) and I need that opensees uses these Matrixes (or files) as it's input (instead of modeling the geometry and derive these matrixs from that) and performs modal analysis or time history analysis for example.
Is it possible?
Any help would be highly appreciated.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Import stiffness matrix in OpenSees

Post by fmk »

no .. use matlab for the analysis!
Post Reply