Is there a way to output nodal or element information?
Moderators: silvia, selimgunay, Moderators
Is there a way to output nodal or element information?
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
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.
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.
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.
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