Finite Volume volume and surface field decomposer. More...
Classes | |
class | patchFieldDecomposer |
class | processorSurfacePatchFieldDecomposer |
class | processorVolPatchFieldDecomposer |
Public Member Functions | |
fvFieldDecomposer (const fvFieldDecomposer &)=delete | |
void | operator= (const fvFieldDecomposer &)=delete |
fvFieldDecomposer (const Foam::zero, const fvMesh &procMesh, const labelList &faceAddressing, const labelList &cellAddressing, const labelList &boundaryAddressing) | |
fvFieldDecomposer (const fvMesh &completeMesh, const fvMesh &procMesh, const labelList &faceAddressing, const labelList &cellAddressing, const labelList &boundaryAddressing) | |
fvFieldDecomposer (const List< labelRange > &boundaryRanges, const labelUList &faceOwner, const labelUList &faceNeigbour, const fvMesh &procMesh, const labelList &faceAddressing, const labelList &cellAddressing, const labelList &boundaryAddressing) | |
~fvFieldDecomposer ()=default | |
bool | empty () const |
void | clear () |
void | reset (const fvMesh &completeMesh) |
void | reset (const List< labelRange > &boundaryRanges, const labelUList &faceOwner, const labelUList &faceNeigbour) |
template<class Type > | |
tmp< DimensionedField< Type, volMesh > > | decomposeField (const DimensionedField< Type, volMesh > &field) const |
template<class Type > | |
tmp< GeometricField< Type, fvPatchField, volMesh > > | decomposeField (const GeometricField< Type, fvPatchField, volMesh > &field, const bool allowUnknownPatchFields=false) const |
template<class Type > | |
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | decomposeField (const GeometricField< Type, fvsPatchField, surfaceMesh > &field) const |
template<class GeoField > | |
void | decomposeFields (const PtrList< GeoField > &fields) const |
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 |
Finite Volume volume and surface field decomposer.
Definition at line 50 of file fvFieldDecomposer.H.
|
delete |
fvFieldDecomposer | ( | const Foam::zero | , |
const fvMesh & | procMesh, | ||
const labelList & | faceAddressing, | ||
const labelList & | cellAddressing, | ||
const labelList & | boundaryAddressing | ||
) |
Definition at line 125 of file fvFieldDecomposer.C.
fvFieldDecomposer | ( | const fvMesh & | completeMesh, |
const fvMesh & | procMesh, | ||
const labelList & | faceAddressing, | ||
const labelList & | cellAddressing, | ||
const labelList & | boundaryAddressing | ||
) |
Definition at line 146 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 | ||
) |
Definition at line 168 of file fvFieldDecomposer.C.
|
default |
|
delete |
bool empty | ( | ) | const |
Definition at line 194 of file fvFieldDecomposer.C.
void clear | ( | ) |
Definition at line 200 of file fvFieldDecomposer.C.
void reset | ( | const fvMesh & | completeMesh | ) |
Definition at line 285 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 | ||
) |
Definition at line 210 of file fvFieldDecomposer.C.
References clear(), forAll, fvPatch::patchSlice(), s, and Foam::sign().
tmp<DimensionedField<Type, volMesh> > decomposeField | ( | const DimensionedField< Type, volMesh > & | field | ) | const |
tmp<GeometricField<Type, fvPatchField, volMesh> > decomposeField | ( | const GeometricField< Type, fvPatchField, volMesh > & | field, |
const bool | allowUnknownPatchFields = false |
||
) | const |
tmp<GeometricField<Type, fvsPatchField, surfaceMesh> > decomposeField | ( | const GeometricField< Type, fvsPatchField, surfaceMesh > & | field | ) | const |
void decomposeFields | ( | const PtrList< GeoField > & | fields | ) | const |
Definition at line 361 of file fvFieldDecomposerFields.C.
References fields, fld, and Foam::vtk::write().
Foam::tmp<Foam::DimensionedField<Type, Foam::volMesh> > decomposeField | ( | const DimensionedField< Type, volMesh > & | field | ) | const |
Definition at line 34 of file fvFieldDecomposerFields.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 64 of file fvFieldDecomposerFields.C.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, field(), forAll, tmp::ref(), and PtrList::set().
Foam::tmp<Foam::GeometricField<Type, Foam::fvsPatchField, Foam::surfaceMesh> > decomposeField | ( | const GeometricField< Type, fvsPatchField, surfaceMesh > & | field | ) | const |
Definition at line 193 of file fvFieldDecomposerFields.C.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, field(), forAll, p, tmp::ref(), and PtrList::set().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.