Brick Elements

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

kgkoktsi
Posts: 15
Joined: Sun Jul 22, 2012 7:06 am
Location: City University London

Brick Elements

Post by kgkoktsi »

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!
gerber
Posts: 35
Joined: Thu Apr 12, 2012 10:09 am
Location: National Technical University of Athens

Re: Brick Elements

Post by gerber »

When you use brick elements you don`t define geometric transformation by this command.
This command is used for frame transformation.
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: Brick Elements

Post by vesna »

Brick8N is removed from OpenSees and that is probably why you got the warning messages. Use stdBrick instead.
gerber
Posts: 35
Joined: Thu Apr 12, 2012 10:09 am
Location: National Technical University of Athens

Re: Brick Elements

Post by gerber »

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...
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: Brick Elements

Post by vesna »

Block3D command should help with this:
http://opensees.berkeley.edu/wiki/index ... 3D_Command
gerber
Posts: 35
Joined: Thu Apr 12, 2012 10:09 am
Location: National Technical University of Athens

Re: Brick Elements

Post by gerber »

Does anybody know how many Gauss points has a standard brick element?
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: Brick Elements

Post by vesna »

It has 8 Gauss points.
zanakarimi
Posts: 27
Joined: Mon May 14, 2012 11:07 am
Location: University of Colorado Boulder
Contact:

Re: Brick Elements

Post by zanakarimi »

Hi everybody,
Is Brick20N element removed from OpenSees? If the answer is positive, which element do you recommend?
Thanks,
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Brick Elements

Post by fmk »

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.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Brick Elements

Post by fmk »

the node numbering is as per their other element


http://opensees.berkeley.edu/wiki/index ... -p_Element
zanakarimi
Posts: 27
Joined: Mon May 14, 2012 11:07 am
Location: University of Colorado Boulder
Contact:

Re: Brick Elements

Post by zanakarimi »

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,
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Brick Elements

Post by fmk »

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?>
wilberk
Posts: 13
Joined: Mon Jul 16, 2012 6:58 pm
Location: Pontificia Universidad Católica de Chile

Re: Brick Elements

Post by wilberk »

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
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Brick Elements

Post by fmk »

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
wilberk
Posts: 13
Joined: Mon Jul 16, 2012 6:58 pm
Location: Pontificia Universidad Católica de Chile

Re: Brick Elements

Post by wilberk »

Thank you very much Frank. Is it possible to generate quadratic tertrahedrons in opensees in any way?

Regards,

Wilson
Post Reply