Define a User Material

Now that we have characterized the user material with Composite Material Manager we can define it in the bulk data file.

The MATUSR and MATUDS entries are used collectively to define a user material in a bulk data file.

  1. Open the bulk data file and locate the GENUDS entry.
  2. Enter the following lines below the GENUDS entry:
    MATUSR, 9025, 1, 23
    MATUDS, 9025, MATUSR, hpfa, UMAT
    , REAL, 3, 1, 1, 0, 0, 0, 0,
    ,     , 0, 0, 0, 0, 0.1, 1E-06

    Note: The material identification number (9025) for the Tutorial_1 material may vary from computer to computer. Please refer to the HPFAMatDB.xml file located in your materials directory to determine the appropriate material identification number to use.

The MATUSR entry above informs MSC Nastran that the stresses and strains from material 9025 are given in terms of the user-defined coordinate system. It also specifies that the deformation gradient, rotation, and stretch ratios should be passed to the material subroutine.

The MATUDS entry identifies the user material subroutine and determines the precise form of the multiscale constitutive relations to be used for material 9025.

User Material Constants

The user material constants (UMCs) immediately follow the REAL field in the MATUDS entry. Of particular importance to this tutorial are UMCs 1-3, 8, and 12-13. For a detailed description of each UMC, refer to Appendix A of the User's Guide.