Finite volume reconstructor for volume and surface fields.
More...
|
| fvFieldReconstructor (const fvMesh &mesh, const PtrList< fvMesh > &procMeshes, const labelListList &faceProcAddressing, const labelListList &cellProcAddressing, const PtrList< surfaceLabelField::Boundary > &faceProcAddressingBf) |
| Construct from components. More...
|
|
| fvFieldReconstructor (const fvFieldReconstructor &)=delete |
| Disallow default bitwise copy construction. More...
|
|
template<class Type > |
void | reconstructVolInternalFields (const IOobjectList &objects, const HashSet< word > &selectedFields) |
| Read, reconstruct and write all/selected volume internal fields. More...
|
|
template<class Type > |
void | reconstructVolFields (const IOobjectList &objects, const HashSet< word > &selectedFields) |
| Read, reconstruct and write all/selected volume fields. More...
|
|
template<class Type > |
void | reconstructFvSurfaceFields (const IOobjectList &objects, const HashSet< word > &selectedFields) |
| Read, reconstruct and write all/selected surface fields. More...
|
|
void | operator= (const fvFieldReconstructor &)=delete |
| Disallow default bitwise assignment. More...
|
|
Finite volume reconstructor for volume and surface fields.
- Source files
-
Definition at line 52 of file fvFieldReconstructor.H.
◆ fvFieldReconstructor() [1/2]
Construct from components.
◆ fvFieldReconstructor() [2/2]
Disallow default bitwise copy construction.
◆ reconstructs()
Return whether anything in the object list gets reconstructed.
◆ reconstructVolInternalFields()
Read, reconstruct and write all/selected volume internal fields.
◆ reconstructVolFields()
Read, reconstruct and write all/selected volume fields.
◆ reconstructFvSurfaceFields()
Read, reconstruct and write all/selected surface fields.
◆ operator=()
Disallow default bitwise assignment.
The documentation for this class was generated from the following file: