CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   blockMeshDict setting "rest of the faces" to a boundary (https://www.cfd-online.com/Forums/openfoam-solving/227914-blockmeshdict-setting-rest-faces-boundary.html)

haze_1986 June 14, 2020 09:43

blockMeshDict setting "rest of the faces" to a boundary
 
Hi all,

Lets say we have about thousands of vertices that have already been specified, when setting the boundaries can we define the vertices to five out of a total of six boundaries, and set the rest of the points onto the last boundary name? I realise if I try to do this:

Code:

sixthBoundary
    {
        type wall;
        faces ();
    }

I get

Code:

    Found 56 undefined faces in mesh; adding to default patch defaultFaces
Would I be able to link the name sixthBoundary to defaultFaces?


All times are GMT -4. The time now is 16:48.