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

You are not logged in.

#1 2020-07-25 06:54:05

Humberto
Member
From: Ensenada, Mexico
Registered: 2012-10-15
Posts: 104
Website

Calculate Reinforcement in concrete fails

I am trying to learn to use CALC_FERRAILLAGE and made a simple beam with both ends fixed (3D modelization)  But I am failing miserably. Code aster reports an error that I have no idea how to interpret. I have tried many things but just can't get it to work. Here is an extract of my Mess file. Any ideas?

# ------------------------------------------------------------------------------------------
  # Commands No:  0010 Concept of the type:  evol_elas
  # ------------------------------------------------------------------------------------------
  reslin = CALC_FERRAILLAGE(reuse=reslin,
                            RESULTAT=reslin,
                            TYPE_COMB='ELU',
                            CODIFICATION='EC2',
                            AFFE=_F(TOUT='OUI',
                                    UNITE_CONTRAINTE='Pa',
                                    C_INF=0.03,
                                    C_SUP=0.03,
                                    ALPHA_E=15.0,
                                    RHO_ACIER=7850.0,
                                    GAMMA_S=1.0,
                                    GAMMA_C=1.0,
                                    UTIL_COMPR='NON',
                                    ALPHA_REINF=1,
                                    ALPHA_SHEAR=1,
                                    ALPHA_STIRRUPS=1,
                                    RHO_CRIT=150,
                                    DNSTRA_CRIT=6.E-3,
                                    L_CRIT=1,
                                    ALPHA_CC=1.0,
                                    CLASSE_ACIER='B',),
                            )

   
   !-------------------------------------------------------------------------------------------------------------------------------------!
   ! <EXCEPTION> <DVP_1>                                                                                                                 !
   !                                                                                                                                     !
   ! Program error.                                                                                                                      !
   !                                                                                                                                     !
   ! Condition not met:                                                                                                                  !
   !     cara.ne.' '                                                                                                                     !
   ! File /home/A21173/smeca/yamm_build/V2019.0.3_pub_build/V2019_universal/tools/src/Code_aster_stable-v144_smeca/bibfor/op/op0175.F90, !
   ! line 85                                                                                                                             !
   !                                                                                                                                     !
   !                                                                                                                                     !
   !                                                                                                                                     !
   ! Il y a probablement une erreur dans la programmation.                                                                               !
   ! Veuillez contacter votre assistance technique.                                                                                      !
   !-------------------------------------------------------------------------------------------------------------------------------------!

Offline