First thing is that you have mixed mesh version (without POI1 element) and added tied connection between edge and that non existing POI1. DIS_TR can be applied to POI1 element, not edge, as you have in comm file:
_F(GROUP_MA=('moment', ),
MODELISATION='DIS_TR',
PHENOMENE='MECANIQUE')),
It's a good practice to check what's wrong in message window or message file:
Commande #0003 de fort.1, ligne 33
model = AFFE_MODELE(AFFE=(_F(MODELISATION='3D',
PHENOMENE='MECANIQUE',
TOUT='OUI'),
F(GROUP_MA='moment',
MODELISATION='DIS_TR',
PHENOMENE='MECANIQUE')),
DISTRIBUTION=F(METHODE='SOUS_DOMAINE',
PARTITIONNEUR='METIS'),
INFO=1,
MAILLAGE=mesh,
VERI_JACOBIEN='OUI',
VERI_NORM_IFS='OUI')
Sur les 17661 mailles du maillage 00000001, on a demandé l'affectation de 17661, on a pu en affecter
17661.
Modélisation Formulation Type maille Élément fini Nombre
_ _ SEG2 MECA_ARETE2 179
DIS_TR _ SEG2 MECA_DIS_TR_L 18 -<THIS IS WRONG
_ _ TRIA3 MECA_FACE3 5280
3D _ TETRA4 MECA_TETRA4 12184
2 Calculs elementaires et assemblages CPU (USER+SYST/SYST/ELAPS): 0.00 0.00 0.00
Résultat commande #0003 (AFFE_MODELE): model ('<00000002>') de type <Model>
Dépend de :
- mesh ('<00000001>') de type <Mesh>
Mémoire (Mo) : 767.11 / 766.55 / 47.81 / 38.57 (VmPeak / VmSize / Optimum / Minimum)
Fin commande #0003 user+syst: 0.02s (syst: 0.00s, elaps: 0.03s)
----------------------------------------------------------------------------------------------
and later on you have:
╔════════════════════════════════════════════════════════════════════════════════════════════════╗
║ <A> <CALCULEL_40> ║
║ ║
║ Erreur possible d'utilisation: ║
║ Vous avez affecté des données sur certaines mailles mais ces données ║
║ n'ont pas de signification pour les éléments finis portés par ces mailles. ║
║ Il s'agit peut-être d'une erreur d'affectation. ║
║ ║
║ Champ : '00000005.CHME.F1D3D' ║
║ Commentaire sur ce champ : ║
║ Grandeur : FORC_R Composante non reconnue : MZ ║
║ ║
║ Ce problème concerne 18 mailles ║
║ Les premières mailles concernées sont imprimées ci-dessous. ║
║ Type de l'élément affecté sur la première maille imprimée : MECA_DIS_TR_L ║
║ ║
║ ║
║ This is a warning. If you do not understand the meaning of this ║
║ warning, you can obtain unexpected results! ║
╚════════════════════════════════════════════════════════════════════════════════════════════════╝
Mesh : M1. This mesh belongs to GROUP_MA : moment
Mesh : M2. This mesh belongs to GROUP_MA : moment
Mesh : M3. This mesh belongs to GROUP_MA : moment
Mesh : M4. This mesh belongs to GROUP_MA : moment
Mesh : M5. This mesh belongs to GROUP_MA : moment ****
Which Googler translator gives you:
Possible usage error: ║
║ You have assigned data to some meshes but this data ║
║ has no meaning for the finite elements carried by these meshes. ║
║ This may be an assignment error.
Which points to mesh group GROUP_MA: moment