Floating Point Exception [Solved]
- Peter Halverson
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 45
- Thank you received: 0
15 years 10 months ago #3166
by Peter Halverson
Floating Point Exception [Solved] was created by Peter Halverson
I'm attempting to do a large deflection analysis using 3DBEAMs yet keep getting a floating point exception. Does anyone know the cause? I've attached my mesh and my comm file. I've searched the web and couldn't find anything relating to it.
[code:1]
Solution=STAT_NON_LINE(EXCIT=_F(TYPE_CHARGE='FIXE_CSTE',
CHARGE=BndCnd,
FONC_MULT=loadramp),
SOLVEUR=_F(RENUM='METIS',
STOP_SINGULIER='OUI',
METHODE='MULT_FRONT',
NPREC=8,
SYME='NON'),
NEWTON=_F(REAC_INCR=1,
MATRICE='TANGENTE',
REAC_ITER=0,
REAC_ITER_ELAS=0),
INCREMENT=_F(SUBD_NIVEAU=3,
SUBD_METHODE='UNIFORME',
LIST_INST=LIST,
SUBD_PAS=4,
SUBD_COEF_PAS_1=1.0,
PRECISION=9.9999999999999995E-07,
ERRE_TEMPS='NON',
INST_FIN=10.0),
CONVERGENCE=_F(ARRET='OUI',
TYPE='PIC',
ITER_GLOB_MAXI=10,
ITER_GLOB_ELAS=25),
CARA_ELEM=EleProp,
COMP_ELAS=_F(RESO_INTE='IMPLICITE',
RESI_INTE_RELA=9.9999999999999995E-07,
ITER_INTE_PAS=0,
DEFORMATION='GREEN_GR',
RELATION='ELAS',
ITER_INTE_MAXI=10),
MODELE=EleModel,
CHAM_MATER=MatModel,
);
--- NOMBRE TOTAL DE NOEUDS : 25 DONT :
14 NOEUDS "LAGRANGE"
--- NOMBRE TOTAL D'EQUATIONS : 80
--- TAILLE DU PROFIL MORSE DE LA TRIANGULAIRE SUPERIEURE (FORMAT SCR): 696
--- DONC LA TAILLE DE LA MATRICE EST:
--- EN SYMETRIQUE NNZ= 696
--- EN NON SYMETRIQUE NNZ= 1312
INSTANT DE CALCUL : 5.000000000E-01
| ITERATIONS | RESIDU | RESIDU | OPTION |
| NEWTON | RELATIF | ABSOLU | ASSEMBLAGE |
| | RESI_GLOB_RELA | RESI_GLOB_MAXI | |
!
!
! <F> <DVP_2> !
! !
! !
! Erreur numérique (floating point exception). !
! !
! !
! !
! Cette erreur est fatale. Le code s'arrete. !
! Il y a probablement une erreur dans la programmation. !
! Veuillez contacter votre assistance technique. !
!
!
[/code:1]
<br /><br />Post edited by: Peter Halverson, at: 2009/07/01 03:27
[code:1]
Solution=STAT_NON_LINE(EXCIT=_F(TYPE_CHARGE='FIXE_CSTE',
CHARGE=BndCnd,
FONC_MULT=loadramp),
SOLVEUR=_F(RENUM='METIS',
STOP_SINGULIER='OUI',
METHODE='MULT_FRONT',
NPREC=8,
SYME='NON'),
NEWTON=_F(REAC_INCR=1,
MATRICE='TANGENTE',
REAC_ITER=0,
REAC_ITER_ELAS=0),
INCREMENT=_F(SUBD_NIVEAU=3,
SUBD_METHODE='UNIFORME',
LIST_INST=LIST,
SUBD_PAS=4,
SUBD_COEF_PAS_1=1.0,
PRECISION=9.9999999999999995E-07,
ERRE_TEMPS='NON',
INST_FIN=10.0),
CONVERGENCE=_F(ARRET='OUI',
TYPE='PIC',
ITER_GLOB_MAXI=10,
ITER_GLOB_ELAS=25),
CARA_ELEM=EleProp,
COMP_ELAS=_F(RESO_INTE='IMPLICITE',
RESI_INTE_RELA=9.9999999999999995E-07,
ITER_INTE_PAS=0,
DEFORMATION='GREEN_GR',
RELATION='ELAS',
ITER_INTE_MAXI=10),
MODELE=EleModel,
CHAM_MATER=MatModel,
);
--- NOMBRE TOTAL DE NOEUDS : 25 DONT :
14 NOEUDS "LAGRANGE"
--- NOMBRE TOTAL D'EQUATIONS : 80
--- TAILLE DU PROFIL MORSE DE LA TRIANGULAIRE SUPERIEURE (FORMAT SCR): 696
--- DONC LA TAILLE DE LA MATRICE EST:
--- EN SYMETRIQUE NNZ= 696
--- EN NON SYMETRIQUE NNZ= 1312
INSTANT DE CALCUL : 5.000000000E-01
| ITERATIONS | RESIDU | RESIDU | OPTION |
| NEWTON | RELATIF | ABSOLU | ASSEMBLAGE |
| | RESI_GLOB_RELA | RESI_GLOB_MAXI | |
!
!
! <F> <DVP_2> !
! !
! !
! Erreur numérique (floating point exception). !
! !
! !
! !
! Cette erreur est fatale. Le code s'arrete. !
! Il y a probablement une erreur dans la programmation. !
! Veuillez contacter votre assistance technique. !
!
!
[/code:1]
Attachment Study.gz not found
- Peter Halverson
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 45
- Thank you received: 0
15 years 10 months ago #3181
by Peter Halverson
Replied by Peter Halverson on topic Re:Floating Point Exception [Solved]
It turns out I had used the wrong constitive equation. I should have specified RELATION='ELAS_POUTRE_GR'
Moderators: catux
Time to create page: 0.146 seconds