- Forum
- Public Forums
- Finite Element Modelling - Code_Aster
- solver problem, advance example "assembly"
solver problem, advance example "assembly"
- rui simoes
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 48
- Thank you received: 0
15 years 1 month ago #4265
by rui simoes
solver problem, advance example "assembly" was created 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
i understand theres a syntax error, a misused word, but...
dont know how to solve it.
does anyone overcame this?
greetings
rui
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
- kwou
-
- Offline
- Moderator
-
15 years 1 month ago #4267
by kwou
Interest: structural mechanics, solar energy (picture at 'my location' shows too little pv panels)
--
kind regards - kees
Replied by kwou on topic Re:solver problem, advance example "assembly"
Hoi Rui
please post the complete mess file. It is much easier to look at your problem then.
kind regards - kees
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
-
Less
More
- Posts: 48
- Thank you received: 0
15 years 1 month ago #4268
by rui simoes
Replied by rui simoes on topic Re:solver problem, advance example "assembly"
here it goes.
rui
rui
- rui simoes
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 48
- Thank you received: 0
15 years 1 month ago #4269
by rui simoes
Replied by rui simoes on topic Re:solver problem, advance example "assembly"
ups...
here it goes.
rui
here it goes.
rui
Attachment Cas.gz not found
- kwou
-
- Offline
- Moderator
-
15 years 1 month ago #4270
by kwou
Interest: structural mechanics, solar energy (picture at 'my location' shows too little pv panels)
--
kind regards - kees
Replied by kwou on topic Re:solver problem, advance example "assembly"
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
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
-
Less
More
- Posts: 48
- Thank you received: 0
15 years 1 month ago #4271
by rui simoes
Replied by rui simoes on topic Re:solver problem, advance example "assembly"
it worked !!!!!
thanks lads!
rui
thanks lads!
rui
Moderators: catux
- Forum
- Public Forums
- Finite Element Modelling - Code_Aster
- solver problem, advance example "assembly"
Time to create page: 0.145 seconds