Search found 71 matches
- Tue Aug 03, 2010 1:40 pm
- Forum: OpenSees.exe Users
- Topic: An odd behavior in the recorder command
- Replies: 5
- Views: 5588
- Tue Aug 03, 2010 11:39 am
- Forum: OpenSees.exe Users
- Topic: An odd behavior in the recorder command
- Replies: 5
- Views: 5588
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...
- Fri Jul 30, 2010 1:06 pm
- Forum: OpenSees.exe Users
- Topic: An odd behavior in the recorder command
- Replies: 5
- Views: 5588
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 ...
- Wed Jul 14, 2010 4:57 am
- Forum: OpenSees.exe Users
- Topic: Pin connections
- Replies: 5
- Views: 6671
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...
- Fri Jul 09, 2010 8:47 am
- Forum: OpenSees.exe Users
- Topic: Pin connections
- Replies: 5
- Views: 6671
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.
- Fri Jul 02, 2010 10:46 am
- Forum: OpenSees.exe Users
- Topic: Pushover direction
- Replies: 6
- Views: 5647
- Fri Jul 02, 2010 10:25 am
- Forum: OpenSees.exe Users
- Topic: Pushover direction
- Replies: 6
- Views: 5647
- Fri Jul 02, 2010 6:14 am
- Forum: OpenSees.exe Users
- Topic: Pushover direction
- Replies: 6
- Views: 5647
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...
- Mon Jun 28, 2010 2:24 pm
- Forum: OpenSees.exe Users
- Topic: Using Tcl lists outside of Opensees
- Replies: 2
- Views: 2700
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.
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.
- Thu Jun 03, 2010 3:49 am
- Forum: Framework
- Topic: Need help compiling OpenSeesMP 2.2.0
- Replies: 9
- Views: 8306
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...
- Wed Jun 02, 2010 12:56 pm
- Forum: Framework
- Topic: Need help compiling OpenSeesMP 2.2.0
- Replies: 9
- Views: 8306
- Wed Jun 02, 2010 11:09 am
- Forum: Framework
- Topic: Need help compiling OpenSeesMP 2.2.0
- Replies: 9
- Views: 8306
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...
- Tue Jun 01, 2010 5:52 pm
- Forum: Framework
- Topic: Need help compiling OpenSeesMP 2.2.0
- Replies: 9
- Views: 8306
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...
- Fri May 28, 2010 11:51 am
- Forum: Framework
- Topic: Need help compiling OpenSeesMP 2.2.0
- Replies: 9
- Views: 8306
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!). # # --------------------...
- Fri May 28, 2010 11:43 am
- Forum: Framework
- Topic: Need help compiling OpenSeesMP 2.2.0
- Replies: 9
- Views: 8306
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...