49#ifndef Foam_springRenumber_H
50#define Foam_springRenumber_H
73 const scalar freezeFraction_;
83 template<
class ConnectionListListType>
86 const ConnectionListListType& cellCellAddressing
90 springRenumber(
const springRenumber&) =
delete;
93 void operator=(
const springRenumber&) =
delete;
A packed storage of objects of type <T> using an offset table for access.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh consisting of general polyhedral cells.
renumberMethod()
Default construct.
TypeName("spring")
Runtime type information.
virtual ~springRenumber()=default
Destructor.
virtual labelList renumber(const polyMesh &mesh) const
Return the cell visit order (from ordered back to original cell id) using the mesh to determine the c...
List< labelList > labelListList
List of labelList.
List< label > labelList
A List of labels.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.