How print all nodal 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
omarjps
Posts: 2
Joined: Tue Sep 26, 2017 10:04 am
Location: UAS

How print all nodal information

Post by omarjps » Thu Oct 12, 2017 3:01 pm

is it posible show nodal information about constrain (equalDOF) and fixed DOF.
The command "print node" only show de coordinate and masses information but i wanto to know how show the constrian and fixed DOF node information.

Jhno
Posts: 214
Joined: Sat May 05, 2012 2:55 pm
Location: Laval

Re: How print all nodal information

Post by Jhno » Fri Oct 13, 2017 7:52 am

Type in print A
This will print a document, labeled A, in your working folder with "all" information on the model.
Scroll down the document, MP_Constraint and SP_Constraint will be displayed.
Hope it helps.

jaimercado
Posts: 13
Joined: Sun May 22, 2016 5:57 pm
Location: Universidad Nacional de Colombia

Re: How print all nodal information

Post by jaimercado » Sat Oct 14, 2017 6:14 am

Dear Jhno

Does this "print A' show the input information of the model or the information resulting from the, for example, gravity analysis? I meant, if my input of a force element is -20 kN, this command is going to show that force as an input or the force reached after an analysis? I hope i am clear.
Thanks

Jhno
Posts: 214
Joined: Sat May 05, 2012 2:55 pm
Location: Laval

Re: How print all nodal information

Post by Jhno » Sat Oct 14, 2017 9:22 am

I am not sure I understand the question.
I would advice to make a very simple model, like a simply supported beam, then issue the command and see by yourself if it matches what you need.

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: How print all nodal information

Post by fmk » Mon Oct 16, 2017 8:01 am

print $outputFilename .. will print the current state of the model to the output file .. it contains all nodes, elements, constraints and loads.

Post Reply