Getting the maximal stress (code_aster - salome)
- wo
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
9 years 6 months ago - 9 years 6 months ago #8488
by wo
Getting the maximal stress (code_aster - salome) was created by wo
Hi,
I am looking for getting the maximal stress in a simulation ; I tried how it's described in "caelinux.org/wiki/index.php/Contrib:Claw...x_cases/liaison_mail" but that don't work in my case very fine, I have an alarm.
I put in my .comm file, at the end :
...
Result = STAT_NON_LINE(
...,
COMP_ELAS = _F( RELATION = 'ELAS', DEFORMATION = 'GROT_GDEP'),
...);
Result = CALC_CHAMP( reuse = Result, RESULTAT = Result, CRITERES = 'SIEQ_ELNO');
IMPR_RESU(
FORMAT='RESULTAT',
RESU=_F(
RESULTAT=Result,
NOM_CHAM='SIEQ_ELNO',
NOM_CMP=('VMIS','TRESCA',),
VALE_MAX='OUI',),);
IMPR_RESU(
FORMAT = 'MED',
RESU = _F(
MAILLAGE = Mesh,
RESULTAT = Result));
FIN();
Is that please right ? I don't understand the alarm... Impossible to put my .resu & .mess files with this post.
Can please someone help me ?
Regards
I am looking for getting the maximal stress in a simulation ; I tried how it's described in "caelinux.org/wiki/index.php/Contrib:Claw...x_cases/liaison_mail" but that don't work in my case very fine, I have an alarm.
I put in my .comm file, at the end :
...
Result = STAT_NON_LINE(
...,
COMP_ELAS = _F( RELATION = 'ELAS', DEFORMATION = 'GROT_GDEP'),
...);
Result = CALC_CHAMP( reuse = Result, RESULTAT = Result, CRITERES = 'SIEQ_ELNO');
IMPR_RESU(
FORMAT='RESULTAT',
RESU=_F(
RESULTAT=Result,
NOM_CHAM='SIEQ_ELNO',
NOM_CMP=('VMIS','TRESCA',),
VALE_MAX='OUI',),);
IMPR_RESU(
FORMAT = 'MED',
RESU = _F(
MAILLAGE = Mesh,
RESULTAT = Result));
FIN();
Is that please right ? I don't understand the alarm... Impossible to put my .resu & .mess files with this post.
Can please someone help me ?
Regards

Last edit: 9 years 6 months ago by wo.
- RichardS
- Offline
- Elite Member
-
9 years 6 months ago #8489
by RichardS
It looks fine, which alarm do you mean?
Best,
Richard
SimScale - Engineering Simulation in your browser!
Replied by RichardS on topic Re: Getting the maximal stress (code_aster - salome)
wo wrote: Hi,
I don't understand the alarm...
It looks fine, which alarm do you mean?
Best,
Richard
SimScale - Engineering Simulation in your browser!
- wo
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
9 years 6 months ago #8498
by wo
Replied by wo on topic Re: Getting the maximal stress (code_aster - salome)
Hi,
Thanks you, it seems it's simply a code_aster version question. I have to install the new salome_meca 2105.2 from code-aster.org to check this but I have some problems... That don't work yet
Thanks you, it seems it's simply a code_aster version question. I have to install the new salome_meca 2105.2 from code-aster.org to check this but I have some problems... That don't work yet

Moderators: catux
Time to create page: 0.135 seconds