Geometry for porous region

Hi @akosior,

you can pick arbitrary shapes now by creating a cellZone based on a solid during mesh generation. So the rough steps are:

  • Create an additional solid in your CAD model for whatever your porous zone will be
  • During mesh gen with the “Hex dominant parametric” mesh operation, add a surface refinement for that specific solid and set the “Create cellZone” option to “True”
  • This will generate a cell zone within the mesh that you can later use during the sim setup to assign your porous media to

Regarding different geometry primitives, I’ll check the workflow you described and get back to you asap.

David