kth wrote
First case (un-joined_overlapping_external) two geometries that overlap each other, and without merging them (copy/subtract). They are perfectly decomposed into subdomains during meshing, also Equation gives option to define objects individually, also Boundary can be set without any interior boundaries.
This is exactly what i try to do with a second case (un-joined_overlapping_internal), where the one geometry is completely overlapping the other, as discussed above with the New_Toy_Coil.step. I dont understand how, but i mess it up and the same error keep coming: Only the outer domain is meshed, (in the Equation are available to define but Boundary of the inner geometry have become interior which is not allowing eventually to have a heat flux from the inner domain. (such as a circuit that produced heat losses based on a load profile/ heat-source and the outer domain represents the convection air (free and forced convection) - It is similar to the heat exchanger tutorial example (
https://www.featool.com/doc/multiphysics_00_heat_exchanger1) but for 3D.
How can we have the same behavior of case 1, for a complete interior geometry as in case 2?
Firstly, please create a new thread/question if your problem is not directly related to an existing thread (this was regarding Gmsh import, while you have difficulties with CAD geometry import).
Secondly, there was a slight fix to v1.12 to address one issue with Gmsh grid generation that affected on of your cases, please upgrade again to v1.12 Build 20.04.113.
Thirdly, I think you have things mixed up. The interior geometry case was working as expected, while the exerior one was not. You can not have disconnected interior boundaries (boundaries which share two subdomains should always be connected, but you can still prescribe internal boundary conditions on them using the corresponding check box in the Boundary Settings dialog box).