Finite Volume volume and surface field decomposer. More...
Classes | |
| 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 fvMesh &completeMesh, const fvMesh &procMesh, const labelList &faceAddressing, const labelList &cellAddressing, const labelList &boundaryAddressing) | |
| Construct from components. More... | |
| ~fvFieldDecomposer () | |
| Destructor. 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 |
| 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 |
Finite Volume volume and surface field decomposer.
Definition at line 53 of file fvFieldDecomposer.H.
| fvFieldDecomposer | ( | const fvMesh & | completeMesh, |
| const fvMesh & | procMesh, | ||
| const labelList & | faceAddressing, | ||
| const labelList & | cellAddressing, | ||
| const labelList & | boundaryAddressing | ||
| ) |
Construct from components.
Definition at line 116 of file fvFieldDecomposer.C.
References fvMesh::boundary(), forAll, and patchi.

| ~fvFieldDecomposer | ( | ) |
Destructor.
Definition at line 189 of file fvFieldDecomposer.C.
References forAll, and patchi.
Referenced by fvFieldDecomposer::processorSurfacePatchFieldDecomposer::weights().

| tmp<GeometricField<Type, fvPatchField, volMesh> > decomposeField | ( | const GeometricField< Type, fvPatchField, volMesh > & | field, |
| const bool | allowUnknownPatchFields = false |
||
| ) | const |
Decompose volume field.
Referenced by fvFieldDecomposer::decomposeField(), and fvFieldDecomposer::processorSurfacePatchFieldDecomposer::weights().

| tmp<GeometricField<Type, fvsPatchField, surfaceMesh> > decomposeField | ( | const GeometricField< Type, fvsPatchField, surfaceMesh > & | field | ) | const |
Decompose surface field.
| void decomposeFields | ( | const PtrList< GeoField > & | fields | ) | const |
Definition at line 322 of file fvFieldDecomposerDecomposeFields.C.
References forAll, and write().
Referenced by fvFieldDecomposer::decomposeField(), and fvFieldDecomposer::processorSurfacePatchFieldDecomposer::weights().


| Foam::tmp<Foam::GeometricField<Type, Foam::fvPatchField, Foam::volMesh> > decomposeField | ( | const GeometricField< Type, fvPatchField, volMesh > & | field, |
| const bool | allowUnknownPatchFields | ||
| ) | const |
Definition at line 38 of file fvFieldDecomposerDecomposeFields.C.
References Foam::abort(), GeometricField< Type, PatchField, GeoMesh >::boundaryField(), fvFieldDecomposer::decomposeField(), DimensionedField< Type, GeoMesh >::dimensions(), Foam::FatalError, FatalErrorInFunction, forAll, IOobject::name(), patchi, GeometricField< Type, PatchField, GeoMesh >::primitiveField(), GeometricField< Type, PatchField, GeoMesh >::ref(), and PtrList< T >::set().

| Foam::tmp<Foam::GeometricField<Type, Foam::fvsPatchField, Foam::surfaceMesh> > decomposeField | ( | const GeometricField< Type, fvsPatchField, surfaceMesh > & | field | ) | const |
Definition at line 165 of file fvFieldDecomposerDecomposeFields.C.
References Foam::abort(), GeometricField< Type, PatchField, GeoMesh >::boundaryField(), fvFieldDecomposer::decomposeFields(), DimensionedField< Type, GeoMesh >::dimensions(), Foam::FatalError, FatalErrorInFunction, forAll, DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), p, patchi, GeometricField< Type, PatchField, GeoMesh >::primitiveField(), GeometricField< Type, PatchField, GeoMesh >::ref(), and PtrList< T >::set().

1.8.11