Search found 71 matches

by hugo_esquivel
Tue Aug 03, 2010 1:40 pm
Forum: OpenSees.exe Users
Topic: An odd behavior in the recorder command
Replies: 5
Views: 5242

In such a case, I will stay tuned awaiting his comments :). Thanks.
by hugo_esquivel
Tue Aug 03, 2010 11:39 am
Forum: OpenSees.exe Users
Topic: An odd behavior in the recorder command
Replies: 5
Views: 5242

Silvia, thanks for the answer. Some time ago, you suggest me to do the same thing... that is, the same workaround I am mentioning above. However, since as of version 2.2.1 the use of eval to expand and evaluate the forceBeamColumn command is not been needed anymore, I was wondering why the same thin...
by hugo_esquivel
Fri Jul 30, 2010 1:06 pm
Forum: OpenSees.exe Users
Topic: An odd behavior in the recorder command
Replies: 5
Views: 5242

An odd behavior in the recorder command

Hi Frank. I would like to know why the recorder command does not get expanded when a list of nodes is introduced as variable in it to record a set of nodes... for example, -------------------------- set nodesPerAxis "101 107 113 119 125 131 137 143 149 155 161 167 173" recorder Node -file Data/$reco...
by hugo_esquivel
Wed Jul 14, 2010 4:57 am
Forum: OpenSees.exe Users
Topic: Pin connections
Replies: 5
Views: 6526

Can you upload a figure describing how the pin connections will be modeled? I am quite sure that pin connections can be modeled --without losing any accuracy-- by just using equalDOFs... unless, of course, some rigidity is intended to be added on the pins. In such a case, they can be modeled by eith...
by hugo_esquivel
Fri Jul 09, 2010 8:47 am
Forum: OpenSees.exe Users
Topic: Pin connections
Replies: 5
Views: 6526

Re: Pin connections

You might want to use the equalDOF command. For examples of how to use it, look at the manual... the command has been very well documented and explained along the entire manual.
by hugo_esquivel
Fri Jul 02, 2010 10:46 am
Forum: OpenSees.exe Users
Topic: Pushover direction
Replies: 6
Views: 5486

All load patterns are factored with the same value... so use the base shear as a reference.
by hugo_esquivel
Fri Jul 02, 2010 10:25 am
Forum: OpenSees.exe Users
Topic: Pushover direction
Replies: 6
Views: 5486

[quote="simonkey"] For the latter case, if I analyze with x-dof in integrator command, I understand that the Hx pattern is factored until the desired max displacement is reached - but for the former load command, do "Hy" values also get factored?[/quote] It depends on your model... the load patterns...
by hugo_esquivel
Fri Jul 02, 2010 6:14 am
Forum: OpenSees.exe Users
Topic: Pushover direction
Replies: 6
Views: 5486

Re: Pushover direction

I think you cannot at this moment... However a solution to this is to try to rotate the model... Hint: define the nodes as function of the angle of rotation so you can applied the load pattern in one of the global axes. Hope it helps. PS: According to your post, I presume you are using loadcontrol a...
by hugo_esquivel
Mon Jun 28, 2010 2:24 pm
Forum: OpenSees.exe Users
Topic: Using Tcl lists outside of Opensees
Replies: 2
Views: 2600

Re: Using Tcl lists outside of Opensees

It is pretty simple...

In OpenSees:

set list {1 2 3 4 5}
set fid [open list.txt w]
puts $fid $list
close $fid

In MATLAB:

fid = fopen('list.txt', 'r');
list = fscanf(fid,'%f');
fclose(fid);

Regards.
by hugo_esquivel
Thu Jun 03, 2010 3:49 am
Forum: Framework
Topic: Need help compiling OpenSeesMP 2.2.0
Replies: 9
Views: 8045

Hi Frank. Thank you very much to point me out where the problem was. For the first time I have OpenSeesMP 2.2.1 compiled on my computer! In: --------------------- PARALLEL_LIB = $(FE)/system_of_eqn/linearSOE/sparseGEN/DistributedSuperLU.o \ $(FE)/system_of_eqn/linearSOE/sparseGEN/DistributedSparseGe...
by hugo_esquivel
Wed Jun 02, 2010 12:56 pm
Forum: Framework
Topic: Need help compiling OpenSeesMP 2.2.0
Replies: 9
Views: 8045

Missing a slash? This time I cannot follow you. The string "TclVid eoPlayer.o" is actually the name of a file. It was necessary to write it as so (separated) because the site considers "vid eo" as a spam.

Have I misunderstood you?
by hugo_esquivel
Wed Jun 02, 2010 11:09 am
Forum: Framework
Topic: Need help compiling OpenSeesMP 2.2.0
Replies: 9
Views: 8045

Hi Frank. By typing 'make tcl' in OpenSes/SRC/tcl, I get: make: Nothing to be done for `tcl'. I think something is definitely missing in such makefile (OpenSes/SRC/tcl/Makefile). For example, the way how commands.o, tclMain.o and mpiParameterMain.o are linked, is an information that from my point of...
by hugo_esquivel
Tue Jun 01, 2010 5:52 pm
Forum: Framework
Topic: Need help compiling OpenSeesMP 2.2.0
Replies: 9
Views: 8045

Hi Frank. Thank you very much for reply. This is what I get when I type 'make tcl' in OpenSees/SRC/modelbuilder/tcl... -------------------------- Makefile:21: warning: overriding commands for target `tcl' Makefile:13: warning: ignoring old commands for target `tcl' Makefile:60: warning: overriding c...
by hugo_esquivel
Fri May 28, 2010 11:51 am
Forum: Framework
Topic: Need help compiling OpenSeesMP 2.2.0
Replies: 9
Views: 8045

Re: Need help compiling OpenSeesMP 2.2.0

# ---------------------------------------------------------------- # # SECTION 1: PROGRAM # # ---------------------------------------------------------------- # # Specify the location and name of the OpenSees interpreter # # program that will be created (if this all works!). # # --------------------...
by hugo_esquivel
Fri May 28, 2010 11:43 am
Forum: Framework
Topic: Need help compiling OpenSeesMP 2.2.0
Replies: 9
Views: 8045

Need help compiling OpenSeesMP 2.2.0

Hi Frank. I have spent months trying to compile OpenSeesMP 2.1.0/2.2.0 on Snow Leopard without any success. Please... Could you take a look at my makefile (which has been posted after the jump) in order to give me some indication where the problem/error is. The compilation process always finishes wi...