Search found 28 matches

by lolitapr
Wed Nov 02, 2011 7:15 am
Forum: OpenSees.exe Users
Topic: Hysteretic material
Replies: 1
Views: 1904

Hysteretic material

Hello,

I would like to know if there is a range of values for the damage1 and damage 2 for the hysteretic material. Also, I would like to know if there is a report or a paper for this kind of material. Thanks for your help.

Cordially,
MC
by lolitapr
Mon Jul 18, 2011 6:43 am
Forum: OpenSees.exe Users
Topic: Displacement control on different nodes with file
Replies: 1
Views: 1738

Displacement control on different nodes with file

Hi there,

I am trying to run a displacement control analysis using two nodes and the displacements history coming from two different files(one for each node). How can I do this? Is there an example that I can follow? I have looked in the message board and could not find it.


Thanks for your help.
by lolitapr
Thu Jun 30, 2011 5:18 am
Forum: Framework
Topic: OpenSees 2.3 compile error
Replies: 3
Views: 4108

Re: OpenSees 2.3 compile error

Hi Frank, Greetings. I did what you said and I found these errors: 1> Cast.cpp 1>..\..\..\SRC\material\uniaxial\Cast.cpp(279): error C3861: 'fmin': identifier not found 1>..\..\..\SRC\material\uniaxial\Cast.cpp(303): error C3861: 'fmax': identifier not found 1>..\..\..\SRC\material\uniaxial\Cast.cpp...
by lolitapr
Tue Jun 28, 2011 11:33 am
Forum: Framework
Topic: OpenSees 2.3 compile error
Replies: 3
Views: 4108

OpenSees 2.3 compile error

Hi, I did an svn check for updates today and now I have this error when I try to compile OpenSees. I am using MVS 10 and windows XP. 24> VC2005errno.cpp 24> Generating Code... 24>material.lib(TclModelBuilderUniaxialMaterialCommand.obj) : error LNK2019: unresolved external symbol "void * __cdecl...
by lolitapr
Wed Aug 11, 2010 5:44 pm
Forum: OpenSees.exe Users
Topic: truss damping
Replies: 0
Views: 1496

truss damping

Dear all, Im trying to model a spring element and viscous element. I tried to implement two truss elements. One with elastic material and the other with viscous material. When I tried to compared the results with K*u for the elastic and C*Veloc for the viscous I get exact results for the elastic but...
by lolitapr
Fri Jul 23, 2010 4:22 pm
Forum: OpenSees.exe Users
Topic: damper force
Replies: 2
Views: 2626

# -------------------------------------------------------------------------------------------------- # SDOF system with spring and damper # all units are in kip, inch, second # # SET UP ---------------------------------------------------------------------------- wipe; # clear opensees model model ba...
by lolitapr
Thu Jul 22, 2010 2:35 pm
Forum: OpenSees.exe Users
Topic: damper force
Replies: 2
Views: 2626

damper force

Hi all,

I am modeling a spring and damper system with truss elements elastic and viscous. When I output the damper force and compared with c*veloc they are not the same.

Thanks for your help,
Lola
by lolitapr
Mon May 24, 2010 4:56 am
Forum: Framework
Topic: Problem compiling
Replies: 3
Views: 3867

thanks!!!
by lolitapr
Mon May 24, 2010 4:55 am
Forum: Framework
Topic: elasticbeamcolumn element
Replies: 1
Views: 2240

elasticbeamcolumn element

Dear all, I am looking at the source code of the elasticbeamcolumn element. When you dont specify rho and specify the nodal mass, how does it calculates the mass matrix? const Matrix & ElasticBeam2d::getMass(void) { K.Zero(); if (rho > 0.0) { double L = theCoordTransf->getInitialLength(); double...
by lolitapr
Wed May 19, 2010 6:25 am
Forum: Framework
Topic: Problem compiling
Replies: 3
Views: 3867

Problem compiling

Dear all, I used the cvs update this morning and now I am getting this errors: 4>Linking... 24>element.lib(DispBeamColumn3d.obj) : error LNK2019: unresolved external symbol "public: int __thiscall CompositeResponse::addResponse(class Response *)" (?addResponse@CompositeResponse@@QAEHPAVRes...
by lolitapr
Wed May 12, 2010 6:08 pm
Forum: Framework
Topic: nodal mass output
Replies: 4
Views: 6282

msa_imeg,

your codes could really help me a lot too. I am trying to obtain those matrices as well.


thanks
by lolitapr
Sun May 09, 2010 3:43 pm
Forum: OpenSees.exe Users
Topic: Viscous energy
Replies: 2
Views: 2533

Ok. The following is the general energy formulation: Ek(t)+Evd(t) +Ea(t)=Ein(t) +Est(t) where: Ek(t)=relative kinetic energy at time t and is: (1/2){(velocity transpose)}(M){(velocity)} Evd(t)=energy dissipated energy by viscous damping integral{velocity transpose)}(C){dx} Ea(t)=is the absorbed ener...
by lolitapr
Thu Apr 29, 2010 10:25 am
Forum: OpenSees.exe Users
Topic: Viscous energy
Replies: 2
Views: 2533

Viscous energy

Dear all,

I want to be able to calculate the viscous energy, absorbed energy, input energy,etc. But I do not know how to either extract the damping matrix or the velocity. Is there a way to do this?

Thanks!!!
by lolitapr
Thu Apr 22, 2010 4:58 pm
Forum: OpenSees.exe Users
Topic: New command??
Replies: 2
Views: 2272

From a presentation form an University on the US. I thought something was wrong thats why asked. Thanks for your reply.
by lolitapr
Thu Apr 22, 2010 4:50 pm
Forum: OpenSees.exe Users
Topic: recorder ouput
Replies: 1
Views: 1935

recorder ouput

Dear all,

I have a model with nonlinear beam elements with fiber sections. when I do recorder on the nonlinear beam element for forces and deformations, what are the output that i get?

Thanks!!!!