Hi,
1.-I want to parameterize the wall thickness of a "pipe" fibre section
2.-I want to parameterize an elastic-plastic material (with plastic hardening) with different yielding points/variablesSIG (Eps, SIG) for tension and compression (not P.Plastic)
I would like to know:
Is it possible to do with the current reliability functions?
If it is possible, which is the syntax to identify material and section parameters for uncertainty characterization?
Thank you for your valuable time,
Syntax for Material and F.Section parameters
Moderators: silvia, selimgunay, mhscott, Moderators
-
- Posts: 11
- Joined: Fri Oct 18, 2013 9:36 am
- Location: Unam
Re: Syntax for Material and F.Section parameters
JOSELUISEM wrote:
> Hi,
> 1.-I want to parameterize the wall thickness of a "pipe" fibre section
You cannot parameterize geometric properties/dimensions of general fiber sections (section Fiber or section fiberSec). You will have to create your own SectionIntegration class that encapsulates the dimensions you want, then parameterize it.
> 2.-I want to parameterize an elastic-plastic material (with plastic hardening) with
> different yielding points/variablesSIG (Eps, SIG) for tension and compression (not
> P.Plastic)
You may be able to monkey around with uniaxialMaterial Parallel with some combination of Hardening, EPP, and Elastic materials.
> Hi,
> 1.-I want to parameterize the wall thickness of a "pipe" fibre section
You cannot parameterize geometric properties/dimensions of general fiber sections (section Fiber or section fiberSec). You will have to create your own SectionIntegration class that encapsulates the dimensions you want, then parameterize it.
> 2.-I want to parameterize an elastic-plastic material (with plastic hardening) with
> different yielding points/variablesSIG (Eps, SIG) for tension and compression (not
> P.Plastic)
You may be able to monkey around with uniaxialMaterial Parallel with some combination of Hardening, EPP, and Elastic materials.
-
- Posts: 11
- Joined: Fri Oct 18, 2013 9:36 am
- Location: Unam
Re: Syntax for Material and F.Section parameters
I managed to successfully modify the steel01 material following the tutorials. Now, I'm having some trouble to implement a new pipefibersection2d I like to know if there are some tutorial o references about adding a new section class??
thank you for your advice,
thank you for your advice,