ALE module run interrupted (version 3.3.2)
Posted: Fri Aug 22, 2014 1:45 pm
Dear CS team,
Following the 'restart' problem with ALE module in version 3.0.4 of the code, I switched to latest version 3.3.2. The problem I encountered is, I could run ALE module with zero forces on the structure as defined below,
=============code===============
do istr = 1, nbstru
if(ntcabs.le.110000)then
forstr(1,istr) = 0.d0
forstr(2,istr) = 0.d0
forstr(3,istr) = 0.d0
else
forstr(1,istr) = 0.d0
! forstr(2,istr) = 0.d0
forstr(3,istr) = 0.d0
endif
enddo
===============================
but the run got interrupted at ntcabs=110001. The problem possibly came through fluid force 'fluid_fy' or mesh movement.
In addition, the listing file had a warning,
==========================listing===========================================
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@ @@ ATTENTION : A LA LECTURE DU FICHIER SUITE
@ ========= AUXILIAIRE
@
@ Le nombre de structures maximal NSTRMX supporte par le
@ format d'ecriture du fichier suite est
@ NFMTST = 99
@ On a ici un nombre de structures maximal superieur
@ NSTRMX = 200
@ Si le nombre de structures effectif est superieur,
@ elles ne seront pas relues.
@
@ Le calcul sera execute.
@
@ Voir le sous-programme lecamx.
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
Fin de la lecture des donnees des structures ALE
Fin de la lecture
==========================================================================
Please find the listing.txt file attached.
Many thanks,
Vilas
Following the 'restart' problem with ALE module in version 3.0.4 of the code, I switched to latest version 3.3.2. The problem I encountered is, I could run ALE module with zero forces on the structure as defined below,
=============code===============
do istr = 1, nbstru
if(ntcabs.le.110000)then
forstr(1,istr) = 0.d0
forstr(2,istr) = 0.d0
forstr(3,istr) = 0.d0
else
forstr(1,istr) = 0.d0
! forstr(2,istr) = 0.d0
forstr(3,istr) = 0.d0
endif
enddo
===============================
but the run got interrupted at ntcabs=110001. The problem possibly came through fluid force 'fluid_fy' or mesh movement.
In addition, the listing file had a warning,
==========================listing===========================================
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@ @@ ATTENTION : A LA LECTURE DU FICHIER SUITE
@ ========= AUXILIAIRE
@
@ Le nombre de structures maximal NSTRMX supporte par le
@ format d'ecriture du fichier suite est
@ NFMTST = 99
@ On a ici un nombre de structures maximal superieur
@ NSTRMX = 200
@ Si le nombre de structures effectif est superieur,
@ elles ne seront pas relues.
@
@ Le calcul sera execute.
@
@ Voir le sous-programme lecamx.
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
Fin de la lecture des donnees des structures ALE
Fin de la lecture
==========================================================================
Please find the listing.txt file attached.
Many thanks,
Vilas