|
| parFvFieldReconstructor (fvMesh &baseMesh, const fvMesh &procMesh, const mapDistributePolyMesh &distMap, const bool isWriteProc) |
|
template<class Type > |
tmp< DimensionedField< Type, volMesh > > | reconstructFvVolumeInternalField (const DimensionedField< Type, volMesh > &) const |
|
template<class Type > |
tmp< DimensionedField< Type, volMesh > > | reconstructFvVolumeInternalField (const IOobject &fieldIoObject) const |
|
template<class Type > |
tmp< GeometricField< Type, fvPatchField, volMesh > > | reconstructFvVolumeField (const GeometricField< Type, fvPatchField, volMesh > &fld) const |
|
template<class Type > |
tmp< GeometricField< Type, fvPatchField, volMesh > > | reconstructFvVolumeField (const IOobject &fieldIoObject) const |
|
template<class Type > |
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | reconstructFvSurfaceField (const GeometricField< Type, fvsPatchField, surfaceMesh > &) const |
|
template<class Type > |
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | reconstructFvSurfaceField (const IOobject &fieldIoObject) const |
|
template<class Type > |
label | reconstructFvVolumeInternalFields (const IOobjectList &objects, const wordRes &selectedFields=wordRes()) const |
|
template<class Type > |
label | reconstructFvVolumeFields (const IOobjectList &objects, const wordRes &selectedFields=wordRes()) const |
|
template<class Type > |
label | reconstructFvSurfaceFields (const IOobjectList &objects, const wordRes &selectedFields=wordRes()) const |
|
void | reconstructPoints () |
|
Finite volume reconstructor for volume and surface fields.
Runs in parallel. Reconstructs from procMesh to baseMesh. baseMesh is non-zero cells on processor0 only.
- Source files
-
Definition at line 57 of file parFvFieldReconstructor.H.