Is there a way to output nodal or element information?

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
ljdeng
Posts: 9
Joined: Tue Mar 03, 2009 11:41 pm
Location: Davis, CA
Contact:

Is there a way to output nodal or element information?

Post by ljdeng »

I built my nodes and elements using a lot of "for" loops in tcl language. Now i need to check the loops are right and plot the models using another software requiring straightforward nodal and element information. Do you know how to do it? Thank you very much.
Lijun
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

i suggest you use the same loops to create the input for the other code. it should be a trivial matter; just open a file, a bunch of puts inside your loops and close the file when you are dne.

from OpenSees you can use the logFile and print commands to print everything about the model. This however would require a lot of work to put in the format for the other program.
ljdeng
Posts: 9
Joined: Tue Mar 03, 2009 11:41 pm
Location: Davis, CA
Contact:

Post by ljdeng »

Frank,
Thanks for your suggestion. It works out pretty well.
I found that the program OpenSEES post processor you provided online works for my soil-structure interaction simulation. So I want to use it for probably animation or imaging. Do you have an updated version that can be installed in a vista PC? Thank you.
Lijun
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

which postprocessor are you referring to?
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
ljdeng
Posts: 9
Joined: Tue Mar 03, 2009 11:41 pm
Location: Davis, CA
Contact:

Post by ljdeng »

Silvia,
Thanks for your attention. I meant the program at the bottom of this page: opensees.berkeley.edu/OpenSees/user/tools.php
Lijun
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

you have to contact charles chadwell for that one. i believe his is at Cal Poly Obispo.
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
Post Reply