createBlockMesh.H File Reference

Go to the source code of this file.

Functions

block b (cellShape(hex, identity(8)), pointField({ point(0, 0, 0), point(L.x(), 0, 0), point(L.x(), L.y(), 0), point(0, L.y(), 0), point(0, 0, L.z()), point(L.x(), 0, L.z()), point(L.x(), L.y(), L.z()), point(0, L.y(), L.z()) }), blockEdgeList(), blockFaceList(), N)
 
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())
 
 forAll (boundaryDicts, patchi)
 

Variables

const cellModel & hex = cellModel::ref(cellModel::HEX)
 
cellShapeList cellShapes
 
faceListList boundary
 
pointField points
 

Function Documentation

◆ b()

block b ( cellShape(hex, identity(8))  ,
pointField({ point(0, 0, 0), point(L.x(), 0, 0), point(L.x(), L.y(), 0), point(0, L.y(), 0), point(0, 0, L.z()), point(L.x(), 0, L.z()), point(L.x(), L.y(), L.z()), point(0, L.y(), L.z()) })  ,
blockEdgeList()  ,
blockFaceList()  ,
N   
)

References L.

◆ 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())

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

Here is the caller graph for this function:

◆ forAll()

forAll ( boundaryDicts  ,
patchi   
)

Definition at line 57 of file createBlockMesh.H.

References boundaryDicts().

Here is the call graph for this function:

Variable Documentation

◆ hex

◆ cellShapes

cellShapeList cellShapes

◆ boundary

◆ points

pointField points

Definition at line 5 of file createBlockMesh.H.