fvFieldReconstructor Class Reference

Finite volume reconstructor for volume and surface fields. More...

Public Member Functions

 fvFieldReconstructor (const fvMesh &mesh, const PtrList< fvMesh > &procMeshes, const labelListList &faceProcAddressing, const labelListList &cellProcAddressing, const PtrList< surfaceLabelField::Boundary > &faceProcAddressingBf)
 Construct from components. More...
 
 fvFieldReconstructor (const fvFieldReconstructor &)=delete
 Disallow default bitwise copy construction. More...
 
template<class Type >
void reconstructVolInternalFields (const IOobjectList &objects, const HashSet< word > &selectedFields)
 Read, reconstruct and write all/selected volume internal fields. More...
 
template<class Type >
void reconstructVolFields (const IOobjectList &objects, const HashSet< word > &selectedFields)
 Read, reconstruct and write all/selected volume fields. More...
 
template<class Type >
void reconstructFvSurfaceFields (const IOobjectList &objects, const HashSet< word > &selectedFields)
 Read, reconstruct and write all/selected surface fields. More...
 
void operator= (const fvFieldReconstructor &)=delete
 Disallow default bitwise assignment. More...
 

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

Finite volume reconstructor for volume and surface fields.

Source files

Definition at line 52 of file fvFieldReconstructor.H.

Constructor & Destructor Documentation

◆ fvFieldReconstructor() [1/2]

fvFieldReconstructor ( const fvMesh mesh,
const PtrList< fvMesh > &  procMeshes,
const labelListList faceProcAddressing,
const labelListList cellProcAddressing,
const PtrList< surfaceLabelField::Boundary > &  faceProcAddressingBf 
)

Construct from components.

◆ fvFieldReconstructor() [2/2]

Disallow default bitwise copy construction.

Member Function Documentation

◆ reconstructs()

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

Return whether anything in the object list gets reconstructed.

◆ reconstructVolInternalFields()

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

Read, reconstruct and write all/selected volume internal fields.

◆ reconstructVolFields()

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

Read, reconstruct and write all/selected volume fields.

◆ reconstructFvSurfaceFields()

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

Read, reconstruct and write all/selected surface fields.

◆ operator=()

void operator= ( const fvFieldReconstructor )
delete

Disallow default bitwise assignment.


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