Use spring analogy - attract neighbouring cells according to the distance of their cell indices. More...
Public Member Functions | |
TypeName ("spring") | |
Runtime type information. More... | |
springRenumber (const dictionary &renumberDict) | |
Construct given the renumber dictionary. More... | |
virtual | ~springRenumber () |
Destructor. More... | |
virtual labelList | renumber (const pointField &) const |
Return the order in which cells need to be visited, i.e. More... | |
virtual labelList | renumber (const polyMesh &mesh, const pointField &cc) const |
Return the order in which cells need to be visited, i.e. More... | |
virtual labelList | renumber (const labelListList &cellCells, const pointField &cc) const |
Return the order in which cells need to be visited, i.e. More... | |
![]() | |
TypeName ("renumberMethod") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, renumberMethod, dictionary,(const dictionary &renumberDict),(renumberDict)) | |
renumberMethod (const dictionary &renumberDict) | |
Construct given the renumber dictionary. More... | |
virtual | ~renumberMethod () |
Destructor. More... | |
virtual labelList | renumber (const labelList &cellCells, const labelList &offsets, const pointField &) const |
Return the order in which cells need to be visited, i.e. More... | |
virtual labelList | renumber (const polyMesh &mesh, const labelList &cellToRegion, const pointField ®ionPoints) const |
Return the order in which cells need to be visited, i.e. More... | |
Private Member Functions | |
void | operator= (const springRenumber &) |
Disallow default bitwise copy construct and assignment. More... | |
springRenumber (const springRenumber &) | |
Private Attributes | |
const dictionary & | dict_ |
const scalar | maxCo_ |
const label | maxIter_ |
const scalar | freezeFraction_ |
Additional Inherited Members | |
![]() | |
static autoPtr< renumberMethod > | New (const dictionary &renumberDict) |
Return a reference to the selected renumbering method. More... | |
![]() | |
const dictionary & | renumberDict_ |
Use spring analogy - attract neighbouring cells according to the distance of their cell indices.
Maximum jump of cell indices. Is fraction of number of cells maxCo 0.1;
Limit the amount of movement; the fraction maxCo gets decreased with every iteration. freezeFraction 0.9;
Maximum number of iterations maxIter 1000;
Definition at line 57 of file springRenumber.H.
|
private |
springRenumber | ( | const dictionary & | renumberDict | ) |
Construct given the renumber dictionary.
Definition at line 47 of file springRenumber.C.
|
inlinevirtual |
Destructor.
Definition at line 91 of file springRenumber.H.
|
private |
Disallow default bitwise copy construct and assignment.
TypeName | ( | "spring" | ) |
Runtime type information.
|
inlinevirtual |
Return the order in which cells need to be visited, i.e.
from ordered back to original cell label. This is only defined for geometric renumberMethods.
Reimplemented from renumberMethod.
Definition at line 100 of file springRenumber.H.
|
virtual |
Return the order in which cells need to be visited, i.e.
from ordered back to original cell label. Use the mesh connectivity (if needed)
Reimplemented from renumberMethod.
Definition at line 60 of file springRenumber.C.
References decompositionMethod::calcCellCells(), Foam::identity(), mesh, primitiveMesh::nCells(), points, and Foam::renumber().
|
virtual |
Return the order in which cells need to be visited, i.e.
from ordered back to original cell label. The connectivity is equal to mesh.cellCells() except
Implements renumberMethod.
Definition at line 80 of file springRenumber.C.
References Foam::average(), Foam::endl(), forAll, Foam::identity(), Foam::Info, Foam::inplaceReorder(), Foam::invert(), Foam::mag(), Foam::max(), maxCo, Foam::min(), Foam::shuffle(), List::size(), and Foam::sortedOrder().
|
private |
Definition at line 63 of file springRenumber.H.
|
private |
Definition at line 65 of file springRenumber.H.
|
private |
Definition at line 67 of file springRenumber.H.
|
private |
Definition at line 69 of file springRenumber.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.