Search found 84 matches

by Gholamreza
Tue Oct 30, 2018 3:56 am
Forum: OpenSees.exe Users
Topic: Explicit Newmark integrator
Replies: 2
Views: 831

Explicit Newmark integrator

Hello all, integrator Newmark $gamma $beta is there any command for using Explicit Newmark integrator ? I know opensees has this integrator but I don't find it in the website or manual. I know if beta=0, Newmark integrator become Explicit Central Difference but I don't know about Explicit Newmark in...
by Gholamreza
Fri Oct 12, 2018 2:58 pm
Forum: OpenSees.exe Users
Topic: getDampTangent & getTangent
Replies: 0
Views: 340

getDampTangent & getTangent

Hello engineers,

Can anyone explain for me what getTangent and getDampTangent exactly do ? when should they return to zero and when to return to any other value ? I'd like to have a general idea about those methods.
Thanks
by Gholamreza
Fri Oct 05, 2018 6:32 am
Forum: OpenSees.exe Users
Topic: higher frequencies
Replies: 3
Views: 884

Re: higher frequencies

Hello Selimgunay,

Thanks for the response. I think my problem is beam-column connectivity. I will appreciate if you could take a look at what I explained in the link below:

http://opensees.berkeley.edu/community/ ... =2&t=65132
by Gholamreza
Fri Oct 05, 2018 6:29 am
Forum: OpenSees.exe Users
Topic: simple/hinge connection
Replies: 3
Views: 2991

Re: simple/hinge connection

I am not sure if I understand you correctly. If I define 3 nodes at j, how I can make sure the beam/column connection is rigid at the left side of the j and simple/hinge at right side of the j ?
by Gholamreza
Thu Oct 04, 2018 3:56 pm
Forum: OpenSees.exe Users
Topic: simple/hinge connection
Replies: 3
Views: 2991

simple/hinge connection

Hello engineers I have a question about simple connection between beams and columns. Lets say I have a frame with 2 bays(spans). As I show below, i,j and k are the places for the columns which are connected with beam 1 and beam2. I want to have a beam between i and j (beam1) with rigid connection at...
by Gholamreza
Thu Oct 04, 2018 11:39 am
Forum: OpenSees.exe Users
Topic: Column weak axis
Replies: 2
Views: 531

Re: Column weak axis

Thank you Selimgunay.
by Gholamreza
Thu Oct 04, 2018 10:38 am
Forum: OpenSees.exe Users
Topic: Damping in New Material
Replies: 10
Views: 7061

Re: Damping in New Material

Thanks!
by Gholamreza
Wed Oct 03, 2018 3:18 am
Forum: OpenSees.exe Users
Topic: Damping in New Material
Replies: 10
Views: 7061

Re: Damping in New Material

Yes, the issue is coming from the new material for sure.
by Gholamreza
Tue Oct 02, 2018 6:22 pm
Forum: OpenSees.exe Users
Topic: Damping in New Material
Replies: 10
Views: 7061

Re: Damping in New Material

That’s right. I used beta = 0.5 and gamma = 0.25 and like you said there is no numerical damping.
Any idea why I have smooth reduction in my response while I don’t have any damping?
by Gholamreza
Tue Oct 02, 2018 4:45 pm
Forum: OpenSees.exe Users
Topic: Damping in New Material
Replies: 10
Views: 7061

Re: Damping in New Material

I am using Newmark method with gamma = 0.5, so there is no numerical damping, right ?
How can I be sure there is no numerical damping In my C++ code ? Is there any numerical damping in Viscous material source code ?
by Gholamreza
Tue Oct 02, 2018 2:42 pm
Forum: OpenSees.exe Users
Topic: Column weak axis
Replies: 2
Views: 531

Column weak axis

Hello engineers,

I am modeling 2D frame and I'd like to consider weak axis for one of the columns.
I am using Wsection file for the column properties. I know opensees consider the strong axis by default and wondering how to put weak axis for one of my columns ?
by Gholamreza
Tue Oct 02, 2018 1:10 pm
Forum: OpenSees.exe Users
Topic: Damping in New Material
Replies: 10
Views: 7061

Re: Damping in New Material

Hi Jhno,
I did not use Rayleigh damping for sure. I am not sure what you mean by numerical damping ?
by Gholamreza
Tue Oct 02, 2018 10:37 am
Forum: OpenSees.exe Users
Topic: Damping in New Material
Replies: 10
Views: 7061

Damping in New Material

Hello everyone, I created new material that resistance force is proportional to relative acceleration (something like ViscousDamper material that force is proportional to relative velocity). everything looks good. The only weird thing is when I do transient analysis,(sine pulse loading....), the str...
by Gholamreza
Sat Sep 22, 2018 5:15 pm
Forum: OpenSees.exe Users
Topic: WARNING could not create uniaxialMaterial
Replies: 2
Views: 706

WARNING could not create uniaxialMaterial

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
Thu Sep 20, 2018 8:27 am
Forum: OpenSees.exe Users
Topic: Damping Ratio
Replies: 2
Views: 580

Re: Damping Ratio

That exactly what I needed. Thank you