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)
 
 forAll (boundaryDicts, patchi)
 

Variables

const cellModel & hex = cellModel::ref(cellModel::HEX)
 
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(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   
)

◆ forAll()

forAll ( boundaryDicts  ,
patchi   
)

Definition at line 57 of file createBlockMesh.H.

References boundaryDicts.

Variable Documentation

◆ hex

const cellModel& hex = cellModel::ref(cellModel::HEX)

Definition at line 1 of file createBlockMesh.H.

Referenced by PDRblock::blockMeshDict(), Foam::dec(), Foam::hex(), Foam::name(), and Foam::oct().

◆ cellShapes

cellShapeList cellShapes

◆ boundary

◆ points

pointField points

Definition at line 5 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 56 of file createBlockMesh.H.

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