Clear Filters
Clear Filters

Modelling for a 3D body with two geometries and two materials different for a steady state heat transfer FEM problem.

2 views (last 30 days)
Hi. I'm studying a steady state heat transfer FEM problem for a 3D body built with two geometries and two materials different. I'd like to know if is possible to create above 3D model by union of a cube ( of wood material ) with a hollow cylinder ( of steel material ): you can immagine that the center of gravity of cube coincides with the center of gravity of hollow cylinder. Thanks.
  2 Comments
Amal George M
Amal George M on 3 Sep 2018
Hi Simone,
The required geometry can be created using ' geometryFromMesh ' or the same can be imported from a 'STL' file. Each geometry has to be specified as a separate cell. Thermal properties of each geometry can be assigned to the corresponding cell. Here is an example involving heat transfer in multiple spheres.
Simone Galante
Simone Galante on 4 Sep 2018
Hi George, Thank you for your suggestions. I tried more times to import a .stl file for a simple 3d model built by two continues boxes having one face and four edges common, but when I launch the importGeometry(thermalmodel,'file.stl') command, I get the following message: "Error using pde.DiscreteGeometry Failed to create geometry. The stl file is invalid, more than two facets share an edge." It would seem to be not possible to have two or more edge common.

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!