Output Data in logfile

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • bermele
    Junior Member
    • Feb 2016
    • 1

    Output Data in logfile

    Hello,

    I am trying to have FEBio output the reaction forces and coordinates of the rigid bodies into a separate file. Below is the text from the feb file that I am using.

    <Output>
    <logfile>
    <rigid_body_data data ="x;y;z;Fx;Fy;Fz" delim =" " file = "uni_rxnforces.txt" ><rigid_body_data/>
    </logfile>
    </Output>

    I keep getting this error when I run the model.

    FATAL ERROR: Missing attribute "data" of tag "rigid_body_data" (line 1117)

    Any help would be appreciated.

    Thanks
  • maas
    Lead Code Developer
    • Nov 2007
    • 3441

    #2
    Hi,

    There is a typo in the end tag. The slash is on the wrong side. You need to put it on the other side:

    Code:
    <rigid_body_data data ="x;y;z;Fx;Fy;Fz" delim =" " file = "uni_rxnforces.txt" ><rigid_body_data/>
    or put it inside the first tag:

    Code:
    <rigid_body_data data ="x;y;z;Fx;Fy;Fz" delim =" " file = "uni_rxnforces.txt" />
    Cheers,

    Steve
    Department of Bioengineering, University of Utah
    Scientific Computing and Imaging institute, University of Utah

    Comment

    • maas
      Lead Code Developer
      • Nov 2007
      • 3441

      #3
      Hi,

      There is a typo in the end tag. The slash is on the wrong side. You need to put it on the other side:

      Code:
      <rigid_body_data data ="x;y;z;Fx;Fy;Fz" delim =" " file = "uni_rxnforces.txt" ></rigid_body_data>
      or put it inside the first tag:

      Code:
      <rigid_body_data data ="x;y;z;Fx;Fy;Fz" delim =" " file = "uni_rxnforces.txt" />
      Cheers,

      Steve
      Department of Bioengineering, University of Utah
      Scientific Computing and Imaging institute, University of Utah

      Comment

      Working...
      X
      😀
      😂
      🥰
      😘
      🤢
      😎
      😞
      😡
      👍
      👎