Search found 6 matches

by gswarup
Tue Apr 02, 2019 5:42 am
Forum: OpenSees.exe Users
Topic: Gap in hysteretic material
Replies: 2
Views: 2654

Re: Gap in hysteretic material

Hi ismailqeshta!... thanks a lot for the response. I've gone through those examples already but still was stuck at the problem. Meanwhile, I've found a solution. I've used one ElasticPPGap material and one Hysteretic material in series. After the gap, the combined stiffness of the two materials shou...
by gswarup
Mon Apr 01, 2019 11:27 pm
Forum: OpenSees.exe Users
Topic: How to create spring and attach to it a zeroLength element?
Replies: 2
Views: 2621

Re: How to create spring and attach to it a zeroLength elem

Hi, I have once developed a compression only multilinear material in OpenSees by just modifying the existing multilinear material. I can give you the source file (.cpp) and also the .dll file but don't know whether the .dll file will work on your system. I am using 64bit Windows 8.1. But once you ha...
by gswarup
Tue Mar 26, 2019 10:27 pm
Forum: OpenSees.exe Users
Topic: Gap in hysteretic material
Replies: 2
Views: 2654

Gap in hysteretic material

HI !

Can anyone suggest me, how can I provide an initial gap in hysteretic material in OpenSees?

I'll highly appreciate any suggestion regarding that.

Thanks and Regards,
Swarup
by gswarup
Fri Mar 15, 2019 10:20 pm
Forum: OpenSees.exe Users
Topic: Openseespy link to Matlab
Replies: 4
Views: 4341

Re: Openseespy link to Matlab

Hello, You can save the matlab variables in a *.mat file, say it's a matrix (or array) myvar = (p1, p2, p3, p4, p5) and saved in 'myvar.mat'. From python you can then load this mat file from scipy.io import loadmat, savemat var = loadmat('myvar.mat') # 'var' will be a 'dict' {}, so extract your matr...
by gswarup
Mon Mar 11, 2019 11:36 pm
Forum: OpenSees.exe Users
Topic: EalsticPPGap material error
Replies: 0
Views: 1642

EalsticPPGap material error

Hi, I am trying to use the ElasticPPGap material in OpenSees but getting error if I put any numerical value for the gap. If the gap is 0.0 the program is running perfectly. Following is my .tcl script. Please help. Thank you... wipe logFile viewlog model BasicBuilder -ndm 2 -ndf 3 set E0 3.35E+03 se...
by gswarup
Tue Sep 27, 2016 5:05 am
Forum: Reliability Analysis
Topic: PM Hinge interaction curve
Replies: 1
Views: 9014

PM Hinge interaction curve

Hi, Is there any option in Opensees so that I can input P-M interaction curve for Hinges. Actually I want to model a masonry column. But due to unavailability of axial shear interaction model I want to convert the shear forces to equivalent moment which will interact with the level of axial force pr...