Element local forces XML header typo

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
arbarbosa
Posts: 112
Joined: Tue Sep 07, 2004 1:48 am
Location: Oregon State University
Contact:

Element local forces XML header typo

Post by arbarbosa »

Hi Frank,

There seems to be a very small typo in the ElementOutput header. I think the sixth ResponseType should be Mz_1?


<?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">
<TimeOutput>
<ResponseType>time</ResponseType>
</TimeOutput>
<ElementOutput eleType="ForceBeamColumn3d" eleTag="110101" node1="101" node2="37">
<ResponseType>N_ 1</ResponseType>
<ResponseType>Vy_1</ResponseType>
<ResponseType>Vz_1</ResponseType>
<ResponseType>T_1</ResponseType>
<ResponseType>My_1</ResponseType>
<ResponseType>Tz_1</ResponseType>
<ResponseType>N_2</ResponseType>
<ResponseType>Py_2</ResponseType>
<ResponseType>Pz_2</ResponseType>
<ResponseType>T_2</ResponseType>
<ResponseType>My_2</ResponseType>
<ResponseType>Mz_2</ResponseType>
</ElementOutput>
André
Post Reply