Search found 84 matches

by Gholamreza
Wed Jan 17, 2018 1:24 pm
Forum: Framework
Topic: get acceleration method
Replies: 0
Views: 946

get acceleration method

Dear Frank and Developers,
We do have methods to get Strain and StrainRate. I was wondering to know if there is a method to get the acceleration or the rate of StrainRate ?
by Gholamreza
Mon Jan 15, 2018 8:59 am
Forum: Framework
Topic: New Material on MAC
Replies: 1
Views: 1111

New Material on MAC

Hello everyone, I am trying to add new material in opensees using MAC(Not windows or Linux). I was able to create .dylib and use the exampe1.tcl for ElasticPPcpp( everything works just fine). When I want to add my own code, I could create .dylib (my new material) successfully but when I use the .dyl...
by Gholamreza
Fri Jan 12, 2018 11:09 am
Forum: Framework
Topic: Question about getting trial acceleration
Replies: 11
Views: 5194

Re: Question about getting trial acceleration

Hello jiejingz,
If you are done with your code, Could you share that with us ?
by Gholamreza
Thu Jan 11, 2018 5:47 pm
Forum: OpenSees.exe Users
Topic: get strain and strainrate
Replies: 3
Views: 863

Re: get strain and strainrate

Thanks for reply selimgunay
I did download all the source files but I don't where it is explained about set/get TriaStrain and strainreate !!
Can you help me by that ?
by Gholamreza
Wed Jan 10, 2018 10:58 am
Forum: OpenSees.exe Users
Topic: Adding A New Material
Replies: 1
Views: 1267

Adding A New Material

Hello everyone, I am trying to add new material following the steps in Frank's presentation. I could make .dll file successfully but when I run the example1.tcl I received the error "Warning could not create uniaxialMaterialElasticPPcpp". I get this error both in Mac and Windows. Can anyone help me ...
by Gholamreza
Wed Jan 10, 2018 8:38 am
Forum: OpenSees.exe Users
Topic: get strain and strainrate
Replies: 3
Views: 863

get strain and strainrate

Hello Frank and other Developers, I'd like to know how OpenSees get the Strain or StrainRate from a element and pass it to a material ? My goal is to write a code in order to get the acceleration and pass it to a material but before that I need to know how OpenSees works for passing the Strain or St...
by Gholamreza
Mon Jan 08, 2018 4:53 pm
Forum: OpenSees.exe Users
Topic: Kelvin Element
Replies: 2
Views: 655

Re: Kelvin Element

My question is if I can I do that ?
because in the note for Viscous material it is said that we cannot use Viscous material in series/parallel with other materials
by Gholamreza
Mon Jan 08, 2018 2:38 pm
Forum: OpenSees.exe Users
Topic: Kelvin Element
Replies: 2
Views: 655

Kelvin Element

Hello all,
I want to make a Kelvin element (spring and stiffness in parallel). Can anyone help me how I could do it ?
Can I simply use Elastic Uniaxial Material and Viscous Material in parallel ? or OpenSees ignores one of the material when I use them in parallel ?
Thank you
by Gholamreza
Sun Jan 07, 2018 7:28 pm
Forum: OpenSees.exe Users
Topic: New Damper
Replies: 8
Views: 2259

Re: New Damper

Thanks Selimgunay,
I have a question, If I use TMD, Elastic Uniaxial Material plus ZeroLength Element, will that work with relative acceleration ?
Thanks
by Gholamreza
Wed Jan 03, 2018 5:34 pm
Forum: OpenSees.exe Users
Topic: New Damper
Replies: 8
Views: 2259

Re: New Damper

Thanks for your response selimgunay,
could you give me a hint how I could do that ? Which element or material I could play with, modify it, in order to create an element working with its terminals acceleration ?
Thanks
by Gholamreza
Wed Jan 03, 2018 1:17 pm
Forum: OpenSees.exe Users
Topic: Viscous Material vs ViscousDamper Material
Replies: 1
Views: 539

Viscous Material vs ViscousDamper Material

What is the difference(s) between Viscous Material and viscousDamper Material ?
by Gholamreza
Wed Jan 03, 2018 9:14 am
Forum: OpenSees.exe Users
Topic: High stiff chevron frame
Replies: 1
Views: 545

High stiff chevron frame

Hello, I wonder to know How to model a chevron frame with high stiffness ? I used code below but I keep receiving this error: node 1 0. 0. node 2 3. 0. node 3 1. 2. node 4 2. 2. fix 1 1 1 1 fix 2 1 1 1 . . . uniaxialMaterial Elastic 3 1e10 . . . element truss 4 1 3 0.5 100 element truss 5 3 4 0.5 10...
by Gholamreza
Tue Jan 02, 2018 3:16 pm
Forum: OpenSees.exe Users
Topic: Viscous Material
Replies: 1
Views: 535

Viscous Material

Is there any example to see how to use Viscous Material in Zero-length element ?
Thanks
by Gholamreza
Tue Jan 02, 2018 10:19 am
Forum: Framework
Topic: Inerter
Replies: 1
Views: 1100

Inerter

Hello Developers, In order to model new type of dampers I need to define new material to work with relative acceleration. As far as I know, the built-in functions in OpenSees usually work with displacements and velocities at each step but I need a function which works with acceleration. I know I sho...
by Gholamreza
Fri Dec 29, 2017 6:55 pm
Forum: OpenSees.exe Users
Topic: Link code to OpenSees
Replies: 1
Views: 479

Link code to OpenSees

Hello programmers,
Can anyone tell me how I can link my c++ code to OpenSees ? I'm using Mac and I know I have to use .dylib file but I have no clue I should do that.

Thanks in advance.