Author Topic: Assigning different section geometry  (Read 7665 times)

Faezeh

  • New Member
  • *
  • Posts: 4
Assigning different section geometry
« on: November 17, 2013, 12:16:15 AM »
Hi,

I am analysing a column-beam joint structure. I am using fiber-based beam elements. I have modelled this with 3 elements. My aim is to assign each of the beam and column with different beam sections of varied geometry and material props. If anyone could help me with the command that I can do this it would be greatly appreciated.

Thanks,

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2648
Re: Assigning different section geometry
« Reply #1 on: November 17, 2013, 09:38:42 AM »
Have you written your own element for the fiber model?  If yes, then:

1. You can use the material parameters d(*) to define the section properties you want to have.

2. If the material model is non-linear, inelastic you need to add history variables to retain the material parameters necessary to define the model behavior.

3. Each element will probably have its own material model or alternatively you can define new arrays to store the iindividual parameters for each element.

The elements in feappv/feap are not compatible with a fiber model formulation.

Faezeh

  • New Member
  • *
  • Posts: 4
Re: Assigning different section geometry
« Reply #2 on: November 19, 2013, 09:56:37 AM »
Yes The element is a user written element.
Thank you for your response and help.