HyperCrash

Post-Processing Input File

Post-Processing Input File

Previous topic Next topic No expanding text in this topic  

Post-Processing Input File

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

This document describes all the post-processing file formats that HyperCrash is able to read.  If you need another specific format, please contact: hwsupport@altair.com

TH node file format 1: .csv

This is a text file (.csv) defined with the following cards.

For each node, three lines have to be defined with:

Node_label_X, coordinate value in X direction
Node_label_Y, coordinate value in Y direction
Node_label_Z, coordinate value in Z direction

 

Use the following characters to separate the different fields: ”,”, ”or” or ”blank”.

Note: The node label must not contain these 3 characters.

Example:

#--1---|---2---|---3---|---4---|---5---|---6---|---7---|---8---|---9---|--10---|

Dashboard_lower_position_1_X,1234.098

Dashboard_lower_position_1_Y,0

Dashboard_lower_position_1_Z,-125.754

#

Dashboard_lower_position_2_X,1234.098

Dashboard_lower_position_2_Y,-150

Dashboard_lower_position_2_Z,-125.754

#--1---|---2---|---3---|---4---|---5---|---6---|---7---|---8---|---9---|--10---|

TH node file format 2: .txt

This is a text file (.txt) defined with the following cards.

For each node, one line is defined with:

X_coordinate  Y_coordinate  Z_coordinate  Node_label

 

To separate the different fields, use the space character.

Example:

#--1---|---2---|---3---|---4---|---5---|---6---|---7---|---8---|---9---|--10---|

1234.098 0 -125.754 Dashboard_lower_position_1

       1234.098            –150        -125.754 Dashboard_lower_position_1

#--1---|---2---|---3---|---4---|---5---|---6---|---7---|---8---|---9---|--10---|