Static structural analysis for rotating wheel

More
9 years 2 months ago - 9 years 2 months ago #7928 by Claus
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

Code_Aster release : STA11.4 on OpenSUSE 12.3 64 bits - EDF/Intel version
Last edit: 9 years 2 months ago by Claus.

Please Log in or Create an account to join the conversation.

  • Zach
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
9 years 2 months ago #7931 by Zach
Hi and thank you for help.
here is mess file:
www.dropbox.com/s/trc73edvu7cmhme/rot1_case.mess?dl=0

Please Log in or Create an account to join the conversation.

More
9 years 2 months ago - 9 years 2 months ago #7934 by RichardS
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
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: 9 years 2 months ago by RichardS.

Please Log in or Create an account to join the conversation.

  • Zach
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
9 years 2 months ago #7937 by Zach
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?

Please Log in or Create an account to join the conversation.

More
9 years 2 months ago #7938 by RichardS
Sorry,
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!

Please Log in or Create an account to join the conversation.

  • Zach
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
9 years 2 months ago #7939 by Zach
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?

Please Log in or Create an account to join the conversation.

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