Welcome to the forums. Please post in English or French.

You are not logged in.

#1 2011-09-01 11:16:53

toltec
Member
Registered: 2009-01-04
Posts: 94

V11.0.10 Output Query

Hello All,

I have a set of benchmarks I run for each new installation of CA. These run OK in V10.3, but in V11.0.10 they abort with syntax errors for the output requests, even though EFICAS doesn't identify problems (no doubt because it uses the STA10.3 template in V11). Below are my output request and the error messages they now throw up. The .comm is attached for info (non-linear COQUE_3D analysis). 

Have I missed something obvious? Any pointer would be appreciated!

Many thanks

Gary


******************************************************************************************************
OUTPUT REQUESTS:
*******************************************************************************************************
STATIC=CALC_ELEM(reuse =STATIC,
                 RESULTAT=STATIC,
                 REPE_COQUE=_F(NIVE_COUCHE='INF',
                               VECTEUR=(1.0,0.0,0.0,),),
                 TYPE_OPTION='SIGM_STRUCT',
                 OPTION=('SIEF_ELNO_ELGA','SIGM_ELNO_COQU',),);

# 'CRIT' extracts stress invariants

STATIC=CALC_ELEM(reuse =STATIC,
                 RESULTAT=STATIC,
                 REPE_COQUE=_F(NIVE_COUCHE='INF',
                               VECTEUR=(1.0,0.0,0.0,),),
                 TYPE_OPTION='CRIT',
                 OPTION='EQUI_ELNO_SIGM',);

STATIC=CALC_ELEM(reuse =STATIC,
                 RESULTAT=STATIC,
                 TYPE_OPTION='VARI',
                 OPTION='VARI_ELNO_COQU',);

# nodal stress

STATIC=CALC_NO(reuse =STATIC,
               RESULTAT=STATIC,
               OPTION='SIGM_NOEU_COQU',);

# nodal equivalent stress

STATIC=CALC_NO(reuse =STATIC,
               RESULTAT=STATIC,
               OPTION='EQUI_NOEU_SIGM',);

#Extract node reaction forces

STATIC=CALC_NO(reuse =STATIC,
               RESULTAT=STATIC,
               OPTION='REAC_NODA',);

#----OUTPUT CONTOUR FILE--------
#Print results to file.

IMPR_RESU(MODELE=BM,
          FORMAT='MED',
          UNITE=80,
          RESU=_F(MAILLAGE=bm_quad,
                  RESULTAT=STATIC,
                  NOM_CHAM=('DEPL','EQUI_NOEU_SIGM',),),);

#----OUTPUT TXT FILE----
#
#RESU:
#    MAILLAGE = prints mesh to file
#b_extrac:
#    INST = instant at which results are printed.

IMPR_RESU(FORMAT='RESULTAT',
          UNITE=8,
          RESU=_F(RESULTAT=STATIC,
                  NOM_CHAM='REAC_NODA',
                  GROUP_NO='BCs',
                  SOUS_TITRE='REACTION FORCES',),);

IMPR_RESU(FORMAT='RESULTAT',
          UNITE=8,
          RESU=_F(RESULTAT=STATIC,
                  NOM_CHAM='DEPL',
                  GROUP_NO='disp_out',
                  SOUS_TITRE='DISPLACEMENTS',),);

IMPR_RESU(FORMAT='RESULTAT',
          UNITE=8,
          RESU=_F(RESULTAT=STATIC,
                  NOM_CHAM='EQUI_ELNO_SIGM',
                  NOM_CMP=('VMIS','TRESCA',),
                  GROUP_MA='el_out',
                  SOUS_TITRE='STRESS INVARIANTS AT NODES',),);

IMPR_RESU(FORMAT='RESULTAT',
          RESU=_F(RESULTAT=STATIC,
                  NOM_CHAM='VARI_ELNO_COQU',
                  NOM_CMP='V1',
                  GROUP_MA='el_out',
                  SOUS_TITRE='Plastic Strain: VARI_ELNO_COQU',),);









******************************************************************************************************
ERROR MESSAGES:
*******************************************************************************************************

JDC.py : ERREUR A LA VERIFICATION SYNTAXIQUE - INTERRUPTION
>> JDC.py : DEBUT RAPPORT
DEBUT CR validation : fort.1
   Etape : CALC_ELEM    ligne : 138    fichier : 'fort.1'
      Bloc :b_noli
         Bloc :b_sigm_struct
            Mot-clé simple : OPTION
               !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
               ! La valeur : 'SIEF_ELNO_ELGA'  ne fait pas partie des choix possibles !
               ! ('SIEF_ELNO', 'EFCA_ELNO', 'SITU_ELNO', 'SICO_ELNO')                 !
               !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
            Fin Mot-clé simple : OPTION
         Fin Bloc :b_sigm_struct
      Fin Bloc :b_noli
   Fin Etape : CALC_ELEM
   Etape : CALC_ELEM    ligne : 147    fichier : 'fort.1'
      Bloc :b_noli
         Bloc :b_crit
            Mot-clé simple : OPTION
               !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
               ! La valeur : 'EQUI_ELNO_SIGM'  ne fait pas partie des choix possibles           !
               ! ('SIEQ_ELNO', 'SIEQ_ELGA', 'EPEQ_ELNO', 'EPEQ_ELGA', 'EPMQ_ELNO', 'EPMQ_ELGA', !
               ! 'ENDO_ELGA', 'ENDO_ELNO', 'PMPB_ELNO', 'PMPB_ELGA', 'SITQ_ELNO', 'EPTQ_ELNO')  !
               !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
            Fin Mot-clé simple : OPTION
         Fin Bloc :b_crit
      Fin Bloc :b_noli
   Fin Etape : CALC_ELEM
   Etape : CALC_ELEM    ligne : 152    fichier : 'fort.1'
      Bloc :b_noli
         Bloc :b_vari
            Mot-clé simple : OPTION
               !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
               ! La valeur : 'VARI_ELNO_COQU'  ne fait pas partie des choix possibles !
               ! ('VARI_ELNO', 'VATU_ELNO', 'VACO_ELNO', 'VAEX_ELGA', 'VAEX_ELNO')    !
               !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
            Fin Mot-clé simple : OPTION
         Fin Bloc :b_vari
      Fin Bloc :b_noli
   Fin Etape : CALC_ELEM
   Etape : CALC_NO    ligne : 158    fichier : 'fort.1'
      Mot-clé simple : OPTION
         !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
         ! La valeur : 'SIGM_NOEU_COQU'  ne fait pas partie des choix possibles           !
         ! ('FORC_NODA', 'REAC_NODA', 'DERA_NOEU', 'DURT_NOEU', 'EFCA_NOEU', 'EFGE_NOEU', !
         ! 'ENDO_NOEU', 'ENEL_NOEU', 'EPMG_NOEU', 'EPSG_NOEU', 'EPSI_NOEU', 'EPSP_NOEU',  !
         ! 'EPVC_NOEU', 'EPFD_NOEU', 'EPFP_NOEU', 'EPFP_NOEU', 'EPMQ_NOEU', 'EPEQ_NOEU',  !
         ! 'SIEQ_NOEU', 'ERME_NOEU', 'ERTH_NOEU', 'QIRE_NOEU', 'FLUX_NOEU', 'HYDR_NOEU',  !
         ! 'INTE_NOEU', 'META_NOEU', 'PMPB_NOEU', 'PRAC_NOEU', 'SIEF_NOEU', 'SICA_NOEU',  !
         ! 'SICO_NOEU', 'SIGM_NOEU', 'SIPO_NOEU', 'VAEX_NOEU', 'VARI_NOEU', 'DISS_NOEU')  !
         !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      Fin Mot-clé simple : OPTION
   Fin Etape : CALC_NO
   Etape : CALC_NO    ligne : 164    fichier : 'fort.1'
      Mot-clé simple : OPTION
         !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
         ! La valeur : 'EQUI_NOEU_SIGM'  ne fait pas partie des choix possibles           !
         ! ('FORC_NODA', 'REAC_NODA', 'DERA_NOEU', 'DURT_NOEU', 'EFCA_NOEU', 'EFGE_NOEU', !
         ! 'ENDO_NOEU', 'ENEL_NOEU', 'EPMG_NOEU', 'EPSG_NOEU', 'EPSI_NOEU', 'EPSP_NOEU',  !
         ! 'EPVC_NOEU', 'EPFD_NOEU', 'EPFP_NOEU', 'EPFP_NOEU', 'EPMQ_NOEU', 'EPEQ_NOEU',  !
         ! 'SIEQ_NOEU', 'ERME_NOEU', 'ERTH_NOEU', 'QIRE_NOEU', 'FLUX_NOEU', 'HYDR_NOEU',  !
         ! 'INTE_NOEU', 'META_NOEU', 'PMPB_NOEU', 'PRAC_NOEU', 'SIEF_NOEU', 'SICA_NOEU',  !
         ! 'SICO_NOEU', 'SIGM_NOEU', 'SIPO_NOEU', 'VAEX_NOEU', 'VARI_NOEU', 'DISS_NOEU')  !
         !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      Fin Mot-clé simple : OPTION
   Fin Etape : CALC_NO
   Etape : IMPR_RESU    ligne : 180    fichier : 'fort.1'
      Mot cle Facteur :RESU
         Bloc :b_extrac
            Mot-clé simple : NOM_CHAM
               !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
               ! La valeur : 'EQUI_NOEU_SIGM'  ne fait pas partie des choix possibles ('ACCE',     !
               ! 'ACCE_ABSOLU', 'ALPH0_ELGA_EPSP', 'ALPHP_ELGA_ALPH0', 'COMPORTEMENT',             !
               ! 'COMPORTHER', 'DEDE_ELNO', 'DEDE_NOEU', 'DEGE_ELNO', 'DEGE_NOEU', 'DEPL',         !
               ! 'DEPL_ABSOLU', 'DERA_ELGA', 'DERA_ELNO', 'DERA_NOEU', 'DESI_ELNO', 'DESI_NOEU',   !
               ! 'DETE_ELNO', 'DETE_NOEU', 'DISS_ELGA', 'DISS_ELNO', 'DISS_NOEU', 'DURT_ELNO',     !
               ! 'DURT_NOEU', 'ECIN_ELEM', 'EFCA_ELNO', 'EFCA_NOEU', 'EFGE_ELNO', 'EFGE_NOEU',     !
               ! 'ENDO_ELGA', 'ENDO_ELNO', 'ENDO_NOEU', 'ENEL_ELGA', 'ENEL_ELNO', 'ENEL_NOEU',     !
               ! 'EPEQ_ELGA', 'EPEQ_ELNO', 'EPEQ_NOEU', 'EPFD_ELGA', 'EPFD_ELNO', 'EPFD_NOEU',     !
               ! 'EPFP_ELGA', 'EPFP_ELNO', 'EPFP_NOEU', 'EPME_ELGA', 'EPME_ELNO', 'EPMG_ELGA',     !
               ! 'EPMG_ELNO', 'EPMG_NOEU', 'EPMQ_ELGA', 'EPMQ_ELNO', 'EPMQ_NOEU', 'EPOT_ELEM',     !
               ! 'EPSA_ELNO', 'EPSA_NOEU', 'EPSG_ELGA', 'EPSG_ELNO', 'EPSG_NOEU', 'EPSI_ELGA',     !
               ! 'EPSI_ELNO', 'EPSI_NOEU', 'EPSP_ELGA', 'EPSP_ELNO', 'EPSP_NOEU', 'EPTQ_ELNO',     !
               ! 'EPTU_ELNO', 'EPVC_ELGA', 'EPVC_ELNO', 'EPVC_NOEU', 'ERME_ELEM', 'ERME_ELNO',     !
               ! 'ERME_NOEU', 'ERTH_ELEM', 'ERTH_ELNO', 'ERTH_NOEU', 'ERZ1_ELEM', 'ERZ2_ELEM',     !
               ! 'ETOT_ELEM', 'ETOT_ELGA', 'ETOT_ELNO', 'FERRAILLAGE', 'FLHN_ELGA', 'FLUX_ELGA',   !
               ! 'FLUX_ELNO', 'FLUX_NOEU', 'FORC_NODA', 'FSUR_2D', 'FSUR_3D', 'FVOL_2D',           !
               ! 'FVOL_3D', 'GRAD_NOEU_THETA', 'HYDR_ELNO', 'HYDR_NOEU', 'INDL_ELGA', 'INTE_ELNO', !
               !  'INTE_NOEU', 'IRRA', 'LANL_ELGA', 'META_ELGA_TEMP', 'META_ELNO', 'META_NOEU',    !
               ! 'MODE_FLAMB', 'PDIL_ELGA', 'PMPB_ELGA', 'PMPB_ELNO', 'PMPB_NOEU', 'PRAC_ELNO',    !
               ! 'PRAC_NOEU', 'PRES', 'PRME_ELNO', 'QIRE_ELEM', 'QIRE_ELNO', 'QIRE_NOEU',          !
               ! 'QIZ1_ELEM', 'QIZ2_ELEM', 'REAC_NODA', 'SICA_ELNO', 'SICA_NOEU', 'SICO_ELNO',     !
               ! 'SICO_NOEU', 'SIEF_ELGA', 'SIEF_ELNO', 'SIEF_NOEU', 'SIEF_SENO_SEGA',             !
               ! 'SIEQ_ELGA', 'SIEQ_ELNO', 'SIEQ_NOEU', 'SIGM_ELNO', 'SIGM_NOEU', 'SING_ELEM',     !
               ! 'SING_ELNO', 'SIPM_ELNO', 'SIPO_ELNO', 'SIPO_NOEU', 'SIRO_ELEM', 'SITQ_ELNO',     !
               ! 'SITU_ELNO', 'SIZ1_NOEU', 'SIZ2_NOEU', 'SOUR_ELGA', 'SPMX_ELGA', 'TEMP', 'THETA', !
               !  'VACO_ELNO', 'VAEX_ELGA', 'VAEX_ELNO', 'VAEX_NOEU', 'VALE_CONT', 'VARC_ELGA',    !
               ! 'VARI_ELGA', 'VARI_ELNO', 'VARI_NOEU', 'VATU_ELNO', 'VITE', 'VITE_ABSOLU',        !
               ! 'VITE_VENT')                                                                      !
               !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
            Fin Mot-clé simple : NOM_CHAM
         Fin Bloc :b_extrac
      Fin Mot cle Facteur :RESU
   Fin Etape : IMPR_RESU
   Etape : IMPR_RESU    ligne : 209    fichier : 'fort.1'
      Mot cle Facteur :RESU
         Bloc :b_extrac
            Mot-clé simple : NOM_CHAM
               !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
               ! La valeur : 'EQUI_ELNO_SIGM'  ne fait pas partie des choix possibles ('ACCE',     !
               ! 'ACCE_ABSOLU', 'ALPH0_ELGA_EPSP', 'ALPHP_ELGA_ALPH0', 'COMPORTEMENT',             !
               ! 'COMPORTHER', 'DEDE_ELNO', 'DEDE_NOEU', 'DEGE_ELNO', 'DEGE_NOEU', 'DEPL',         !
               ! 'DEPL_ABSOLU', 'DERA_ELGA', 'DERA_ELNO', 'DERA_NOEU', 'DESI_ELNO', 'DESI_NOEU',   !
               ! 'DETE_ELNO', 'DETE_NOEU', 'DISS_ELGA', 'DISS_ELNO', 'DISS_NOEU', 'DURT_ELNO',     !
               ! 'DURT_NOEU', 'ECIN_ELEM', 'EFCA_ELNO', 'EFCA_NOEU', 'EFGE_ELNO', 'EFGE_NOEU',     !
               ! 'ENDO_ELGA', 'ENDO_ELNO', 'ENDO_NOEU', 'ENEL_ELGA', 'ENEL_ELNO', 'ENEL_NOEU',     !
               ! 'EPEQ_ELGA', 'EPEQ_ELNO', 'EPEQ_NOEU', 'EPFD_ELGA', 'EPFD_ELNO', 'EPFD_NOEU',     !
               ! 'EPFP_ELGA', 'EPFP_ELNO', 'EPFP_NOEU', 'EPME_ELGA', 'EPME_ELNO', 'EPMG_ELGA',     !
               ! 'EPMG_ELNO', 'EPMG_NOEU', 'EPMQ_ELGA', 'EPMQ_ELNO', 'EPMQ_NOEU', 'EPOT_ELEM',     !
               ! 'EPSA_ELNO', 'EPSA_NOEU', 'EPSG_ELGA', 'EPSG_ELNO', 'EPSG_NOEU', 'EPSI_ELGA',     !
               ! 'EPSI_ELNO', 'EPSI_NOEU', 'EPSP_ELGA', 'EPSP_ELNO', 'EPSP_NOEU', 'EPTQ_ELNO',     !
               ! 'EPTU_ELNO', 'EPVC_ELGA', 'EPVC_ELNO', 'EPVC_NOEU', 'ERME_ELEM', 'ERME_ELNO',     !
               ! 'ERME_NOEU', 'ERTH_ELEM', 'ERTH_ELNO', 'ERTH_NOEU', 'ERZ1_ELEM', 'ERZ2_ELEM',     !
               ! 'ETOT_ELEM', 'ETOT_ELGA', 'ETOT_ELNO', 'FERRAILLAGE', 'FLHN_ELGA', 'FLUX_ELGA',   !
               ! 'FLUX_ELNO', 'FLUX_NOEU', 'FORC_NODA', 'FSUR_2D', 'FSUR_3D', 'FVOL_2D',           !
               ! 'FVOL_3D', 'GRAD_NOEU_THETA', 'HYDR_ELNO', 'HYDR_NOEU', 'INDL_ELGA', 'INTE_ELNO', !
               !  'INTE_NOEU', 'IRRA', 'LANL_ELGA', 'META_ELGA_TEMP', 'META_ELNO', 'META_NOEU',    !
               ! 'MODE_FLAMB', 'PDIL_ELGA', 'PMPB_ELGA', 'PMPB_ELNO', 'PMPB_NOEU', 'PRAC_ELNO',    !
               ! 'PRAC_NOEU', 'PRES', 'PRME_ELNO', 'QIRE_ELEM', 'QIRE_ELNO', 'QIRE_NOEU',          !
               ! 'QIZ1_ELEM', 'QIZ2_ELEM', 'REAC_NODA', 'SICA_ELNO', 'SICA_NOEU', 'SICO_ELNO',     !
               ! 'SICO_NOEU', 'SIEF_ELGA', 'SIEF_ELNO', 'SIEF_NOEU', 'SIEF_SENO_SEGA',             !
               ! 'SIEQ_ELGA', 'SIEQ_ELNO', 'SIEQ_NOEU', 'SIGM_ELNO', 'SIGM_NOEU', 'SING_ELEM',     !
               ! 'SING_ELNO', 'SIPM_ELNO', 'SIPO_ELNO', 'SIPO_NOEU', 'SIRO_ELEM', 'SITQ_ELNO',     !
               ! 'SITU_ELNO', 'SIZ1_NOEU', 'SIZ2_NOEU', 'SOUR_ELGA', 'SPMX_ELGA', 'TEMP', 'THETA', !
               !  'VACO_ELNO', 'VAEX_ELGA', 'VAEX_ELNO', 'VAEX_NOEU', 'VALE_CONT', 'VARC_ELGA',    !
               ! 'VARI_ELGA', 'VARI_ELNO', 'VARI_NOEU', 'VATU_ELNO', 'VITE', 'VITE_ABSOLU',        !
               ! 'VITE_VENT')                                                                      !
               !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
            Fin Mot-clé simple : NOM_CHAM
         Fin Bloc :b_extrac
      Fin Mot cle Facteur :RESU
   Fin Etape : IMPR_RESU
   Etape : IMPR_RESU    ligne : 216    fichier : 'fort.1'
      Mot cle Facteur :RESU
         Bloc :b_extrac
            Mot-clé simple : NOM_CHAM
               !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
               ! La valeur : 'VARI_ELNO_COQU'  ne fait pas partie des choix possibles ('ACCE',     !
               ! 'ACCE_ABSOLU', 'ALPH0_ELGA_EPSP', 'ALPHP_ELGA_ALPH0', 'COMPORTEMENT',             !
               ! 'COMPORTHER', 'DEDE_ELNO', 'DEDE_NOEU', 'DEGE_ELNO', 'DEGE_NOEU', 'DEPL',         !
               ! 'DEPL_ABSOLU', 'DERA_ELGA', 'DERA_ELNO', 'DERA_NOEU', 'DESI_ELNO', 'DESI_NOEU',   !
               ! 'DETE_ELNO', 'DETE_NOEU', 'DISS_ELGA', 'DISS_ELNO', 'DISS_NOEU', 'DURT_ELNO',     !
               ! 'DURT_NOEU', 'ECIN_ELEM', 'EFCA_ELNO', 'EFCA_NOEU', 'EFGE_ELNO', 'EFGE_NOEU',     !
               ! 'ENDO_ELGA', 'ENDO_ELNO', 'ENDO_NOEU', 'ENEL_ELGA', 'ENEL_ELNO', 'ENEL_NOEU',     !
               ! 'EPEQ_ELGA', 'EPEQ_ELNO', 'EPEQ_NOEU', 'EPFD_ELGA', 'EPFD_ELNO', 'EPFD_NOEU',     !
               ! 'EPFP_ELGA', 'EPFP_ELNO', 'EPFP_NOEU', 'EPME_ELGA', 'EPME_ELNO', 'EPMG_ELGA',     !
               ! 'EPMG_ELNO', 'EPMG_NOEU', 'EPMQ_ELGA', 'EPMQ_ELNO', 'EPMQ_NOEU', 'EPOT_ELEM',     !
               ! 'EPSA_ELNO', 'EPSA_NOEU', 'EPSG_ELGA', 'EPSG_ELNO', 'EPSG_NOEU', 'EPSI_ELGA',     !
               ! 'EPSI_ELNO', 'EPSI_NOEU', 'EPSP_ELGA', 'EPSP_ELNO', 'EPSP_NOEU', 'EPTQ_ELNO',     !
               ! 'EPTU_ELNO', 'EPVC_ELGA', 'EPVC_ELNO', 'EPVC_NOEU', 'ERME_ELEM', 'ERME_ELNO',     !
               ! 'ERME_NOEU', 'ERTH_ELEM', 'ERTH_ELNO', 'ERTH_NOEU', 'ERZ1_ELEM', 'ERZ2_ELEM',     !
               ! 'ETOT_ELEM', 'ETOT_ELGA', 'ETOT_ELNO', 'FERRAILLAGE', 'FLHN_ELGA', 'FLUX_ELGA',   !
               ! 'FLUX_ELNO', 'FLUX_NOEU', 'FORC_NODA', 'FSUR_2D', 'FSUR_3D', 'FVOL_2D',           !
               ! 'FVOL_3D', 'GRAD_NOEU_THETA', 'HYDR_ELNO', 'HYDR_NOEU', 'INDL_ELGA', 'INTE_ELNO', !
               !  'INTE_NOEU', 'IRRA', 'LANL_ELGA', 'META_ELGA_TEMP', 'META_ELNO', 'META_NOEU',    !
               ! 'MODE_FLAMB', 'PDIL_ELGA', 'PMPB_ELGA', 'PMPB_ELNO', 'PMPB_NOEU', 'PRAC_ELNO',    !
               ! 'PRAC_NOEU', 'PRES', 'PRME_ELNO', 'QIRE_ELEM', 'QIRE_ELNO', 'QIRE_NOEU',          !
               ! 'QIZ1_ELEM', 'QIZ2_ELEM', 'REAC_NODA', 'SICA_ELNO', 'SICA_NOEU', 'SICO_ELNO',     !
               ! 'SICO_NOEU', 'SIEF_ELGA', 'SIEF_ELNO', 'SIEF_NOEU', 'SIEF_SENO_SEGA',             !
               ! 'SIEQ_ELGA', 'SIEQ_ELNO', 'SIEQ_NOEU', 'SIGM_ELNO', 'SIGM_NOEU', 'SING_ELEM',     !
               ! 'SING_ELNO', 'SIPM_ELNO', 'SIPO_ELNO', 'SIPO_NOEU', 'SIRO_ELEM', 'SITQ_ELNO',     !
               ! 'SITU_ELNO', 'SIZ1_NOEU', 'SIZ2_NOEU', 'SOUR_ELGA', 'SPMX_ELGA', 'TEMP', 'THETA', !
               !  'VACO_ELNO', 'VAEX_ELGA', 'VAEX_ELNO', 'VAEX_NOEU', 'VALE_CONT', 'VARC_ELGA',    !
               ! 'VARI_ELGA', 'VARI_ELNO', 'VARI_NOEU', 'VATU_ELNO', 'VITE', 'VITE_ABSOLU',        !
               ! 'VITE_VENT')                                                                      !
               !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
            Fin Mot-clé simple : NOM_CHAM
         Fin Bloc :b_extrac
      Fin Mot cle Facteur :RESU
   Fin Etape : IMPR_RESU
FIN CR validation :fort.1

>> JDC.py : FIN RAPPORT
EXECUTION_CODE_ASTER_EXIT_29039-gary-desktop-LTS=1

Last edited by toltec (2011-09-01 21:14:19)


Attachments:
beam-shells_large_peeq.comm, Size: 6.87 KiB, Downloads: 279

Ubuntu 12.04
Intel(R) Core(TM)2 Quad CPU    Q9400  @ 2.66GHz

Offline

#2 2011-09-01 11:22:08

Claws
Member
From: Denmark
Registered: 2009-03-23
Posts: 375

Re: V11.0.10 Output Query

Yes, ver. 11 has changed the names of fields - have a look at calc_elem and calc_no documentation:

http://www.code-aster.org/V2/doc/defaul … .81.01.pdf
http://www.code-aster.org/V2/doc/defaul … .81.02.pdf

Regards,

Claus


Opensuse 15
http://www.caelinux.org/wiki/index.php/Contrib:Claws/Code_Aster

Offline

#3 2011-09-01 11:28:11

toltec
Member
Registered: 2009-01-04
Posts: 94

Re: V11.0.10 Output Query

Thanks Claus. It's a pity a changelog isn't created for each new major release (other than the incremental NEW ones)

Regards

Gary


Ubuntu 12.04
Intel(R) Core(TM)2 Quad CPU    Q9400  @ 2.66GHz

Offline

#4 2011-09-01 12:53:24

Christophe Durand
Nuclear Fuel Division
From: EDF
Registered: 2007-11-22
Posts: 145
Website

Re: V11.0.10 Output Query

Hello Gary,

Indeed, we are sorry for not publishing a global changelog for a major version. A new major version is the result of a 2 years cycle of development. The whole bunch of syntax modifications - provided that the CA langage is 200 commands and 16.000 keywords - would produce a pretty heavy-going document.

So :
- we display the user documentation (U4 documents) up to date with the new syntax.
- the global changelog is indeed the sum of the 120 weekly changelogs that have made the final release. All of them are displayed on the web site.
- the most important : in Salome-Meca2011.2, if you use Eficas for editing your command file, you have a translator (Traduction, Traduitv9v10) that can handle most of the modifications between the two major releases.

Best regards.

Offline

#5 2011-09-01 13:04:44

Christophe Durand
Nuclear Fuel Division
From: EDF
Registered: 2007-11-22
Posts: 145
Website

Re: V11.0.10 Output Query

An other complementary message :

We apologize for the syntax modifications between the major releases. But Code_Aster is a "living" code, regularly updated with novelties and capitalizing continuously R&D works. "Dead" codes have obviously a "frozen" syntax.

Please be sure that the development team is taking in great account each new modification which could impact the users.

Offline

#6 2011-09-01 14:32:32

toltec
Member
Registered: 2009-01-04
Posts: 94

Re: V11.0.10 Output Query

Hello Christophe,

Many thanks for the reply and thanks to the team for a great code. No need to apologize for syntax changes... I appreciate that they're part of development. What confused me is that I depend on Eficas to build my  .comm so I assumed that the latest one I compiled in V11.0.10 would identify syntax problems (even though the latest available template is V10.3). I think the best way forward for me is to use CA v10.3 until Eficas is updated to V11 syntax (or start using Salome-Meca2011.2 as you say).

Thanks again for your time.

Regards

Gary


Ubuntu 12.04
Intel(R) Core(TM)2 Quad CPU    Q9400  @ 2.66GHz

Offline

#7 2011-09-01 14:38:03

jeanpierreaubry
Guru
From: nantes (france)
Registered: 2009-03-12
Posts: 3,954

Re: V11.0.10 Output Query

hello

toltec wrote:

What confused me is that I depend on Eficas to build my  .comm

as far as i am concerned i never used it, except a few times at my beginnings,
and i am still alive

with a little experience,
a clever look at what is written in the .mess file
then at the doc,
is enough to cope with the changes

jean pierre aubry


consider reading my book
freely available here https://framabook.org/beginning-with-code_aster/

Offline

#8 2011-09-01 15:10:26

toltec
Member
Registered: 2009-01-04
Posts: 94

Re: V11.0.10 Output Query

Hello Jean Pierre Aubry,

I hear what you say, but it's reasonable to assume that any release of Eficas will work with the version of CA in which it is embedded. This is not the case for V11.0.10. It is also reasonable to use Eficas to quickly identify syntax problems that a new version of CA may have with historical models, which is now not possible.

I am faced with the decision of either working on my .comm using my grubby fingers (backward step) or using V10.3 without access to documentation as it appears that only V9 and V11 are available (backward step).


Regards

Gary


Ubuntu 12.04
Intel(R) Core(TM)2 Quad CPU    Q9400  @ 2.66GHz

Offline