ENH: overhaul ensight handling (#1579)
- includes restructuring and simplification of low-level ensight part handling and refactor of backends to improve code reuse. foamToEnsight ------------- * new cellZone support. This was previously only possible via a separate foamToEnsightParts utility that was not parallelized. * support for point fields. * `-nearCellValue` option (as per foamToVTK) * data indexing now uses values from the time index. This is consistent with the ensightWrite function object and can help with restarts. * existing ensight directories are removed, unless the -no-overwrite option is supplied foamToEnsightParts ------------------ * now redundant and removed. ensightOutputSurface (new class) -------------------------------- * a lightweight wrapper for point/face references that is tailored for the ensightSurfaceWriter. It uses compact face/point information and is serial only, since this is the format requirements from the surfaceWriter class. ensightMesh (revised class) --------------------------- * now only holds a polyMesh reference, which removes its dependency on finiteVolume and allows it to be relocated under fileFormats instead of conversion. Removed classes: ensightParts, ensighPartFaces, ensightPartCells - these were used by foamToEnsightParts, but not needed anymore.
Showing
- applications/utilities/postProcessing/dataConversion/foamToEnsight/Make/options 0 additions, 2 deletions.../postProcessing/dataConversion/foamToEnsight/Make/options
- applications/utilities/postProcessing/dataConversion/foamToEnsight/checkMeshMoving.H 5 additions, 5 deletions...Processing/dataConversion/foamToEnsight/checkMeshMoving.H
- applications/utilities/postProcessing/dataConversion/foamToEnsight/convertLagrangian.H 3 additions, 9 deletions...ocessing/dataConversion/foamToEnsight/convertLagrangian.H
- applications/utilities/postProcessing/dataConversion/foamToEnsight/convertVolumeFields.H 12 additions, 18 deletions...essing/dataConversion/foamToEnsight/convertVolumeFields.H
- applications/utilities/postProcessing/dataConversion/foamToEnsight/foamToEnsight.C 214 additions, 91 deletions...stProcessing/dataConversion/foamToEnsight/foamToEnsight.C
- applications/utilities/postProcessing/dataConversion/foamToEnsight/getTimeIndex.H 1 addition, 1 deletion...ostProcessing/dataConversion/foamToEnsight/getTimeIndex.H
- applications/utilities/postProcessing/dataConversion/foamToEnsight/readFields.H 90 additions, 14 deletions.../postProcessing/dataConversion/foamToEnsight/readFields.H
- applications/utilities/postProcessing/dataConversion/foamToEnsight/writeDimFields.H 46 additions, 30 deletions...tProcessing/dataConversion/foamToEnsight/writeDimFields.H
- applications/utilities/postProcessing/dataConversion/foamToEnsight/writePointFields.H 35 additions, 36 deletions...rocessing/dataConversion/foamToEnsight/writePointFields.H
- applications/utilities/postProcessing/dataConversion/foamToEnsight/writeVolFields.H 41 additions, 27 deletions...tProcessing/dataConversion/foamToEnsight/writeVolFields.H
- applications/utilities/postProcessing/dataConversion/foamToEnsightParts/Make/files 0 additions, 4 deletions...stProcessing/dataConversion/foamToEnsightParts/Make/files
- applications/utilities/postProcessing/dataConversion/foamToEnsightParts/Make/options 0 additions, 15 deletions...Processing/dataConversion/foamToEnsightParts/Make/options
- applications/utilities/postProcessing/dataConversion/foamToEnsightParts/checkMeshMoving.H 0 additions, 45 deletions...ssing/dataConversion/foamToEnsightParts/checkMeshMoving.H
- applications/utilities/postProcessing/dataConversion/foamToEnsightParts/convertLagrangian.H 0 additions, 138 deletions...ing/dataConversion/foamToEnsightParts/convertLagrangian.H
- applications/utilities/postProcessing/dataConversion/foamToEnsightParts/findCloudFields.H 0 additions, 94 deletions...ssing/dataConversion/foamToEnsightParts/findCloudFields.H
- applications/utilities/postProcessing/dataConversion/foamToEnsightParts/foamToEnsightParts.C 0 additions, 370 deletions...ng/dataConversion/foamToEnsightParts/foamToEnsightParts.C
- applications/utilities/postProcessing/dataConversion/foamToEnsightParts/moveMesh.H 0 additions, 19 deletions...stProcessing/dataConversion/foamToEnsightParts/moveMesh.H
- applications/utilities/postProcessing/dataConversion/foamToEnsightParts/writeDimFields.H 0 additions, 125 deletions...essing/dataConversion/foamToEnsightParts/writeDimFields.H
- src/conversion/Make/files 0 additions, 4 deletionssrc/conversion/Make/files
- src/conversion/ensight/mesh/ensightMesh.C 0 additions, 404 deletionssrc/conversion/ensight/mesh/ensightMesh.C
Please register or sign in to comment