FreeFOAM The Cross-Platform CFD Toolkit
fvFieldReconstructor Class Reference

FV volume and surface field reconstructor. More...


Detailed Description

List of all members.

Classes

class  fvPatchFieldReconstructor

Public Member Functions

 fvFieldReconstructor (fvMesh &mesh, const PtrList< fvMesh > &procMeshes, const PtrList< labelIOList > &faceProcAddressing, const PtrList< labelIOList > &cellProcAddressing, const PtrList< labelIOList > &boundaryProcAddressing)
 Construct from components.
template<class Type >
tmp< GeometricField< Type,
fvPatchField, volMesh > > 
reconstructFvVolumeField (const IOobject &fieldIoObject)
 Reconstruct volume field.
template<class Type >
tmp< GeometricField< Type,
fvsPatchField, surfaceMesh > > 
reconstructFvSurfaceField (const IOobject &fieldIoObject)
 Reconstruct surface field.
template<class Type >
void reconstructFvVolumeFields (const IOobjectList &objects, const HashSet< word > &selectedFields)
 Reconstruct and write all/selected volume fields.
template<class Type >
void reconstructFvSurfaceFields (const IOobjectList &objects, const HashSet< word > &selectedFields)
 Reconstruct and write all/selected volume fields.

Constructor & Destructor Documentation

fvFieldReconstructor ( fvMesh mesh,
const PtrList< fvMesh > &  procMeshes,
const PtrList< labelIOList > &  faceProcAddressing,
const PtrList< labelIOList > &  cellProcAddressing,
const PtrList< labelIOList > &  boundaryProcAddressing 
)

Construct from components.


Member Function Documentation

tmp<GeometricField<Type, fvPatchField, volMesh> > reconstructFvVolumeField ( const IOobject fieldIoObject)

Reconstruct volume field.

tmp<GeometricField<Type, fvsPatchField, surfaceMesh> > reconstructFvSurfaceField ( const IOobject fieldIoObject)

Reconstruct surface field.

void reconstructFvVolumeFields ( const IOobjectList objects,
const HashSet< word > &  selectedFields 
)

Reconstruct and write all/selected volume fields.

void reconstructFvSurfaceFields ( const IOobjectList objects,
const HashSet< word > &  selectedFields 
)

Reconstruct and write all/selected volume fields.


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