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... | |
| autoPtr< passiveParticleCloud > | completeCloud () const |
| Generate the reconstructed cloud. More... | |
| void | reconstructPositions () const |
| Write the reconstructed positions. More... | |
| template<class Type , template< class > class ReadIOContainer, template< class > class IOContainer> | |
| tmp< IOContainer< Type > > | reconstructField (const IOobject &fieldIoObject) const |
| Read and reconstruct a field. More... | |
| template<class Type > | |
| void | reconstructFields (const IOobjectList &objects, const HashSet< word > &selectedFields) const |
| Read, reconstruct and write all/selected lagrangian fields. More... | |
| void | operator= (const lagrangianFieldReconstructor &)=delete |
| Disallow default bitwise assignment. More... | |
| template<class Type , template< class > class ReadIOContainer, template< class > class IOContainer> | |
| Foam::tmp< IOContainer< Type > > | reconstructField (const IOobject &fieldIoObject) const |
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.
Definition at line 32 of file lagrangianFieldReconstructor.C.
|
delete |
Disallow default bitwise copy construction.
Destructor.
Definition at line 51 of file lagrangianFieldReconstructor.C.
|
static |
Return whether anything in the object list gets reconstructed.
Definition at line 57 of file lagrangianFieldReconstructor.C.
References DO_LAGRANGIAN_FIELDS_TYPE, and Foam::FOR_ALL_FIELD_TYPES().

| Foam::autoPtr< Foam::passiveParticleCloud > completeCloud | ( | ) | const |
Generate the reconstructed cloud.
Definition at line 79 of file lagrangianFieldReconstructor.C.
References forAll, forAllConstIter, Foam::mag(), and p.

| void reconstructPositions | ( | ) | const |
Write the reconstructed positions.
Definition at line 136 of file lagrangianFieldReconstructor.C.
References IOPosition< CloudType >::write().

Read and reconstruct a field.
| void reconstructFields | ( | const IOobjectList & | objects, |
| const HashSet< word > & | selectedFields | ||
| ) | const |
Read, reconstruct and write all/selected lagrangian fields.
Definition at line 165 of file lagrangianFieldReconstructorTemplates.C.
References sf().

|
delete |
Disallow default bitwise assignment.
Definition at line 109 of file lagrangianFieldReconstructorTemplates.C.
References forAll, typeIOobject< Type >::headerOk(), IOobject::MUST_READ, IOobject::name(), IOobject::NO_READ, IOobject::NO_WRITE, Foam::offset(), cloud::prefix, tmp< T >::ref(), List< T >::setSize(), and List< T >::size().
