×

Notice

The forum is in read only mode.

simple 2d plate/shell - what to do?

  • Bridge_PL
  • Topic Author
  • Offline
  • New Member
  • New Member
More
14 years 7 months ago #3879 by Bridge_PL
Replied by Bridge_PL on topic Re:plate
my file

Attachment pl_ex_009.zip not found

Attachments:
More
14 years 7 months ago #3881 by Claus
Replied by Claus on topic Re:plate
www.caelinux.org/wiki/index.php/Contrib:...reactions_and_forces

Heres a way you can extract the reactions.

The 'reaction field' can also be written to the result-mesh and displayed as vectors in Salomé

Code_Aster release : STA11.4 on OpenSUSE 12.3 64 bits - EDF/Intel version
  • Bridge_PL
  • Topic Author
  • Offline
  • New Member
  • New Member
More
14 years 7 months ago #3883 by Bridge_PL
Replied by Bridge_PL on topic Re:plate
it's strange, but when i insert to my comm file this code from tutorial i get ERROR!:
[code:1]
Table=POST_RELEVE_T(ACTION=(_F(OPERATION='EXTRACTION',
INTITULE='ReacXYZ',
RESULTAT=RESU,
NOM_CHAM='REAC_NODA',
PRECISION=0.0001,
GROUP_NO='fixed_1',
RESULTANTE=('DX','DY','DZ',),
MOYE_NOEUD='OUI',),
_F(OPERATION='EXTRACTION',
INTITULE='ForceXYZ',
RESULTAT=RESU,
NOM_CHAM='FORC_NODA',
TOUT_ORDRE='OUI',
GROUP_NO='load',
RESULTANTE=('DX','DY','DZ',),),
TITRE='Principal stress',);


IMPR_TABLE(TABLE=Table,
FORMAT='TABLEAU',
UNITE=26,
SEPARATEUR=' ,',
TITRE='Reac/Force at nodes',);
[/code:1]

ERRORS:
resu file:
[code:1]
<F>_ABNORMAL_ABORT exit code = 1
[/code:1]

mess file:
[code:1]
==========================================
==========================================
JDC.py : ERREUR DE COMPILATION DANS ACCAS - INTERRUPTION
>> JDC.py : DEBUT RAPPORT
CR phase d'initialisation
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Compilation impossible : File "fort.1", line 83 !
! TITRE='Principal stress',); !
! ^ !
! SyntaxError: invalid syntax !
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
fin CR phase d'initialisation

>> JDC.py : FIN RAPPORT
EXECUTION_CODE_ASTER_EXIT_16525=1

<F>_ABNORMAL_ABORT exit code = 1
[/code:1]
More
14 years 7 months ago #3884 by Claus
Replied by Claus on topic Re:plate
I think it's a matter of an error when copy&pasting. The wiki might be to blame for this; I just created the same extraction-order using Eficas, and it is exactly the same:
[code:1]
Table=POST_RELEVE_T(ACTION=_F(OPERATION='EXTRACTION',
INTITULE='ReacXYZ',
RESULTAT=RESU,
NOM_CHAM='REAC_NODA',
GROUP_NO='fixed_1',
RESULTANTE=('DX','DY','DZ',),
MOYE_NOEUD='OUI',),
TITRE='Principal stress',);[/code:1]

Try creating the extraction-order from Eficas instead or check if you have any extra white spaces in the comm-file (very hard to detect some times)

/C

Code_Aster release : STA11.4 on OpenSUSE 12.3 64 bits - EDF/Intel version
Moderators: catux
Time to create page: 0.140 seconds
Powered by Kunena Forum