FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

pointFieldReconstructor Class Reference

Point field reconstructor. More...


Detailed Description

Point field reconstructor.

Source files

Definition at line 52 of file pointFieldReconstructor.H.

Collaboration diagram for pointFieldReconstructor:

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: