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/)
-   -   [blockMesh] blockMesh code algorithm (https://www.cfd-online.com/Forums/openfoam-meshing/84399-blockmesh-code-algorithm.html)

j-avdeev January 28, 2011 01:07

blockMesh code algorithm
 
Hi, foamers.
I want to understand how blockMesh makes mesh from blockMeshDict file.

Is it possible to make mesh with automatically scale shoosing?
As I saw in UserGuide we can write amount of cells by hands.

For example (as written in OpenFoam's UserGuide):
Code:

blocks
(
hex (0 1 2 3 4 5 6 7)
(10 10 10) // numbers of cells in each direction
simpleGrading (1 2 3)
);

But is exists another ways of defining necessary cell amount?

I am beginner in OpenFOAM and will appreciate to get any help.

Thanks.


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