createBlockMesh.H File Reference

Go to the source code of this file.

Functions

block b (cellShape(cellModel::HEX, identity(8)), pointField(boundBox(point::zero, L).hexCorners()), blockEdgeList(), blockFaceList(), N)
 
 forAll (boundaryDicts, patchi)
 

Variables

cellShapeList cellShapes
 
faceListList boundary
 
pointField points
 
Info<< "Creating cells"<< endl;cellShapes=b.shapes();Info<< "Creating boundary faces"<< endl;boundary.setSize(b.boundaryPatches().size());forAll(boundary, patchi) { faceList faces(b.boundaryPatches()[patchi].size());forAll(faces, facei) { faces[facei]=face(b.boundaryPatches()[patchi][facei]);} boundary[patchi].transfer(faces);} points.transfer(const_cast< pointField & >b.points()));}Info<< "Creating patch dictionaries"<< endl;wordList patchNames(boundary.size());forAll(patchNames, patchi){ patchNames[patchi]=polyPatch::defaultName(patchi);}PtrList< dictionary > boundaryDicts (boundary.size())
 

Function Documentation

◆ b()

block b ( cellShape(cellModel::HEX, identity(8))  ,
pointField(boundBox(point::zero, L).hexCorners())  ,
blockEdgeList()  ,
blockFaceList()  ,
N   
)

◆ forAll()

forAll ( boundaryDicts  ,
patchi   
)

Definition at line 43 of file createBlockMesh.H.

References boundaryDicts, and dictionary.

Variable Documentation

◆ cellShapes

cellShapeList cellShapes

◆ boundary

◆ points

pointField points

Definition at line 3 of file createBlockMesh.H.

◆ boundaryDicts

Info<< "Creating cells" << endl; cellShapes = b.shapes(); Info<< "Creating boundary faces" << endl; boundary.setSize(b.boundaryPatches().size()); forAll(boundary, patchi) { faceList faces(b.boundaryPatches()[patchi].size()); forAll(faces, facei) { faces[facei] = face(b.boundaryPatches()[patchi][facei]); } boundary[patchi].transfer(faces); } points.transfer(const_cast<pointField&>b.points()));}Info<< "Creating patch dictionaries" << endl;wordList patchNames(boundary.size());forAll(patchNames, patchi){ patchNames[patchi] = polyPatch::defaultName(patchi);}PtrList<dictionary> boundaryDicts(boundary.size())

Definition at line 42 of file createBlockMesh.H.

Referenced by forAll(), and voxelMeshSearch::makeMesh().