MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / createPatches

Function createPatches

src/mesh/blockMesh/blockMesh/blockMeshCreate.C:250–257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248
249
250void Foam::blockMesh::createPatches() const
251{
252 const polyPatchList& topoPatches = topology().boundaryMesh();
253
254 if (verboseOutput)
255 {
256 Info<< "Creating patches" << endl;
257 }
258
259 patches_.setSize(topoPatches.size());
260

Callers 1

blockMesh.CFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected