Brick Elements
Moderators: silvia, selimgunay, Moderators
Brick Elements
Hi!
I have simulated a structure with brick8N elements by using a model BasicBuilder -ndm 3 -ndf 3. But, when I try to run the script, it posts a warning message: "WARNING NDM=3 and NDF=3 is incompatible with available frame elements". Just to notice that the only type of elements I have used is the one mentioned, the brick8N elements. Does anybody know what the problem is?
The second problem I'm dealing with has to do with the geometric Transformation of these elements. As the x,y,z are global axis, is the definition "geomTransf Linear 1;" sufficient?
Thanks!
I have simulated a structure with brick8N elements by using a model BasicBuilder -ndm 3 -ndf 3. But, when I try to run the script, it posts a warning message: "WARNING NDM=3 and NDF=3 is incompatible with available frame elements". Just to notice that the only type of elements I have used is the one mentioned, the brick8N elements. Does anybody know what the problem is?
The second problem I'm dealing with has to do with the geometric Transformation of these elements. As the x,y,z are global axis, is the definition "geomTransf Linear 1;" sufficient?
Thanks!
-
- Posts: 35
- Joined: Thu Apr 12, 2012 10:09 am
- Location: National Technical University of Athens
Re: Brick Elements
When you use brick elements you don`t define geometric transformation by this command.
This command is used for frame transformation.
This command is used for frame transformation.
Re: Brick Elements
Brick8N is removed from OpenSees and that is probably why you got the warning messages. Use stdBrick instead.
-
- Posts: 35
- Joined: Thu Apr 12, 2012 10:09 am
- Location: National Technical University of Athens
Re: Brick Elements
I use brick elements in my model and I wonder if there is a command which can divide a big brick element into small bricks elements.
Something like mesh command...
Something like mesh command...
Re: Brick Elements
Block3D command should help with this:
http://opensees.berkeley.edu/wiki/index ... 3D_Command
http://opensees.berkeley.edu/wiki/index ... 3D_Command
-
- Posts: 35
- Joined: Thu Apr 12, 2012 10:09 am
- Location: National Technical University of Athens
Re: Brick Elements
Does anybody know how many Gauss points has a standard brick element?
Re: Brick Elements
It has 8 Gauss points.
-
- Posts: 27
- Joined: Mon May 14, 2012 11:07 am
- Location: University of Colorado Boulder
- Contact:
Re: Brick Elements
Hi everybody,
Is Brick20N element removed from OpenSees? If the answer is positive, which element do you recommend?
Thanks,
Is Brick20N element removed from OpenSees? If the answer is positive, which element do you recommend?
Thanks,
Re: Brick Elements
it was removed. there is a "20NodeBrick" you can use. i am just checking with the author or the node numbering, which i suspect it is different to the previous.
Re: Brick Elements
the node numbering is as per their other element
http://opensees.berkeley.edu/wiki/index ... -p_Element
http://opensees.berkeley.edu/wiki/index ... -p_Element
-
- Posts: 27
- Joined: Mon May 14, 2012 11:07 am
- Location: University of Colorado Boulder
- Contact:
Re: Brick Elements
Thanks for your response,
20_8Brick_UP is for soil and porous media. Can I use it for solid (steel) with appropriate combined bulk modulus?
Thanks again,
20_8Brick_UP is for soil and porous media. Can I use it for solid (steel) with appropriate combined bulk modulus?
Thanks again,
Re: Brick Elements
you could. i only showed you that page so that you would see the node numbering! as mentioned use the 20NodeBrick.
element 20NodeBrick eleTag node1? ... node20? matTag? <b1? b2? b3?>
element 20NodeBrick eleTag node1? ... node20? matTag? <b1? b2? b3?>
-
- Posts: 13
- Joined: Mon Jul 16, 2012 6:58 pm
- Location: Pontificia Universidad Católica de Chile
Re: Brick Elements
Hi everybody, Please I have 2 questions. First, Is the 20NodeBrick available now?, and,
Then, is it possible to degenerate this element in a quadratic tetrahedron? like the stdBrick.
Thanks,
Wilson
Then, is it possible to degenerate this element in a quadratic tetrahedron? like the stdBrick.
Thanks,
Wilson
Re: Brick Elements
the brick is available
no, in general you cannot degenerate a higher order element by collapsing the nodes w/o modiying the interpolation functions. see some books on the FEM, e.g. Bathe Sec 5.3
no, in general you cannot degenerate a higher order element by collapsing the nodes w/o modiying the interpolation functions. see some books on the FEM, e.g. Bathe Sec 5.3
-
- Posts: 13
- Joined: Mon Jul 16, 2012 6:58 pm
- Location: Pontificia Universidad Católica de Chile
Re: Brick Elements
Thank you very much Frank. Is it possible to generate quadratic tertrahedrons in opensees in any way?
Regards,
Wilson
Regards,
Wilson