FreeFOAM The Cross-Platform CFD Toolkit
pointFieldReconstructor Class Reference

Point field reconstructor. More...


Detailed Description

List of all members.

Classes

class  pointPatchFieldReconstructor

Public Member Functions

 pointFieldReconstructor (const pointMesh &mesh, const PtrList< pointMesh > &procMeshes, const PtrList< labelIOList > &pointProcAddressing, const PtrList< labelIOList > &boundaryProcAddressing)
 Construct from components.
template<class Type >
tmp< GeometricField< Type,
pointPatchField, pointMesh > > 
reconstructField (const IOobject &fieldIoObject)
 Reconstruct field.
template<class Type >
void reconstructFields (const IOobjectList &objects)
 Reconstruct and write all fields.

Constructor & Destructor Documentation

pointFieldReconstructor ( const pointMesh mesh,
const PtrList< pointMesh > &  procMeshes,
const PtrList< labelIOList > &  pointProcAddressing,
const PtrList< labelIOList > &  boundaryProcAddressing 
)

Construct from components.


Member Function Documentation

tmp<GeometricField<Type, pointPatchField, pointMesh> > reconstructField ( const IOobject fieldIoObject)

Reconstruct field.

void reconstructFields ( const IOobjectList objects)

Reconstruct and write all fields.


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