Search found 6 matches

by dkwong
Tue Jul 22, 2014 6:19 am
Forum: OpenSees.exe Users
Topic: cannot read all of values from a txt file
Replies: 6
Views: 5567

Re: cannot read all of values from a txt file

I fixed it.
Thanks anyway.
by dkwong
Tue Jul 22, 2014 4:17 am
Forum: OpenSees.exe Users
Topic: cannot read all of values from a txt file
Replies: 6
Views: 5567

Re: cannot read all of values from a txt file

Nick, Frank, Thanks for your reply and idea. I revised my code by using eleResponse. I did find it's more convenient in my case. Then I used the command "set out [open MMax.txt "w"]" to output the maximum moment for each node in all cases (186 cases), but the output showed some w...
by dkwong
Fri Jul 18, 2014 7:46 am
Forum: OpenSees.exe Users
Topic: cannot read all of values from a txt file
Replies: 6
Views: 5567

Re: cannot read all of values from a txt file

Nick, Thanks for your reply and help. I tried to way you advised, but it still stuck in reading the whole file. I think I didn't explain the whole thing clearly. The code I put on top is inside a couple of loops, so I cannot separate it. My objective of the code is to analyze a continuous beam sitti...
by dkwong
Thu Jul 17, 2014 1:00 pm
Forum: OpenSees.exe Users
Topic: cannot read all of values from a txt file
Replies: 6
Views: 5567

cannot read all of values from a txt file

I tried to let opensees read a txt file. The file contains 2341 different values. But the program stops reading the file in 2323 and said "can't read OP(2323), no such element in array" However, when I separated my code and only ran the read txt part, it work and showed the size of the fil...
by dkwong
Tue Jun 24, 2014 10:49 am
Forum: OpenSees.exe Users
Topic: record different load case
Replies: 1
Views: 1872

record different load case

Hi, everyone. I have generated the model and put the load on it. It is the transverse direction of a bridge. The bridge has been modeled as a continuous beam supported by springs. The first load case is a car modeled as 20 inches uniform load on the left side (x=0) of the bridge. The next case is th...
by dkwong
Mon Jun 23, 2014 5:17 am
Forum: OpenSees.exe Users
Topic: Continuous beam supported by springs
Replies: 1
Views: 1842

Continuous beam supported by springs

Hi, everyone. I tried to build up a model like a continuous beam in 2D. I set it one inch per element and it is totally 390 inches long. fix x direction at node 223. And I also set spring under the beam at the location of (12, 0) (60, 0) (114, 0) (168, 0) (222, 0) (276, 0) (330, 0) (378, 0) (390, 0)...