FV volume and surface field reconstructor. More...
FV volume and surface field reconstructor.
Definition at line 55 of file fvFieldReconstructor.H.
Collaboration diagram for fvFieldReconstructor: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.
| |
| fvFieldReconstructor | ( | fvMesh & | mesh, |
| const PtrList< fvMesh > & | procMeshes, | ||
| const PtrList< labelIOList > & | faceProcAddressing, | ||
| const PtrList< labelIOList > & | cellProcAddressing, | ||
| const PtrList< labelIOList > & | boundaryProcAddressing | ||
| ) |
Construct from components.
| 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.