Facing problem in Element recorder in case of TRUSS

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

Moderators: silvia, selimgunay, Moderators

Post Reply
samdanicivilruet
Posts: 2
Joined: Sun Oct 04, 2015 8:02 am
Location: Republic of Korea
Contact:

Facing problem in Element recorder in case of TRUSS

Post by samdanicivilruet » Tue Jan 10, 2023 11:38 pm

Dear All,
I am Samdani, 4th year PhD student at Konkuk University in South Korea.
I am doing research on Seismic performance assessments of nuclear power plant structures.
My structures are combined of nonlinear force beam elements and truss elements.
I want to investigate the force-deformation behavior of the truss members. But the recorder output is not showing the force-deformation of the truss behavior. I have used the following two lines in Recorder file:

recorder Element -xml $dataDir11/47151f.out –time -ele 47151 section 1 force
recorder Element -xml $dataDir11/47151d.out –time -ele 47151 section 1 deformation



However, I checked the output. The following texts are from the output file.

<?xml version="1.0" encoding="UTF-8"?>
<OpenSees
xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation = "http://OpenSees.berkeley.edu/xml-schema ... enSees.xsd">
<ElementOutput eleType="ForceBeamColumn3d" eleTag="1" node1="656" node2="1502"/>
<ElementOutput eleType="ForceBeamColumn3d" eleTag="2" node1="1502" node2="1503"/>
<ElementOutput eleType="ForceBeamColumn3d" eleTag="3" node1="1503" node2="664"/>
<ElementOutput eleType="ForceBeamColumn3d" eleTag="4" node1="657" node2="1504"/>
<ElementOutput eleType="ForceBeamColumn3d" eleTag="5" node1="1504" node2="1505"/>
<ElementOutput eleType="ForceBeamColumn3d" eleTag="6" node1="1505" node2="665"/>
<ElementOutput eleType="ForceBeamColumn3d" eleTag="7" node1="658" node2="1506"/>
<ElementOutput eleType="ForceBeamColumn3d" eleTag="8" node1="1506" node2="1507"/>
<ElementOutput eleType="ForceBeamColumn3d" eleTag="9" node1="1507" node2="666"/>
<ElementOutput eleType="ForceBeamColumn3d" eleTag="10" node1="659" node2="1508"/>
<ElementOutput eleType="ForceBeamColumn3d" eleTag="11" node1="1508" node2="1509"/>
<ElementOutput eleType="ForceBeamColumn3d" eleTag="12" node1="1509" node2="667"/>
<ElementOutput eleType="ForceBeamColumn3d" eleTag="13" node1="660" node2="1510"/>




Would You kindly suggest me regarding this issue?
Your responses will be highly appreciated


Best regards
MSAzad

mhscott
Posts: 874
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: Facing problem in Element recorder in case of TRUSS

Post by mhscott » Wed Jan 11, 2023 7:54 am

Try removing the section number from the recorder, i.e., 'section force' instead of 'section 1 force'

samdanicivilruet
Posts: 2
Joined: Sun Oct 04, 2015 8:02 am
Location: Republic of Korea
Contact:

Re: Facing problem in Element recorder in case of TRUSS

Post by samdanicivilruet » Thu Jan 12, 2023 9:13 pm

Professor Scott,
Many thanks for Your reply.
I will follow Your advice.
Thanks again

Best regards

Samdani
MSAzad

Post Reply