🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Unable to do tetrahedral mesh for combined sphere

User: "Hamsalekha"
Altair Community Member
Updated by Hamsalekha

Hi,

I constructed a combination of two sphere. Initially, I faced some difficulty to combine two sphere using union but eventually I manage to do it by splitting it. 

In the first step, I initialized two spheres separately. I just combined them by changing the coordinates of the two spheres. 

image.png.0b58a6e36859f4e5e6b27cbc95e249a5.png

Then, I used split command for both of the spheres and use union to combine all the spheres.

  

<?xml version="1.0" encoding="UTF-8"?>image.png

 

 

After the split and union process, I set the region for both sphere as dielectric medium and set for FEM computation. However, when I wanted to create mesh, there were both triangular and tetrahedral mesh though I wanted only tetrahedral mesh. 

I also received the error message as shown below. 

image.png.e7ac56c5cb8a2bc686cff253bc96125e.png

 

Please help as I am not which part I have done error. I am not whether the error occur at the split, union process or in the initialization of the dielectric medium for the spherical region.

 

Thank you

 

 

 

 

 

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "Mel"
    Altair Employee
    Updated by Mel

    From your image your still have two parts that touch, Union1 and Union2.

    They still have to be Unioned. The model construction can be anything, as long as everything that touches belong the same part.

    User: "Hamsalekha"
    Altair Community Member
    OP
    Updated by Hamsalekha

    Thanks for your reply. 

    After I constructed two combined sphere by changing the coordinate, I can't click the Union option. Now, after reading your reply stating as long as everything that touches belong the same part, I just combined two spheres and didn't modify anything since the two spheres are touching each other.  However, when I meshed them and tried to run the simulation, I receive this error: 

    <?xml version="1.0" encoding="UTF-8"?>image.thumb.png.de00cdb1378a5c189a8083b8b5d78c50.png

    User: "Mel"
    Altair Employee
    Updated by Mel

    Sphere1 and Sphere2 touch but the mesher does not 'know' this. The two spheres should be in a Union before meshing.

    The GetStarted guide and the Example guide in the help folder of your Feko installation have many examples on basic geometry construction and the Union operation.