0

Using the command terminal, I try to access the blockMeshDict file from the docker. I access the cavity folder, constant folder, then polyMesh folder. I know the blockMeshDict file is supposed to be within the polyMesh folder, but when I enter 'ls' to view what the polyMesh folder contains, it shows files "points", "owner", "boundary", "faces" and "neighbor", as shown in the first screenshot I uploaded.

I then tried another path by first going into the tutorials folder, which is shown in the second screenshot I uploaded. From tutorials, I went to incompressible -> icoFoam -> cavity -> constant -> polyMesh. But the polyMesh folder only contained "TransportProperties" as shown in the screenshot.

In short, please help me find the blockMeshDict file. enter image description here

enter image description here

1 Answer 1

2

blockMeshDict moved to the system directory in V3.0 so you should find it in there.

You can also use the find command from within the case directory to locate "missing" files, something like this:

    find . -name blockMeshDict
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.