HyperCrash

Default Material and Property Setting

Default Material and Property Setting

Previous topic Next topic Expand/collapse all hidden text  

Default Material and Property Setting

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

The file default_mat_prop.txt is located inside the directory $MCRASHDIR/defaults.  This file contains the default material and/or properties which will be used during the file input.

Card 1: File setting

/INPUT/input_file_type/input_type

1

2

3

4

5

6

7

8

9

10

<full path> file_name

Where:

 

Type

Unit

INPUT

is a keyword

Keyword

No

input_file_type

is the type of file which can be:

NASTRAN
UNV
ANSYS
HYPERCRASH

Keyword

No

input_type

is the type of input which can be:

PROP
MAT

Keyword

No

file_name

is the file name which contains all the defaults properties and material of the file input type

String

No

Card 2:

This card defined the beginning and the end of the default definition of the material and property for the defined input file type.

/input_file_type/state

Where:

 

Type

Unit

input_file_type

is a keyword

Keyword

No

state

is a keyword:

BEGIN
END

Keyword

No

Card 3:

Between the card BEGIN and END, the property and the material linked to each type of element can be defined as follows:

/element_type/input_type/input_type_id

Where:

 

Type

Unit

element_type

is the type of file which can be:

PART_QUAD
PART_SHELL
PART_SOLID
PART_TETRA
PART_TETRA10
PART_XELEM
PART_BEAM
PART_TRUSS
PART_SPRING
PART_RIVET
PART_BRIC20
PART_SHEL16
PART_SPH

Keyword

No

input_type

is the type of input which can be:

PROP
MAT

Keyword

No

input_type_id

is the identifier of the property or material card.

Integer

No

hmtoggle_plus1Example

File: default_mat_prop.txt

 

/INPUT/NASTRAN/PROP

$MCRASHDIR/defaults/nastran.def

/INPUT/NASTRAN/MAT

$MCRASHDIR/defaults/nastran.def

/NASTRAN/BEGIN

/PART_SHELL/PROP/1

/PART_SHELL/MAT/3

/PART_SOLID/PROP/2

/PART_SOLID/MAT/3

/NASTRAN/END

 

File: propD00

 

#RADIOSS STARTER      41

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

/PROP/TYPE1/1/DEFAULT SHELL

#-Ishel| Ismstr|

      0       0

#-     hm      |       hf      |       hr      |       dm      |

              0               0               0               0

#-  N  |Istrain|      Thick    |      Ashear   |       | Ithick|  Iplas|

      5       0             0.7               0               2       0

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

/PROP/TYPE14/25/DEFAULT SOLID

#-Isoli| Ismstr|

      1       2

#-     q_a     |      q_b      |       h       |

            1.1            0.05             0.1

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

/PROP/TYPE3/234/DEFAULT_BEAM

#-     | Ismstr|

              0

#-     dm      |       df      |

              0               0

#-    Area     |      Iyy      |      Izz      |      Ixx      |

            314             796             796            1592

#- Rot | Ishear|

000 000       0

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

/END

 

File: matD00

#RADIOSS STARTER      41

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

/MAT/LAW2/1/DEFAULT_STEEL_MATERIAL

#    Init. dens.      Ref. dens.

#-    Rho_i    |     Rho_0     |

        1.2e-09               0

#-     E       |      Nu       |

           2800             0.3

#-    a/C0     |      b/C5     |      n        |      Eps_max  |   sigma_max   |

            192             200            0.32               0               0

#-     c/C1    |     Eps_0     |  Icc  |

              0               0       0

#-     m/C3    |     T_melt/C4 |     rhoCp     |     T_i       |

              0               0               0               0

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

/MAT/LAW1/234/DEFAULT_ELASTIC_MATERIAL

#    Init. dens.      Ref. dens.

#-    Rho_i    |     Rho_0     |

       7.89e-09               0

#-     E       |      Nu       |

         210000             0.3

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

/END

 

Go to

Main Module Environment File Description