interf_materials : Material Parameters for Interafce Elements

  • Brief description : collects all the parameters needed to define the materials for the Interface Elements.
  • File type : unformatted ASCII
  • Index of the file path in ATLAS.fnames : 17
  • Parameters to be set :
NAME TYPE DESCRIPTION UM
N_IEMAT integer number of materials -
IEMAT_HEADER[N_IEMAT] character identification string (skipped by ATLAS) -
IEMAT_TYPE[N_IEMAT] integer material type -
IEMAT_IPAR[N_IEMAT,NI_IEMAT_TYPE] integer integer parameters of the material (the size NI_IEMAT_TYPE depends on IEMAT_TYPE) -
IEMAT_RPAR[N_IEMAT,NR_IEMAT_TYPE] real real parameters of the material (the size NR_IEMAT_TYPE depends on IEMAT_TYPE) -
  • File structure :
N_IEMAT
IEMAT_HEADER[1]
IEMAT_TYPE[1]
IEMAT_IPAR[1,NI_IEMAT_TYPE]
IEMAT_RPAR[1,NR_IEMAT_TYPE]
IEMAT_HEADER[2]
IEMAT_TYPE[2]
IEMAT_IPAR[2,NI_IEMAT_TYPE]
IEMAT_RPAR[2,NR_IEMAT_TYPE]
...
  • Example [IEMAT_TYPE = 1] : The following example defines two isotropic linear elastic materials :
   1                                                  ! N_IEMAT
'MCstat_1'                                            ! IEMAT_HEADER[1]
  1                                                   ! IEMAT_TYPE[1]
  1  0  100                                           ! IEMAT_IPAR[1,NI_IEMAT_TYPE]
  0.d0    30.d0   1.e-3   5.d-2    1.d-3       1.d0   ! IEMAT_RPAR[1,NR_IEMAT_TYPE]