Search found 21 matches

by faraklit
Tue May 31, 2016 7:01 am
Forum: Framework
Topic: OPS_GetDomian
Replies: 2
Views: 3388

Re: OPS_GetDomian

Actually,
The main problem is, how may I call displacements of any node in my code?
by faraklit
Mon May 30, 2016 11:22 am
Forum: Framework
Topic: OPS_GetDomian
Replies: 2
Views: 3388

OPS_GetDomian

Hi, I am trying to define new uniaxial material. The behavior of material will be defined with respect to drift of two nodes. That means I need to get displacemens of two nodes in my material. I am using the following codes. /////////////////////////////////// Domain *theDomain = 0; theDomain = OPS_...
by faraklit
Tue Sep 01, 2015 6:21 pm
Forum: OpenSees.exe Users
Topic: Different Results with Different Operating systems
Replies: 1
Views: 1929

Different Results with Different Operating systems

Hi,
I have been working with OpenSees for three years.
I have just noticed that OpenSees gives different results with different computers; one is windows 7 and other is Ubuntu 14.04. The code is totally same, however; the result is different. Is this normal? Or there is problem with my computers.
by faraklit
Thu Mar 12, 2015 9:40 am
Forum: OpenSees.exe Users
Topic: Plot From two different file.
Replies: 2
Views: 2292

Re: Plot From two different file.

Thank you for your reply.
by faraklit
Tue Mar 10, 2015 12:56 pm
Forum: OpenSees.exe Users
Topic: Plot From two different file.
Replies: 2
Views: 2292

Plot From two different file.

I can plot time vs displacement and time vs force at each time step by using closeOnWrite, however I want to plot force vs displacement of a node at each time. In OpenSees, as far as I concern it is not possible to record nodal force and displacement into one file. Is it possible? And I wonder, it i...
by faraklit
Tue Dec 09, 2014 8:12 am
Forum: OpenSees.exe Users
Topic: Modelling shear critical columns in OpenSees
Replies: 1
Views: 2374

Modelling shear critical columns in OpenSees

Hi, Currently I am working on modelling a shear critical reinforced concrete column in OpenSees. As recommended, I am using additional zero length spring to apply shear deflection and shear strength degradation to column. However, I am exposed to a problem for model. When I run a pushover analysis, ...
by faraklit
Thu Jul 03, 2014 2:26 pm
Forum: Framework
Topic: Strain (n-1)
Replies: 4
Views: 3992

Re: Strain (n-1)

I have checked commitStrain. It alwasys equals to zero.
I dont understand why?
strain is ok.
by faraklit
Wed Jul 02, 2014 4:06 am
Forum: Framework
Topic: Strain (n-1)
Replies: 4
Views: 3992

Re: Strain (n-1)

fmk,
Thank you for your help.
But I know what fabs() means.
I tried to find the difference between absolute value of current (time n) strain and absolute value of previous (time n-1) strain.
Thus, I used "commitStrain" as previous (time n-1) strain. Is it true?
by faraklit
Sat Jun 28, 2014 5:42 am
Forum: Framework
Topic: Strain (n-1)
Replies: 4
Views: 3992

Strain (n-1)

Hi, I am writing a code to define a spring. And I need to use strain(n-1) to calculate strain(n). However, I dont know how to do it. I used commitStrain but it did not worked. Can you help me?? for exdample; " double dStrain = fabs(strain) - fabs(commitStrain); if (dStrain < 0.0) { unloading ()...
by faraklit
Wed May 14, 2014 11:05 am
Forum: OpenSees.exe Users
Topic: Hysteretic analysis (Dynamic Analysis)
Replies: 0
Views: 1447

Hysteretic analysis (Dynamic Analysis)

Is it possible to define the load applied each step of analysis?
The load is not regular and I want to define them by hand or from a file.
I reviewed the examples of dynamic analysis. In that examples, the accelerations are read from file not the load. I want to define load.
by faraklit
Sun Mar 23, 2014 8:03 am
Forum: Framework
Topic: Adding Code to OpenSees
Replies: 4
Views: 5032

Re: Adding Code to OpenSees

I got the solution.
DEVELOPER/element/cpp export LD_LIBRARY_PATH=.
the commands provides the solution.
by faraklit
Sun Mar 23, 2014 8:01 am
Forum: Framework
Topic: add New Material problem, ubuntu 12.04
Replies: 5
Views: 6097

Re: add New Material problem, ubuntu 12.04

Thank you fmk...
export LD_LIBRARY_PATH=.
the command solved my problem. In the directory of the new element, I typed the command and it worked.
by faraklit
Mon Mar 17, 2014 6:07 pm
Forum: Framework
Topic: add New Material problem, ubuntu 12.04
Replies: 5
Views: 6097

Re: add New Material problem, ubuntu 12.04

I think I have same problem. Although I have tried the the way described above, nothing has chaged.
Same problem.

Thanks...
by faraklit
Mon Mar 17, 2014 3:05 pm
Forum: Parallel Processing
Topic: OpenSees Parallel linux
Replies: 22
Views: 21074

Re: OpenSees Parallel linux

Thank you fmk, it was ActiveTcl8.6... but I installed ActiveTcl8.5 and now it is working. I have another question, do i need to anything more to add a new code. I typed 'make' under DEVELOPER/element/cpp , all the files .so and .o was created. But I still cannot run the example1. Is there something ...
by faraklit
Mon Mar 17, 2014 2:46 pm
Forum: Parallel Processing
Topic: how to parallel processing
Replies: 3
Views: 5024

Re: how to parallel processing

Thank you Fmk