Loading...
Searching...
No Matches
lagrangianReconstructor Class Reference

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.

Detailed Description

Reconstructor for lagrangian positions and fields.

Source files

Definition at line 52 of file lagrangianReconstructor.H.

Constructor & Destructor Documentation

◆ lagrangianReconstructor()

lagrangianReconstructor ( const polyMesh & mesh,
const UPtrList< fvMesh > & procMeshes,
const UPtrList< labelIOList > & faceProcAddressing,
const UPtrList< labelIOList > & cellProcAddressing )

Construct from components.

References mesh.

Member Function Documentation

◆ reconstructPositions()

label reconstructPositions ( const word & cloudName) const

Reconstruct positions for given cloud.

References cloudName().

Here is the call graph for this function:

◆ reconstructField()

template<class Type>
tmp< IOField< Type > > reconstructField ( const word & cloudName,
const word & fieldName )

Reconstruct a single field for given cloud.

References cloudName().

Here is the call graph for this function:

◆ reconstructFieldField()

template<class Type>
tmp< CompactIOField< Field< Type > > > reconstructFieldField ( const word & cloudName,
const word & fieldName )

Reconstruct a single field-field for given cloud.

References cloudName().

Here is the call graph for this function:

◆ reconstructFields() [1/2]

template<class Type>
label reconstructFields ( const word & cloudName,
const UPtrList< const IOobject > & fieldObjects )

Reconstruct multiple fields for given cloud.

References cloudName().

Here is the call graph for this function:

◆ reconstructFields() [2/2]

template<class Type>
label reconstructFields ( const word & cloudName,
const IOobjectList & objects,
const wordRes & selectedFields = wordRes() )

Reconstruct multiple fields for given cloud.

References cloudName().

Here is the call graph for this function:

◆ reconstructFieldFields()

template<class Type>
label reconstructFieldFields ( const word & cloudName,
const IOobjectList & objects,
const wordRes & selectedFields = wordRes() )

Reconstruct multiple field-field for given cloud.

References cloudName().

Here is the call graph for this function:

◆ reconstructAllFields()

void reconstructAllFields ( const word & cloudName,
const IOobjectList & cloudObjs,
const wordRes & selectedFields = wordRes() )

Reconstruct all fields for known cloud field types.

References cloudName().

Here is the call graph for this function:

Member Data Documentation

◆ verbose_

int verbose_
static

Output verbosity when writing.

Definition at line 97 of file lagrangianReconstructor.H.


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