Finite Volume volume and surface field decomposer. More...
Classes | |
| class | fieldsCache |
| class | patchFieldDecomposer |
| Patch field decomposer class. More... | |
| class | processorSurfacePatchFieldDecomposer |
| Processor patch field decomposer class. Surface field is assumed. More... | |
| class | processorVolPatchFieldDecomposer |
| Processor patch field decomposer class. Maps either owner or. More... | |
Public Member Functions | |
| fvFieldDecomposer (const Foam::zero, const fvMesh &procMesh, const labelList &faceAddressing, const labelList &cellAddressing, const labelList &boundaryAddressing) | |
| Construct without mappers, added later with reset() More... | |
| fvFieldDecomposer (const fvMesh &completeMesh, const fvMesh &procMesh, const labelList &faceAddressing, const labelList &cellAddressing, const labelList &boundaryAddressing) | |
| Construct from components using information from the complete mesh. More... | |
| fvFieldDecomposer (const List< labelRange > &boundaryRanges, const labelUList &faceOwner, const labelUList &faceNeigbour, const fvMesh &procMesh, const labelList &faceAddressing, const labelList &cellAddressing, const labelList &boundaryAddressing) | |
| Construct from components without the complete mesh. More... | |
| ~fvFieldDecomposer ()=default | |
| Destructor. More... | |
| bool | empty () const |
| True if no mappers have been allocated. More... | |
| void | clear () |
| Remove all mappers. More... | |
| void | reset (const fvMesh &completeMesh) |
| Reset mappers using information from the complete mesh. More... | |
| void | reset (const List< labelRange > &boundaryRanges, const labelUList &faceOwner, const labelUList &faceNeigbour) |
| Reset mapper using information about the complete mesh. More... | |
| template<class Type > | |
| tmp< DimensionedField< Type, volMesh > > | decomposeField (const DimensionedField< Type, volMesh > &field) const |
| Decompose internal field. More... | |
| template<class Type > | |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | decomposeField (const GeometricField< Type, fvPatchField, volMesh > &field, const bool allowUnknownPatchFields=false) const |
| Decompose volume field. More... | |
| template<class Type > | |
| tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | decomposeField (const GeometricField< Type, fvsPatchField, surfaceMesh > &field) const |
| Decompose surface field. More... | |
| template<class GeoField > | |
| void | decomposeFields (const PtrList< GeoField > &fields) const |
| Decompose list of fields. More... | |
| template<class Type > | |
| Foam::tmp< Foam::DimensionedField< Type, Foam::volMesh > > | decomposeField (const DimensionedField< Type, volMesh > &field) const |
| template<class Type > | |
| Foam::tmp< Foam::GeometricField< Type, Foam::fvPatchField, Foam::volMesh > > | decomposeField (const GeometricField< Type, fvPatchField, volMesh > &field, const bool allowUnknownPatchFields) const |
| template<class Type > | |
| Foam::tmp< Foam::GeometricField< Type, Foam::fvsPatchField, Foam::surfaceMesh > > | decomposeField (const GeometricField< Type, fvsPatchField, surfaceMesh > &field) const |
Static Public Attributes | |
| static int | verbose_ = 1 |
| Output verbosity when writing. More... | |
Finite Volume volume and surface field decomposer.
Definition at line 54 of file fvFieldDecomposer.H.
| fvFieldDecomposer | ( | const Foam::zero | , |
| const fvMesh & | procMesh, | ||
| const labelList & | faceAddressing, | ||
| const labelList & | cellAddressing, | ||
| const labelList & | boundaryAddressing | ||
| ) |
Construct without mappers, added later with reset()
Definition at line 130 of file fvFieldDecomposer.C.
| fvFieldDecomposer | ( | const fvMesh & | completeMesh, |
| const fvMesh & | procMesh, | ||
| const labelList & | faceAddressing, | ||
| const labelList & | cellAddressing, | ||
| const labelList & | boundaryAddressing | ||
| ) |
Construct from components using information from the complete mesh.
Definition at line 151 of file fvFieldDecomposer.C.
| fvFieldDecomposer | ( | const List< labelRange > & | boundaryRanges, |
| const labelUList & | faceOwner, | ||
| const labelUList & | faceNeigbour, | ||
| const fvMesh & | procMesh, | ||
| const labelList & | faceAddressing, | ||
| const labelList & | cellAddressing, | ||
| const labelList & | boundaryAddressing | ||
| ) |
Construct from components without the complete mesh.
Definition at line 173 of file fvFieldDecomposer.C.
|
default |
Destructor.
| bool empty | ( | ) | const |
True if no mappers have been allocated.
Definition at line 199 of file fvFieldDecomposer.C.
| void clear | ( | ) |
Remove all mappers.
Definition at line 205 of file fvFieldDecomposer.C.
| void reset | ( | const fvMesh & | completeMesh | ) |
Reset mappers using information from the complete mesh.
Definition at line 290 of file fvFieldDecomposer.C.
References polyMesh::boundaryMesh(), clear(), forAll, fvPatch::patchSlice(), s, Foam::sign(), and polyBoundaryMesh::start().

| void reset | ( | const List< labelRange > & | boundaryRanges, |
| const labelUList & | faceOwner, | ||
| const labelUList & | faceNeigbour | ||
| ) |
Reset mapper using information about the complete mesh.
Definition at line 215 of file fvFieldDecomposer.C.
References clear(), forAll, fvPatch::patchSlice(), s, and Foam::sign().

| tmp<DimensionedField<Type, volMesh> > decomposeField | ( | const DimensionedField< Type, volMesh > & | field | ) | const |
Decompose internal field.
| tmp<GeometricField<Type, fvPatchField, volMesh> > decomposeField | ( | const GeometricField< Type, fvPatchField, volMesh > & | field, |
| const bool | allowUnknownPatchFields = false |
||
| ) | const |
Decompose volume field.
| tmp<GeometricField<Type, fvsPatchField, surfaceMesh> > decomposeField | ( | const GeometricField< Type, fvsPatchField, surfaceMesh > & | field | ) | const |
Decompose surface field.
| void decomposeFields | ( | const PtrList< GeoField > & | fields | ) | const |
Decompose list of fields.
Definition at line 363 of file fvFieldDecomposerTemplates.C.
References fields, fld, and Foam::vtk::write().
Referenced by fvFieldDecomposer::fieldsCache::privateCache::decompose().


| Foam::tmp<Foam::DimensionedField<Type, Foam::volMesh> > decomposeField | ( | const DimensionedField< Type, volMesh > & | field | ) | const |
Definition at line 36 of file fvFieldDecomposerTemplates.C.
References field(), and Foam::New().

| Foam::tmp<Foam::GeometricField<Type, Foam::fvPatchField, Foam::volMesh> > decomposeField | ( | const GeometricField< Type, fvPatchField, volMesh > & | field, |
| const bool | allowUnknownPatchFields | ||
| ) | const |
Definition at line 66 of file fvFieldDecomposerTemplates.C.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, field(), forAll, and tmp< T >::ref().

| Foam::tmp<Foam::GeometricField<Type, Foam::fvsPatchField, Foam::surfaceMesh> > decomposeField | ( | const GeometricField< Type, fvsPatchField, surfaceMesh > & | field | ) | const |
Definition at line 195 of file fvFieldDecomposerTemplates.C.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, field(), forAll, p, and tmp< T >::ref().

|
static |
Output verbosity when writing.
Definition at line 283 of file fvFieldDecomposer.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.