Static structural analysis for rotating wheel
- Claus
-
- Offline
- Moderator
-
Less
More
- Posts: 670
- Thank you received: 34
10 years 2 months ago - 10 years 2 months ago #7928
by Claus
Code_Aster release : STA11.4 on OpenSUSE 12.3 64 bits - EDF/Intel version
Replied by Claus on topic Re: Static structural analysis for rotating wheel
Please post your .mess file (if one is created) or post a screenshot of the error, otherwise it's impossible for us to help you 
/C

/C
Code_Aster release : STA11.4 on OpenSUSE 12.3 64 bits - EDF/Intel version
Last edit: 10 years 2 months ago by Claus.
- Zach
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 36
- Thank you received: 1
10 years 2 months ago #7931
by Zach
Replied by Zach on topic Re: Static structural analysis for rotating wheel
- RichardS
- Offline
- Elite Member
-
10 years 2 months ago - 10 years 2 months ago #7934
by RichardS
SimScale - Engineering Simulation in your browser!
Replied by RichardS on topic Re: Static structural analysis for rotating wheel
Hello,
there seems to bee a mismatch between the version of EFICAS which was used to create the command file
and the Code-Aster version used to run the simulation.
CALC_NO and CALC_ELEM were replaced by CALC_CHAMP since 11.3 I think and are no longer valid in newer versions.
Deleting them and replacing by
should do the job.
But generally there could be also a lot of other syntax changes so I would advise you to use a newer eficas version
(or just change the Code-Aster version setting to the version you are using for solving).
Best regards,
Richard
there seems to bee a mismatch between the version of EFICAS which was used to create the command file
and the Code-Aster version used to run the simulation.
CALC_NO and CALC_ELEM were replaced by CALC_CHAMP since 11.3 I think and are no longer valid in newer versions.
Deleting them and replacing by
RESU=CALC_CHAMP(reuse =RESU,
MODELE=MODE,
CHAM_MATER=MATE,
RESULTAT=RESU,
OPTION=('SIGM_NOEU','SIEQ_NOEU',),
EXCIT=_F(CHARGE=CHAR,),);
should do the job.
But generally there could be also a lot of other syntax changes so I would advise you to use a newer eficas version
(or just change the Code-Aster version setting to the version you are using for solving).
Best regards,
Richard
SimScale - Engineering Simulation in your browser!
Last edit: 10 years 2 months ago by RichardS.
- Zach
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 36
- Thank you received: 1
10 years 2 months ago #7937
by Zach
Replied by Zach on topic Re: Static structural analysis for rotating wheel
Thank you,
I replaced it, but still have a failure when simulating.
www.dropbox.com/s/aqp2ybnih49w9au/rot1_case2.comm?dl=0
www.dropbox.com/s/19r1cczpi0thabk/rot1_case2.mess?dl=0
I checked code - looks like other in command file should be in accordance with Aster version.
I tried to follow the logic of problem - may be smth wrong with "fix" group?
I replaced it, but still have a failure when simulating.
www.dropbox.com/s/aqp2ybnih49w9au/rot1_case2.comm?dl=0
www.dropbox.com/s/19r1cczpi0thabk/rot1_case2.mess?dl=0
I checked code - looks like other in command file should be in accordance with Aster version.
I tried to follow the logic of problem - may be smth wrong with "fix" group?
- RichardS
- Offline
- Elite Member
-
10 years 2 months ago #7938
by RichardS
SimScale - Engineering Simulation in your browser!
Replied by RichardS on topic Re: Static structural analysis for rotating wheel
Sorry,
there were some more errors in the CALC_NO/CALC_ELEM commands.
This should do the trick:
there were some more errors in the CALC_NO/CALC_ELEM commands.
This should do the trick:
RESU=CALC_CHAMP(reuse =RESU,
MODELE=MODE,
CHAM_MATER=MATE,
RESULTAT=RESU,
CONTRAINTE=('SIGM_NOEU',),
CRITERES=('SIEQ_NOEU',),
EXCIT=_F(CHARGE=CHAR,),);
SimScale - Engineering Simulation in your browser!
- Zach
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 36
- Thank you received: 1
10 years 2 months ago #7939
by Zach
Replied by Zach on topic Re: Static structural analysis for rotating wheel
Thank you,
looks like this part is OK,
but now I have problem with density definition "RHO"
www.dropbox.com/s/y3h9zgvh4pgfo84/rot3.comm?dl=0
www.dropbox.com/s/8c3aote5ptyw7hy/nrot3_case1.mess?dl=0
I checked in Aster operators file:
www.code-aster.org/V2/doc/v10/en/man_u/u4/u4.43.01.pdf
RHO - should be OK as well as Modulus Young E and Poisson's ratio NU.
What the reason of this mistake could be?
looks like this part is OK,
but now I have problem with density definition "RHO"
www.dropbox.com/s/y3h9zgvh4pgfo84/rot3.comm?dl=0
www.dropbox.com/s/8c3aote5ptyw7hy/nrot3_case1.mess?dl=0
I checked in Aster operators file:
www.code-aster.org/V2/doc/v10/en/man_u/u4/u4.43.01.pdf
RHO - should be OK as well as Modulus Young E and Poisson's ratio NU.
What the reason of this mistake could be?
Moderators: catux
Time to create page: 0.143 seconds