HyperCrash

B00 File Description

B00 File Description

Previous topic Next topic No expanding text in this topic  

B00 File Description

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

The HyperCrash Model Manager database file (B00 file) is composed of a RADIOSS input deck (D00 file – 41 Block Format) and at the bottom of this file, some information is necessary for HyperCrash.

Header

The specific part of the B00 file starts with the keyword line:

/MODMNG/START

Some comments can be added between these lines. These comments will be displayed in the message window when the B00 file is loaded.

These lines must start with the # character.

Example:

/MODMNG/START

#

# This model will be merged with this model

#

M00 file information

All information that are in the M00 files are included in the B00 file between the two following keyword lines.

Example:

/MODMNG/MCRASH/START


spotwelds information

bolts information

tree information

/MODMNG/MCRASH/END

Positioning information

This keyword line is used to define a main direction for a model. This information will be used during the loading of the file for the automatic positioning.

/MODMNG/POSITIONING/DIRECTION
#--1---|---2---|---3---|---4---|---5---|---6---|---7---|---8---|---9---|--10---|

  x-coordinate    y-coordinate    z-coordinate

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

 

Example for a full car model:

/MODMNG/POSITIONING/DIRECTION
#--1---|---2---|---3---|---4---|---5---|---6---|---7---|---8---|---9---|--10---|

            1.0             0.0             0.0

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

 

Example for a frontal rigid wall:

#---------------------------------------------------------------------------|
# START OF MODMNG SPECIFIC INSTRUCTIONS

#---------------------------------------------------------------------------|
/MODMNG/START
# Rigid Wall at x = 0

/MODMNG/HyperCrash/START
/MODMNG/HyperCrash/END
/MODMNG/POSITIONING/DIRECTION
#--1---|---2---|---3---|---4---|---5---|---6---|---7---|---8---|---9---|--10---|

          1.0           0.0           0.0

/MODMNG/END
#---------------------------------------------------------------------------|
# END OF MODMNG SPECIFIC INSTRUCTIONS

#---------------------------------------------------------------------------|
 

Note:Further information for the automatic positioning is defined in the Loadcase file description.

End of the B00 specific information

The specific part of the B00 file ends with the keyword line:

/MODMNG/END

Where:

 

Type

Unit

MODMNG

is a keyword

Keyword

No

END

is a keyword to finish the input.

Keyword

No