Analyse shell with hollow edge beam

Hi everyone,

I know solid inside a solid is not really what rhino likes.
But how would I analyze a hollow edge beam of a shell in Karamba?
The part in red is hollow, a pocket so to speak:


The shell has a variable heigth, which I am taking in account like this:

Thanks for helpig me!

Best,
Baris

It is a bit unclear what you want to analyse from your screenshots. Do you have a a model that shows the structure you want to analyse?

Hi Matthew,
thanks for your answer!

Of course:
250327_ShellWithHollowEdgebeam.gh (257.9 KB)

Best,
Baris

Now i understand, i think there are two strategies you can use:

  1. simply split your original surface at the “hollow” part into 2, and apply a second material thickness - this is a simplified method2
  2. another is to model both surfaces and connect them with dummy elements as such Shells with two layer - Grasshopper / Karamba3D - McNeel Forum

Hi Matthew,

thanks for the answer!
Do I understand right?
Since I calculate the thickness from the shell projecting points on the mesh,I could substract the hollow distance from the material thickness in this parts?

Thanks and best,

Baris

Hi Baris, yes that is one method.

1 Like

Thanks @matttam !
Maybe at some point it may get someone started, here is how I implemented Methode 1:


250328_Methode1.gh (46.9 KB)