New element
Moderators: silvia, selimgunay, Moderators
-
- Posts: 27
- Joined: Tue Jul 21, 2009 1:45 am
- Location: ffsdfwe
New element
hi dr silvia
is there any way to define a new element using existing elements ???
i mean like beamWithHinges or TrussElement they are just another definition for existing elemets that mixed in way that serve a new purpose,
how can I do it???
Thanx
is there any way to define a new element using existing elements ???
i mean like beamWithHinges or TrussElement they are just another definition for existing elemets that mixed in way that serve a new purpose,
how can I do it???
Thanx
Yes, you can create new element by modifying the existing one. In the OpenSees source code you can find routine for existing elements.
Here is the link on instructions how to add new element to OpenSees:
http://opensees.berkeley.edu/wiki/index ... _Developer
Here is the link on instructions how to add new element to OpenSees:
http://opensees.berkeley.edu/wiki/index ... _Developer
-
- Posts: 27
- Joined: Tue Jul 21, 2009 1:45 am
- Location: ffsdfwe
you can put elements in series (share one node, have the same force and the displacements/flexibilities add up) or in parallel (share two nodes, have the same displacements and the forces/stiffnesses add up).
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
-
- Posts: 27
- Joined: Tue Jul 21, 2009 1:45 am
- Location: ffsdfwe
thanx for ur answer
but i want to use elements in series , for example a nonlinear beam column with 3 hinges in begining, middle and end of it. i want to have it as just one element. that when i define it between two nodes and defining parameters of section and hinges, i define it at once, the whole package has just one element tag and no need to define extra nodes and elements
how can i do it?
but i want to use elements in series , for example a nonlinear beam column with 3 hinges in begining, middle and end of it. i want to have it as just one element. that when i define it between two nodes and defining parameters of section and hinges, i define it at once, the whole package has just one element tag and no need to define extra nodes and elements
how can i do it?
-
- Posts: 27
- Joined: Tue Jul 21, 2009 1:45 am
- Location: ffsdfwe