×

Notice

The forum is in read only mode.

3D Beam modelling

  • Torben
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
15 years 10 months ago #3013 by Torben
Replied by Torben on topic Re:3D Beam modelling
The file
  • Torben
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
15 years 10 months ago #3014 by Torben
Replied by Torben on topic Re:3D Beam modelling
The attached file:

Attachment Beam.zip not found

Attachments:
More
15 years 10 months ago #3017 by kwou
Replied by kwou on topic Re:3D Beam modelling
Hoi Torben

Apparently you need to add CARA_ELEM statement in the MECA_STATIQUE part:


BeamSolu=MECA_STATIQUE(MODELE=BeamMod,
CHAM_MATER=BeamMat,
CARA_ELEM=Beam123, # add this statement
EXCIT=_F(CHARGE=loads,),);

Code Aster complains if you submit more than one argument to the CARA_ELEM statement, so I joined your Beam_1, Beam_2 and Beam_3 to one: Beam123:

[code:1]
Beam123=AFFE_CARA_ELEM(MODELE=BeamMod,
POUTRE=(_F(GROUP_MA='Edge_1',
SECTION='RECTANGLE',
CARA=('HY','HZ','EP',),
VALE=(0.1,0.05,0.005,),),
_F(GROUP_MA='Edge_2',
SECTION='RECTANGLE',
CARA=('HY','HZ','EP',),
VALE=(0.1,0.05,0.005,),),
_F(GROUP_MA='Edge_3',
SECTION='RECTANGLE',
CARA=('HY','HZ','EP',),
VALE=(0.1,0.05,0.005,),),),
ORIENTATION=(_F(GROUP_MA='Edge_2',
CARA='VECT_Y',
VALE=(0.0,1.0,0.0,),),
_F(GROUP_MA='Edge_1',
CARA='VECT_Y',
VALE=(-1.0,0.0,0.0,),),
_F(GROUP_MA='Edge_3',
CARA='VECT_Y',
VALE=(1.0,0.0,0.0,),),),);
[/code:1]


Then C-Aster runs. But you may need to check the results and see whether Beam123-data is correct.

I got the hint from Emmanuel:
www.code-aster.org/forum2/viewtopic.php?id=7386

The complete modified comm file is (was) uploaded (and gone now).

** kind regards - kees<br /><br />Post edited by: Kees Wouters, at: 2009/06/16 07:52

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

--
kind regards - kees
Attachments:
  • Torben
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
15 years 10 months ago #3034 by Torben
Replied by Torben on topic Re:3D Beam modelling
Thanks, Kees.

Now the beam model works. When I verify results I will post the .comm file. I am full of joy :) Thanks again.
Moderators: catux
Time to create page: 0.124 seconds
Powered by Kunena Forum