Search found 18 matches

by gst77
Wed Oct 21, 2020 6:19 pm
Forum: OpenSees.exe Users
Topic: Brick Infill
Replies: 9
Views: 6692

Re: Brick Infill

[quote=mhscott post_id=117319 time=1603304689 user_id=27]
404 error on the github link. Is the repo private?

I'm sorry, I made the repository public. Please tell me if you are able to download the code.
It's my first time using GitHub.

regards!
by gst77
Mon Oct 19, 2020 5:07 pm
Forum: OpenSees.exe Users
Topic: Brick Infill
Replies: 9
Views: 6692

Re: Brick Infill

[quote=mhscott post_id=117192 time=1602691252 user_id=27]
It would be great if you made the source code available via GitHub. dll's are bound not to work.
[/quote]

Here is the code for the element and the material.
Please cite my work if you use the code...

https://github.com/gtorrisi77/Masonry.git
by gst77
Wed Oct 14, 2020 7:58 am
Forum: OpenSees.exe Users
Topic: Brick Infill
Replies: 9
Views: 6692

Re: Brick Infill

Send me an email to
gonzalotorrisi@gmail.com
I have developed a masonry panel element and masonry material with Crisafulli's hysteretic cicle. I will send you the two .dll and some examples.
by gst77
Thu Oct 08, 2020 4:09 am
Forum: Framework
Topic: compilation problem
Replies: 1
Views: 7644

Re: compilation problem

I have changed the file Domain.cpp for the version 2.5 in the Core directory and it compiled ok, so I think the problem is this file or a missing file related to it.
by gst77
Wed Oct 07, 2020 10:06 am
Forum: OpenSees.exe Users
Topic: Version 3.2.X
Replies: 1
Views: 2052

Version 3.2.X

Dear Community:
I cant find the changelog or new features for version 3.2. I'm using version 2.5 and I don't know the changes since that version.

Does anyone knows the main features of the new version of OpenSees?
Thanks and regards
G.
by gst77
Wed Oct 07, 2020 3:38 am
Forum: Framework
Topic: compilation problem
Replies: 1
Views: 7644

compilation problem

Dear community members I have sucessfully compiled my own materials and elements in VS2010 for Opensees 2.5, now I'm tryin to compile the same elements and materials for version 3.0 and 3.2 and I have some problems. I have followed all the instructions in the .txt file and I can't find the error I h...
by gst77
Fri Feb 10, 2017 10:08 am
Forum: Framework
Topic: Is there a way to make the material call the element
Replies: 4
Views: 5980

Re: Is there a way to make the material call the element

Hi baozai ,
Did you have success with your implementation?
I'm doing something similar with my element and material, I need to change the backbone curve depending on the stress level on the element. Do you have your code to share and see how you did it?
Thank you very much.

GST.
by gst77
Mon May 02, 2016 12:05 pm
Forum: Framework
Topic: Giberson beam model
Replies: 0
Views: 2372

Giberson beam model

Dear All,
Does anyone has implemented the Giberson one component beam model in to OpenSees?
Thanks!
by gst77
Wed Jun 10, 2015 1:31 pm
Forum: Framework
Topic: Problem with new element
Replies: 1
Views: 2830

Problem with new element

Dear Frank, I'm adding a new element but get errors when compiling. I have read the guide to add a new element in C ++, the guide to compile and source code of several elements (truss2D.cpp, FourNodeQuad.cpp, ZeroLength.cpp, etc) to write the new element that has 6 materials. Still, I do not succeed...
by gst77
Thu May 28, 2015 8:32 am
Forum: Documentation
Topic: Shear spring material model
Replies: 2
Views: 5228

Re: Shear spring material model

Hi,
Could you please share the modified material source code?
Thank you in advance!

G. Torrisi
by gst77
Tue Apr 21, 2015 3:38 am
Forum: Framework
Topic: New complex element
Replies: 2
Views: 3634

Re: New complex element

Thank you Frank, it was very helpfull! The next time I will post the .h file too.
by gst77
Thu Apr 16, 2015 12:35 pm
Forum: Framework
Topic: New complex element
Replies: 2
Views: 3634

New complex element

Dear Frank, First of all, I'm not a Objet Oriented Programmer, so I'm writing my own element routine by myself, based on the examples in the source code and reading some books about OOP. I'm trying to implement a new element with 7 sub elements. The first 6 subelements uses the material #1 and the l...
by gst77
Thu Feb 12, 2015 2:46 pm
Forum: Framework
Topic: material with two variables
Replies: 2
Views: 3337

Re: material with two variables

Can I call the material using the strainrate as Axial force?

p.e.:in the element definition:

theMaterial->setTrialStrain(strain,Axialforce)

In this way I can use the Axial force in the material model.
Is this possible?

Thank you very much for your time and help.
by gst77
Sat Nov 01, 2014 6:53 am
Forum: Framework
Topic: material with two variables
Replies: 2
Views: 3337

material with two variables

Hello everyone , I am adding a new material to OpenSees and I've seen that all materials depend only on the strain , then with the value of strain can obtain the new state. I want a material which not only depends on the deformation but also depends on the level of axial load , frictional materials ...
by gst77
Sat Nov 01, 2014 6:49 am
Forum: Framework
Topic: building opensees
Replies: 3
Views: 4496

Re: building opensees

Ok, now it is running!! thank you!!!