pointFieldReconstructor Class Reference

Point field reconstructor. More...

Public Member Functions

 pointFieldReconstructor (const pointMesh &mesh, const PtrList< fvMesh > &procMeshes, const labelListList &pointProcAddressing)
 Construct from components. More...
 
 pointFieldReconstructor (const pointFieldReconstructor &)=delete
 Disallow default bitwise copy construction. More...
 
template<class Type >
tmp< PointField< Type > > reconstructField (const IOobject &fieldIoObject)
 Read and reconstruct a field. More...
 
template<class Type >
void reconstructFields (const IOobjectList &objects, const HashSet< word > &selectedFields)
 Read, reconstruct and write all/selected point fields. More...
 
void operator= (const pointFieldReconstructor &)=delete
 Disallow default bitwise assignment. More...
 
template<class Type >
Foam::tmp< Foam::PointField< Type > > reconstructField (const IOobject &fieldIoObject)
 

Static Public Member Functions

static bool reconstructs (const IOobjectList &objects, const HashSet< word > &selectedFields)
 Return whether anything in the object list gets reconstructed. More...
 

Detailed Description

Constructor & Destructor Documentation

◆ pointFieldReconstructor() [1/2]

pointFieldReconstructor ( const pointMesh mesh,
const PtrList< fvMesh > &  procMeshes,
const labelListList pointProcAddressing 
)

◆ pointFieldReconstructor() [2/2]

Disallow default bitwise copy construction.

Member Function Documentation

◆ reconstructs()

bool reconstructs ( const IOobjectList objects,
const HashSet< word > &  selectedFields 
)
static

Return whether anything in the object list gets reconstructed.

Definition at line 95 of file pointFieldReconstructor.C.

References DO_POINT_FIELDS_TYPE, and Foam::FOR_ALL_FIELD_TYPES().

Here is the call graph for this function:

◆ reconstructField() [1/2]

tmp<PointField<Type> > reconstructField ( const IOobject fieldIoObject)

Read and reconstruct a field.

◆ reconstructFields()

void reconstructFields ( const IOobjectList objects,
const HashSet< word > &  selectedFields 
)

Read, reconstruct and write all/selected point fields.

Definition at line 172 of file pointFieldReconstructorTemplates.C.

References Foam::endl(), fields, forAllConstIter, HashTable< T, Key, Hash >::found(), Foam::Info, Foam::name(), Foam::nl, objects, HashTable< T, Key, Hash >::size(), and Foam::vtkWriteOps::write().

Here is the call graph for this function:

◆ operator=()

void operator= ( const pointFieldReconstructor )
delete

Disallow default bitwise assignment.

◆ reconstructField() [2/2]


The documentation for this class was generated from the following files: