Finite Area area and edge fields reconstruction. More...
Classes | |
| class | faPatchFieldReconstructor |
Public Member Functions | |
| faFieldReconstructor (const faFieldReconstructor &)=delete | |
| No copy construct. More... | |
| void | operator= (const faFieldReconstructor &)=delete |
| No copy assignment. More... | |
| faFieldReconstructor (const faMesh &mesh, const UPtrList< faMesh > &procMeshes, const UPtrList< labelIOList > &edgeProcAddressing, const UPtrList< labelIOList > &faceProcAddressing, const UPtrList< labelIOList > &boundaryProcAddressing) | |
| Construct from components. More... | |
| label | nReconstructed () const noexcept |
| Return number of fields reconstructed. More... | |
| template<class Type > | |
| tmp< GeometricField< Type, faPatchField, areaMesh > > | reconstructField (const IOobject &fieldObject, const UPtrList< GeometricField< Type, faPatchField, areaMesh >> &) const |
| Reconstruct area field. More... | |
| template<class Type > | |
| tmp< GeometricField< Type, faPatchField, areaMesh > > | reconstructAreaField (const IOobject &fieldObject) |
| Read and reconstruct area field. More... | |
| template<class Type > | |
| tmp< GeometricField< Type, faePatchField, edgeMesh > > | reconstructField (const IOobject &fieldObject, const UPtrList< GeometricField< Type, faePatchField, edgeMesh >> &) const |
| Reconstruct edge field. More... | |
| template<class Type > | |
| tmp< GeometricField< Type, faePatchField, edgeMesh > > | reconstructEdgeField (const IOobject &fieldObject) |
| Read and reconstruct edge field. More... | |
| template<class Type > | |
| label | reconstructAreaFields (const UPtrList< const IOobject > &fieldObjects) |
| Read, reconstruct and write specified area fields. More... | |
| template<class Type > | |
| label | reconstructEdgeFields (const UPtrList< const IOobject > &fieldObjects) |
| Read, reconstruct and write specified edge fields. More... | |
| template<class Type > | |
| label | reconstructAreaFields (const IOobjectList &objects, const wordRes &selectedFields=wordRes()) |
| Read, reconstruct and write all/selected area fields. More... | |
| template<class Type > | |
| label | reconstructEdgeFields (const IOobjectList &objects, const wordRes &selectedFields=wordRes()) |
| Read, reconstruct and write all/selected edge fields. More... | |
| label | reconstructAllFields (const IOobjectList &objects, const wordRes &selectedFields=wordRes()) |
| Reconstruct all supported area/edge field types. More... | |
Static Public Attributes | |
| static int | verbose_ |
| Output verbosity when writing. More... | |
Finite Area area and edge fields reconstruction.
Author Zeljko Tukovic, FSB Zagreb Hrvoje Jasak, Wikki Ltd.
Definition at line 56 of file faFieldReconstructor.H.
|
delete |
No copy construct.
| faFieldReconstructor | ( | const faMesh & | mesh, |
| const UPtrList< faMesh > & | procMeshes, | ||
| const UPtrList< labelIOList > & | edgeProcAddressing, | ||
| const UPtrList< labelIOList > & | faceProcAddressing, | ||
| const UPtrList< labelIOList > & | boundaryProcAddressing | ||
| ) |
Construct from components.
|
delete |
No copy assignment.
|
inlinenoexcept |
Return number of fields reconstructed.
Definition at line 196 of file faFieldReconstructor.H.
| tmp<GeometricField<Type, faPatchField, areaMesh> > reconstructField | ( | const IOobject & | fieldObject, |
| const UPtrList< GeometricField< Type, faPatchField, areaMesh >> & | |||
| ) | const |
Reconstruct area field.
| tmp<GeometricField<Type, faPatchField, areaMesh> > reconstructAreaField | ( | const IOobject & | fieldObject | ) |
Read and reconstruct area field.
| tmp<GeometricField<Type, faePatchField, edgeMesh> > reconstructField | ( | const IOobject & | fieldObject, |
| const UPtrList< GeometricField< Type, faePatchField, edgeMesh >> & | |||
| ) | const |
Reconstruct edge field.
| tmp<GeometricField<Type, faePatchField, edgeMesh> > reconstructEdgeField | ( | const IOobject & | fieldObject | ) |
Read and reconstruct edge field.
Read, reconstruct and write specified area fields.
Read, reconstruct and write specified edge fields.
| label reconstructAreaFields | ( | const IOobjectList & | objects, |
| const wordRes & | selectedFields = wordRes() |
||
| ) |
Read, reconstruct and write all/selected area fields.
An empty wordRes corresponds to select ALL.
| label reconstructEdgeFields | ( | const IOobjectList & | objects, |
| const wordRes & | selectedFields = wordRes() |
||
| ) |
Read, reconstruct and write all/selected edge fields.
An empty wordRes corresponds to select ALL.
| label reconstructAllFields | ( | const IOobjectList & | objects, |
| const wordRes & | selectedFields = wordRes() |
||
| ) |
Reconstruct all supported area/edge field types.
|
static |
Output verbosity when writing.
Definition at line 160 of file faFieldReconstructor.H.