Lagrangian field reconstructor. More...
Public Member Functions | |
| lagrangianFieldReconstructor (const fvMesh &completeMesh, const PtrList< fvMesh > &procMeshes, const labelListList &faceProcAddressing, const labelListList &cellProcAddressing, const word &cloudName) | |
| Construct from components. More... | |
| lagrangianFieldReconstructor (const lagrangianFieldReconstructor &)=delete | |
| Disallow default bitwise copy construction. More... | |
| ~lagrangianFieldReconstructor () | |
| Destructor. More... | |
| template<class Type > | |
| void | reconstructFields (const IOobjectList &objects, const HashSet< word > &selectedFields) |
| Read, reconstruct and write all fields. More... | |
| void | operator= (const lagrangianFieldReconstructor &)=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... | |
Lagrangian field reconstructor.
Definition at line 52 of file lagrangianFieldReconstructor.H.
| lagrangianFieldReconstructor | ( | const fvMesh & | completeMesh, |
| const PtrList< fvMesh > & | procMeshes, | ||
| const labelListList & | faceProcAddressing, | ||
| const labelListList & | cellProcAddressing, | ||
| const word & | cloudName | ||
| ) |
Construct from components.
|
delete |
Disallow default bitwise copy construction.
Destructor.
|
static |
Return whether anything in the object list gets reconstructed.
| void reconstructFields | ( | const IOobjectList & | objects, |
| const HashSet< word > & | selectedFields | ||
| ) |
Read, reconstruct and write all fields.
|
delete |
Disallow default bitwise assignment.