2set duplicate block elements on
 
    4create surface rectangle width 1 height 1 zplane
 
    5move vol 1 x  0.5 y 0.5 z 0
 
    8block 10 name "MAT_ELASTIC_STEEL" attribute count 2
 
    9block 10 attribute index 1 200e3
 
   10block 10 attribute index 2 0.3
 
   13block 1 name "MAT_THERMAL_STEEL"
 
   14block 1 attribute count 2
 
   15block 1 attribute index 1 500 # heat conductivity 
 
   16block 1 attribute index 2 3000 # heat capacity 
 
   19block 11 name "MAT_THERMOELASTIC_STEEL"
 
   20block 11 attribute count 2
 
   21block 11 attribute index 1 293 # reference temperature
 
   22block 11 attribute index 2 1e-5 # thermal expansion
 
   25block 2 name "CONVECTION_1"
 
   26block 2 attribute count 2
 
   27block 2 attribute index 1 10 #  heat transfer coefficient 
 
   28block 2 attribute index 2 873 # ambient temperature 
 
   31block 3 name "CONVECTION_2"
 
   32block 3 attribute count 2
 
   33block 3 attribute index 1 100 # heat transfer coefficient 
 
   34block 3 attribute index 2 873 # ambient temperature 
 
   37block 4 name "RADIATION_1"
 
   38block 4 attribute count 3
 
   39block 4 attribute index 1 5.670374419e-8 # S-B constant
 
   40block 4 attribute index 2 0.2 # emissivity [0, 1]
 
   41block 4 attribute index 3 873 # ambient temperature
 
   44block 5 name "RADIATION_2"
 
   45block 5 attribute count 3
 
   46block 5 attribute index 1 5.670374419e-8 # S-B constant
 
   47block 5 attribute index 2 0.8 # emissivity [0, 1]
 
   48block 5 attribute index 3 873 # ambient temperature
 
   52block 101 attribute count 1
 
   53block 101 attribute index 1 0
 
   57block 102 attribute count 1
 
   58block 102 attribute index 1 0
 
   65save as "$MOFEM_INSTALL_DIR/mofem-cephas/mofem/tutorials/adv-2/mesh_files/conv_rad_2d.cub" overwrite