Mesh generators

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
senseiwa
Posts: 8
Joined: Fri Nov 19, 2004 3:41 am
Location: Univ. Roma Tre

Mesh generators

Post by senseiwa »

Hi. I'm new to opensees and I have a simple question.

We have a mesh generator based on bsp trees, so all the cells in the mesh are polyhedral. Is it possible to define a mesh using custom cells?

The problem seems to be with the element associated with the MeshRegion, since it doesn't seem to handle n-cells as elements... and each mesh region must have at least one element...

Can somebody help me?
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

excuse my ignorance .. but what are n-cells?
senseiwa
Posts: 8
Joined: Fri Nov 19, 2004 3:41 am
Location: Univ. Roma Tre

Post by senseiwa »

Just miswrote... n-cells are n-dimensional cells, but we're in 3D.

Just substitute n-cell with:

polyhedral cells with N faces

So: not cubical cells, not simplicial cells...
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

are you asking if OpenSees can handle 'polyhedral cells with N faces' elements or are you asking if there are any existing elements in OpenSees that can be used to
create your model if your mesh generator outputs n-cells? .. if the question is the first then yes you can, if the second then no.
senseiwa
Posts: 8
Joined: Fri Nov 19, 2004 3:41 am
Location: Univ. Roma Tre

Post by senseiwa »

So I have to write everything on my own... starting from newElement probably...

Ok, thanks!
Post Reply