JEVEUX problem
- Etienne Desjarsins
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
17 years 11 months ago #1257
by Etienne Desjarsins
JEVEUX problem was created by Etienne Desjarsins
Hello,
I'm trying to model a square thin plate by using the \"coque 3D\" model. I mesh my model in quadrangle therefore i use the QUAD8_9 meshing.
However, the output of my run is :
rete=CREA_MAILLAGE(MAILLAGE=MAIL,
INFO=1,
MODI_MAILLE=_F(PREF_NOEUD='AA',
PREF_NUME=100,
TOUT='OUI',
OPTION='QUAD8_9'),
);
!
!
! !
! !
! !
Objet JEVEUX inexistant dans les bases ouvertes : >&&OP0167.MO_TO.NUM< !
l'objet n'a pas été créé ou il a été détruit !
! !
! !
! Cette erreur est fatale. Le code s'arrete. !
!
!
Do you have any idea what's wrong and what is \"JEVEUX\" problem?
Thank you
Etienne
I'm trying to model a square thin plate by using the \"coque 3D\" model. I mesh my model in quadrangle therefore i use the QUAD8_9 meshing.
However, the output of my run is :
rete=CREA_MAILLAGE(MAILLAGE=MAIL,
INFO=1,
MODI_MAILLE=_F(PREF_NOEUD='AA',
PREF_NUME=100,
TOUT='OUI',
OPTION='QUAD8_9'),
);
!
!
! !
! !
! !
Objet JEVEUX inexistant dans les bases ouvertes : >&&OP0167.MO_TO.NUM< !
l'objet n'a pas été créé ou il a été détruit !
! !
! !
! Cette erreur est fatale. Le code s'arrete. !
!
!
Do you have any idea what's wrong and what is \"JEVEUX\" problem?
Thank you
Etienne
- Joël Cugnoni
-
- Offline
- Moderator
-
17 years 11 months ago #1264
by Joël Cugnoni
Joël Cugnoni - a.k.a admin
www.caelinux.com
Replied by Joël Cugnoni on topic Re:JEVEUX problem
Hi,
JEVEUX is the memory & object manager of Aster.
The error seems that there is an object \"&&OP0167.MO_TO.NUM\" not defined or missing in memory (or maybe overwritten).
Maybe try to change PREF_XYZ to higher values like \"ZZ\" for PREF_NOEUD or 100000 for PREF_NUME
Good luck.
J.Cugnoni
www.caelinux.com
JEVEUX is the memory & object manager of Aster.
The error seems that there is an object \"&&OP0167.MO_TO.NUM\" not defined or missing in memory (or maybe overwritten).
Maybe try to change PREF_XYZ to higher values like \"ZZ\" for PREF_NOEUD or 100000 for PREF_NUME
Good luck.
J.Cugnoni
www.caelinux.com
Joël Cugnoni - a.k.a admin
www.caelinux.com
Moderators: catux
Time to create page: 0.159 seconds