CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Programming & Development (https://www.cfd-online.com/Forums/openfoam-programming-development/)
-   -   Implementation of a coupled boundary condition crashes (https://www.cfd-online.com/Forums/openfoam-programming-development/175688-implementation-coupled-boundary-condition-crashes.html)

koala August 3, 2016 07:30

Implementation of a coupled boundary condition crashes
 
Hey,

First my case:
I have a multi region mesh which consists of, let's say, the regions A, B and C where different equations are solved. And I want to couple the regions A and B because there are similar equations solved. I'm using a multi physics solver like chtMultiRegionSimpleFoam.

I want to modify an already existing boundary condition ("compressible::turbulentTemperatureCoupledBaffleM ixed") from the chtMultiRegionSimpleFoam solver. When I test my modified BC the solver crashes with the message:

Quote:

--> FOAM FATAL ERROR:

request for polyMesh B from objectRegistry TESTCASE failed
available objects of type polyMesh are

1
(
region0
)
It seems that he can't find the polyMesh B which is created during the meshing procedure. I also used the search function and found similar problems but either the author found a solution and didn't post it or the problem was ignored because it was posted in an other thread.

Thanks in advance for your help!

Edit: the error message occurs when the coupling boundary condition for region A is called.


All times are GMT -4. The time now is 13:34.