[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!
Search found 18 matches
- Wed Oct 21, 2020 6:19 pm
- Forum: OpenSees.exe Users
- Topic: Brick Infill
- Replies: 9
- Views: 7028
- Mon Oct 19, 2020 5:07 pm
- Forum: OpenSees.exe Users
- Topic: Brick Infill
- Replies: 9
- Views: 7028
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
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
- Wed Oct 14, 2020 7:58 am
- Forum: OpenSees.exe Users
- Topic: Brick Infill
- Replies: 9
- Views: 7028
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.
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.
- Thu Oct 08, 2020 4:09 am
- Forum: Framework
- Topic: compilation problem
- Replies: 1
- Views: 13075
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.
- Wed Oct 07, 2020 10:06 am
- Forum: OpenSees.exe Users
- Topic: Version 3.2.X
- Replies: 1
- Views: 2134
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.
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.
- Wed Oct 07, 2020 3:38 am
- Forum: Framework
- Topic: compilation problem
- Replies: 1
- Views: 13075
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...
- Fri Feb 10, 2017 10:08 am
- Forum: Framework
- Topic: Is there a way to make the material call the element
- Replies: 4
- Views: 6379
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.
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.
- Mon May 02, 2016 12:05 pm
- Forum: Framework
- Topic: Giberson beam model
- Replies: 0
- Views: 2694
Giberson beam model
Dear All,
Does anyone has implemented the Giberson one component beam model in to OpenSees?
Thanks!
Does anyone has implemented the Giberson one component beam model in to OpenSees?
Thanks!
- Wed Jun 10, 2015 1:31 pm
- Forum: Framework
- Topic: Problem with new element
- Replies: 1
- Views: 3149
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...
- Thu May 28, 2015 8:32 am
- Forum: Documentation
- Topic: Shear spring material model
- Replies: 2
- Views: 5591
Re: Shear spring material model
Hi,
Could you please share the modified material source code?
Thank you in advance!
G. Torrisi
Could you please share the modified material source code?
Thank you in advance!
G. Torrisi
- Tue Apr 21, 2015 3:38 am
- Forum: Framework
- Topic: New complex element
- Replies: 2
- Views: 3965
Re: New complex element
Thank you Frank, it was very helpfull! The next time I will post the .h file too.
- Thu Apr 16, 2015 12:35 pm
- Forum: Framework
- Topic: New complex element
- Replies: 2
- Views: 3965
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...
- Thu Feb 12, 2015 2:46 pm
- Forum: Framework
- Topic: material with two variables
- Replies: 2
- Views: 3455
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.
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.
- Sat Nov 01, 2014 6:53 am
- Forum: Framework
- Topic: material with two variables
- Replies: 2
- Views: 3455
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 ...
- Sat Nov 01, 2014 6:49 am
- Forum: Framework
- Topic: building opensees
- Replies: 3
- Views: 4657
Re: building opensees
Ok, now it is running!! thank you!!!