Reconstructor for lagrangian positions and fields. More...
#include <lagrangianReconstructor.H>
Public Member Functions | |
| lagrangianReconstructor (const polyMesh &mesh, const UPtrList< fvMesh > &procMeshes, const UPtrList< labelIOList > &faceProcAddressing, const UPtrList< labelIOList > &cellProcAddressing) | |
| Construct from components. | |
| label | reconstructPositions (const word &cloudName) const |
| Reconstruct positions for given cloud. | |
| template<class Type> | |
| tmp< IOField< Type > > | reconstructField (const word &cloudName, const word &fieldName) |
| Reconstruct a single field for given cloud. | |
| template<class Type> | |
| tmp< CompactIOField< Field< Type > > > | reconstructFieldField (const word &cloudName, const word &fieldName) |
| Reconstruct a single field-field for given cloud. | |
| template<class Type> | |
| label | reconstructFields (const word &cloudName, const UPtrList< const IOobject > &fieldObjects) |
| Reconstruct multiple fields for given cloud. | |
| template<class Type> | |
| label | reconstructFields (const word &cloudName, const IOobjectList &objects, const wordRes &selectedFields=wordRes()) |
| Reconstruct multiple fields for given cloud. | |
| template<class Type> | |
| label | reconstructFieldFields (const word &cloudName, const IOobjectList &objects, const wordRes &selectedFields=wordRes()) |
| Reconstruct multiple field-field for given cloud. | |
| void | reconstructAllFields (const word &cloudName, const IOobjectList &cloudObjs, const wordRes &selectedFields=wordRes()) |
| Reconstruct all fields for known cloud field types. | |
Static Public Attributes | |
| static int | verbose_ |
| Output verbosity when writing. | |
Reconstructor for lagrangian positions and fields.
Definition at line 52 of file lagrangianReconstructor.H.
| lagrangianReconstructor | ( | const polyMesh & | mesh, |
| const UPtrList< fvMesh > & | procMeshes, | ||
| const UPtrList< labelIOList > & | faceProcAddressing, | ||
| const UPtrList< labelIOList > & | cellProcAddressing ) |
Construct from components.
References mesh.
| label reconstructPositions | ( | const word & | cloudName | ) | const |
Reconstruct positions for given cloud.
References cloudName().

| tmp< IOField< Type > > reconstructField | ( | const word & | cloudName, |
| const word & | fieldName ) |
Reconstruct a single field for given cloud.
References cloudName().

| tmp< CompactIOField< Field< Type > > > reconstructFieldField | ( | const word & | cloudName, |
| const word & | fieldName ) |
Reconstruct a single field-field for given cloud.
References cloudName().

| label reconstructFields | ( | const word & | cloudName, |
| const UPtrList< const IOobject > & | fieldObjects ) |
Reconstruct multiple fields for given cloud.
References cloudName().

| label reconstructFields | ( | const word & | cloudName, |
| const IOobjectList & | objects, | ||
| const wordRes & | selectedFields = wordRes() ) |
Reconstruct multiple fields for given cloud.
References cloudName().

| label reconstructFieldFields | ( | const word & | cloudName, |
| const IOobjectList & | objects, | ||
| const wordRes & | selectedFields = wordRes() ) |
Reconstruct multiple field-field for given cloud.
References cloudName().

| void reconstructAllFields | ( | const word & | cloudName, |
| const IOobjectList & | cloudObjs, | ||
| const wordRes & | selectedFields = wordRes() ) |
Reconstruct all fields for known cloud field types.
References cloudName().

|
static |
Output verbosity when writing.
Definition at line 97 of file lagrangianReconstructor.H.