Public Member Functions | |
| ClassName ("snappyRefineDriver") | |
| Runtime type information. More... | |
| snappyRefineDriver (meshRefinement &meshRefiner, decompositionMethod &decomposer, fvMeshDistribute &distributor, const labelList &globalToMasterPatch, const labelList &globalToSlavePatch) | |
| Construct from components. More... | |
| void | doRefine (const dictionary &refineDict, const refinementParameters &refineParams, const snapParameters &snapParams, const bool prepareForSnapping, const dictionary &motionDict) |
| Do all the refinement. More... | |
Definition at line 55 of file snappyRefineDriver.H.
| snappyRefineDriver | ( | meshRefinement & | meshRefiner, |
| decompositionMethod & | decomposer, | ||
| fvMeshDistribute & | distributor, | ||
| const labelList & | globalToMasterPatch, | ||
| const labelList & | globalToSlavePatch | ||
| ) |
Construct from components.
Definition at line 55 of file snappyRefineDriver.C.
References refinementParameters::allowFreeStandingZoneFaces(), polyMesh::boundaryMesh(), Foam::constant::universal::c, cells, primitiveMesh::cells(), meshRefinement::checkCoupledFaceZones(), HashTable< T, Key, Hash >::clear(), Foam::cos(), cpuTime::cpuTimeIncrement(), refinementParameters::curvature(), Foam::degToRad(), snappyRefineDriver::doRefine(), Foam::endl(), polyMesh::faceNeighbour(), polyMesh::faceOwner(), localPointRegion::findDuplicateFacePairs(), Foam::findIndices(), UILList< LListBase, T >::first(), forAll, surfaceZonesInfo::getNamedSurfaces(), polyMesh::globalData(), Foam::Info, IOobject::instance(), refinementParameters::keepPoints(), Foam::max(), refinementParameters::maxGlobalCells(), refinementParameters::maxLoadUnbalance(), refinementParameters::maxLocalCells(), mesh, meshRefinement::MESH, refinementParameters::minRefineCells(), n, Foam::name(), refinementParameters::nBufferLayers(), primitiveMesh::nCells(), primitiveMesh::nFaces(), primitiveMesh::nInternalFaces(), Foam::nl, globalMeshData::nTotalCells(), patchi, polyBoundaryMesh::patchID(), Time::path(), refinementParameters::planarAngle(), Foam::Pout, Foam::reduce(), meshRefinement::REMOVE, Foam::returnReduce(), List< T >::setSize(), List< T >::size(), syncTools::swapBoundaryCellList(), fvMesh::time(), List< T >::transfer(), refinementParameters::useTopologicalSnapDetection(), Ostream::write(), regIOobject::write(), meshRefinement::writeLevel(), and meshRefinement::WRITEMESH.

| ClassName | ( | "snappyRefineDriver" | ) |
Runtime type information.
| void doRefine | ( | const dictionary & | refineDict, |
| const refinementParameters & | refineParams, | ||
| const snapParameters & | snapParams, | ||
| const bool | prepareForSnapping, | ||
| const dictionary & | motionDict | ||
| ) |
Do all the refinement.
Definition at line 1132 of file snappyRefineDriver.C.
References Foam::endl(), refinementParameters::findCells(), Foam::Info, mesh, primitiveMesh::nCells(), Foam::nl, and UPstream::parRun().
Referenced by snappyRefineDriver::snappyRefineDriver().


1.8.11