CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Meshing & Mesh Conversion (https://www.cfd-online.com/Forums/openfoam-meshing/)
-   -   [mesh manipulation] insideCells (https://www.cfd-online.com/Forums/openfoam-meshing/97919-insidecells.html)

Toorop February 28, 2012 09:31

insideCells
 
1 Attachment(s)
Hi,

I would like to delete the cells which reside inside of a geometry from my initial mesh. My cut-off geometry is an axis aligned box so the exact same thing can be achieved with setSet (delete boxToCell) but it would be nice to get this sorted out since insideCells supports a wide range of surface types.

blockMesh - brick domain, nothing special
initial obj file - box with pivot (0 0 0), side length 1
surfaceTransformPoints - scaling and positioning the geometry I want to delete from the mesh
insideCells - separating cells

the error message I get:
Code:

--> FOAM FATAL ERROR:
Cannot find file "" in directory "polyMesh/sets" in times 0 down to constant

    From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&)
    in file db/Time/findInstance.C at line 140.

FOAM exiting

I checked my geometry and mesh in paraview, and everything seems to be fine.

Anyone with some experience on the issue? Thanks

alirezaj November 1, 2012 11:10

I get the the same error. could you find out what the problem is?

Prosper March 13, 2014 13:59

Quote:

Originally Posted by alirezaj (Post 389705)
I get the the same error. could you find out what the problem is?

Hi All,

I need help with this problem. When I run
Code:

refineMesh -dict
I got
Code:

--> FOAM FATAL ERROR:
Cannot find file "" in directory "polyMesh/sets" in times 0 down to constant

    From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&)
    in file db/Time/findInstance.C at line 140.

FOAM exiting

What seems to be the problem?

Thanks!

Best,


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