Beam-Column Elements & Brick Elements in the same analys
Moderators: silvia, selimgunay, Moderators
Beam-Column Elements & Brick Elements in the same analys
I would like to use Beam-Column Elements (6DOF per joint) with Brick Elements (3DOF per joint) in a 3D-analysis. If I set:
model BasicBuilder -ndm 3 -ndf 6
when using 20Node Brick elements at the same time I get:
FATAL ERROR TwentyNodeBrick (tag:1) has different number of DOFs at its nodes
even if I fix all rotational degrees of freedom for nodes of bricks. Does anybody know a way to involve Beam-Column Elements and Brick Elements in the same analysis?
Thanks a lot.
model BasicBuilder -ndm 3 -ndf 6
when using 20Node Brick elements at the same time I get:
FATAL ERROR TwentyNodeBrick (tag:1) has different number of DOFs at its nodes
even if I fix all rotational degrees of freedom for nodes of bricks. Does anybody know a way to involve Beam-Column Elements and Brick Elements in the same analysis?
Thanks a lot.
Timosidis Dimitris
Phd student
Department of Civil Engineering
Democritus University of Thrace, Greece
Phd student
Department of Civil Engineering
Democritus University of Thrace, Greece
-
- Posts: 68
- Joined: Fri Jul 02, 2004 6:10 am
- Location: Computers and Structures, Inc.
bricks with beams
There was a post about the same problem, but I guess it got lost somehow. Frank may help you out on this one. While you are waiting his answer, you may want to give this a try:
- define two modelBuilders (one with ndf 2, the other with ndf 3)
- define 2d elements in one, 3d elements in the other
- you have to define the boundary nodes (where the beam connects to the brick) in each modelBuilder (with same nodal coordinate), and that constrain the extra degrees of freedom.
This is what I could remember from that post. I never did it myself but it's worth a try...
- define two modelBuilders (one with ndf 2, the other with ndf 3)
- define 2d elements in one, 3d elements in the other
- you have to define the boundary nodes (where the beam connects to the brick) in each modelBuilder (with same nodal coordinate), and that constrain the extra degrees of freedom.
This is what I could remember from that post. I never did it myself but it's worth a try...
Berk Taftali
Georgia Institute of Technology
Ph.D. Candidate, Structural Engineering, Mechanics, and Materials
School of Civil and Environmental Engineering
Atlanta, GA 30332 USA
Email: gte994y@mail.gatech.edu
Georgia Institute of Technology
Ph.D. Candidate, Structural Engineering, Mechanics, and Materials
School of Civil and Environmental Engineering
Atlanta, GA 30332 USA
Email: gte994y@mail.gatech.edu
solids and structural elements (3DOFs vs 6DOFs...)
Take a look at solid02.tcl file in ExampleScripts, it does what you need...
Boris
Boris
-
- Posts: 12
- Joined: Wed May 11, 2005 3:16 am
In my model, soil nodes and pile nodes are not exactly same coordinate,
because the model is very complex. There're 24 foundations, each has 4 equivalent piles (different distance). The field including 19 layers soil. In order to simplify the model, the soil nodes be put in the center of 4 piles nodes.
I know that equaDOF still work in this case. I just wonder could I consider the force-distance relationship between the pile and the soil. Is there something spring element in opensees? I only find zero-length element to consider the spring element.
Thanks a lot.
because the model is very complex. There're 24 foundations, each has 4 equivalent piles (different distance). The field including 19 layers soil. In order to simplify the model, the soil nodes be put in the center of 4 piles nodes.
I know that equaDOF still work in this case. I just wonder could I consider the force-distance relationship between the pile and the soil. Is there something spring element in opensees? I only find zero-length element to consider the spring element.
Thanks a lot.
-
- Posts: 12
- Joined: Wed May 11, 2005 3:16 am
Can I use truss element connect one node with 3 ndf and other node with 6 ndf? Can I use zero-length element in this condition? Beside equalDOF which command can do this. I try to use rigidLink (rod) bar... ... failed. I already get results with equalDOF. But my prof. let me try something else to consider the force-displacement relation between soil and piles / soil and basement.
I tried to use truss elements and get WARNING. Can I continue?
I tried to use truss elements and get WARNING. Can I continue?