|
Public Member Functions |
| fvMeshSubset (const IOobject &io) |
| Construct given a mesh and the map of cells to subset.
|
| ~fvMeshSubset () |
void | setCellSubset (const labelHashSet &globalCellMap, const label patchID=-1) |
| Set the subset. Create "oldInternalFaces" patch for exposed.
|
void | setLargeCellSubset (const labelList ®ion, const label currentRegion, const label patchID=-1) |
| Set the subset from all cells with region == currentRegion.
|
void | setLargeCellSubset (const labelHashSet &globalCellMap, const label patchID=-1) |
| setLargeCellSubset but with labelHashSet.
|
const fvMesh & | subMesh () const |
| Return reference to subset mesh.
|
const labelList & | pointMap () const |
| Return point map.
|
const labelList & | faceMap () const |
| Return face map.
|
const labelList & | cellMap () const |
| Return cell map.
|
const labelList & | patchMap () const |
| Return patch map.
|
template<class Type> |
tmp< GeometricField< Type,
fvPatchField, volMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &) const |
| Map volume field.
|
template<class Type> |
tmp< GeometricField< Type,
fvPatchField, surfaceMesh > > | interpolate (const GeometricField< Type, fvPatchField, surfaceMesh > &) const |
| Map surface field.
|