×

Notice

The forum is in read only mode.

solver problem, advance example "assembly"

  • rui simoes
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
15 years 1 month ago #4265 by rui simoes
Hi all,

cant run the solver in SalomeMeca2009.

i'm using the provided:
assembly.comm
and
assembly.med

and i get the <F> Error
plus

JDC.py : ERREUR A LA VERIFICATION SYNTAXIQUE - INTERRUPTION
>> JDC.py : DEBUT RAPPORT
DEBUT CR validation : fort.1
Etape : MODI_MAILLAGE ligne : 74 fichier : 'fort.1'
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Mots cles inconnus :MODELE !
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Fin Etape : MODI_MAILLAGE
FIN CR validation :fort.1

>> JDC.py : FIN RAPPORT
EXECUTION_CODE_ASTER_EXIT_2252=1

<F>_ABNORMAL_ABORT exit code = 1


i understand theres a syntax error, a misused word, but...
dont know how to solve it.

does anyone overcame this?

greetings
rui
More
15 years 1 month ago #4267 by kwou
Hoi Rui

please post the complete mess file. It is much easier to look at your problem then.

kind regards - kees

Interest: structural mechanics, solar energy (picture at 'my location' shows too little pv panels)

--
kind regards - kees
  • rui simoes
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
15 years 1 month ago #4268 by rui simoes
here it goes.

rui
  • rui simoes
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
15 years 1 month ago #4269 by rui simoes
ups...

here it goes.

rui

Attachment Cas.gz not found

Attachments:
More
15 years 1 month ago #4270 by kwou
Hoi Rui

In the MODI_MAILLAGE command there is no need for the MODELE key word:

[code:1]
MeshQuad=MODI_MAILLAGE(reuse =MeshQuad,
MAILLAGE=MeshQuad,
ORIE_PEAU_3D=_F(GROUP_MA=('joint1','joint2',),),
MODELE=FEMQuad,);
[/code:1]
so remove MODELE=FEMQuad (no MODELE need to be defined in a mesh (maillage), though the other way around, a MODELE needs a mesh in general), so the command

[code:1]
MeshQuad=MODI_MAILLAGE(reuse =MeshQuad,
MAILLAGE=MeshQuad,
ORIE_PEAU_3D=_F(GROUP_MA=('joint1','joint2',),),)
[/code:1]
is just fine.
I didnot run it, but I guess it should work.

Further, though I didnot look into detail, you may have to change the order of your commands too (last two commands in the list below):

MeshQuad=CREA_MAILLAGE(MAILLAGE=MeshLin,....)
MeshQuad = DEFI_GROUP(reuse MeshQuad,.......)
MeshQuad = MODI_MAILLAGE(reuse MeshQuad,....)
FEMQuad = AFFE_MODELE(MAILLAGE=MeshQuad,....)

Have fun - kind regards - kees<br /><br />Post edited by: Kees Wouters, at: 2010/05/22 11:10

Interest: structural mechanics, solar energy (picture at 'my location' shows too little pv panels)

--
kind regards - kees
  • rui simoes
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
15 years 1 month ago #4271 by rui simoes
it worked !!!!!

thanks lads!

rui
Moderators: catux
Time to create page: 0.145 seconds
Powered by Kunena Forum