There was an error fetching the commit references. Please try again later.
ENH: revise ensight handling (#1579)
- simplify internals of low-level ensight part handling and refactor the backend output routines for more reuse. There is still a fair bit of residual ugliness in the details of handling ensight output. - added cellZone support for ensightMesh - the ensightOutputSurface class is a lightweight wrapper for point/face references that is tailored for the ensightSurfaceWriter. It is uses compact face and point information and is serial only, since this is the format resulting from the surfaceWriter class. * foamToEnsight: - added cellZone support, which was previously only available using foamToEnsightParts. Will seek to deprecate and remove foamToEnsightParts in the future. - now also converts point fields
Showing
- applications/utilities/postProcessing/dataConversion/foamToEnsight/convertVolumeFields.H 9 additions, 0 deletions...essing/dataConversion/foamToEnsight/convertVolumeFields.H
- applications/utilities/postProcessing/dataConversion/foamToEnsight/foamToEnsight.C 53 additions, 15 deletions...stProcessing/dataConversion/foamToEnsight/foamToEnsight.C
- applications/utilities/postProcessing/dataConversion/foamToEnsight/readFields.H 15 additions, 0 deletions.../postProcessing/dataConversion/foamToEnsight/readFields.H
- applications/utilities/postProcessing/dataConversion/foamToEnsight/writePointFields.H 149 additions, 0 deletions...rocessing/dataConversion/foamToEnsight/writePointFields.H
- applications/utilities/postProcessing/dataConversion/foamToEnsight/writeVolFields.H 1 addition, 1 deletion...tProcessing/dataConversion/foamToEnsight/writeVolFields.H
- applications/utilities/postProcessing/dataConversion/foamToEnsightParts/foamToEnsightParts.C 1 addition, 1 deletion...ng/dataConversion/foamToEnsightParts/foamToEnsightParts.C
- applications/utilities/postProcessing/dataConversion/foamToEnsightParts/writeVolFields.H 3 additions, 2 deletions...essing/dataConversion/foamToEnsightParts/writeVolFields.H
- src/conversion/ensight/mesh/ensightMesh.C 372 additions, 144 deletionssrc/conversion/ensight/mesh/ensightMesh.C
- src/conversion/ensight/mesh/ensightMesh.H 96 additions, 244 deletionssrc/conversion/ensight/mesh/ensightMesh.H
- src/conversion/ensight/mesh/ensightMeshI.H 10 additions, 27 deletionssrc/conversion/ensight/mesh/ensightMeshI.H
- src/conversion/ensight/mesh/ensightMeshIO.C 95 additions, 652 deletionssrc/conversion/ensight/mesh/ensightMeshIO.C
- src/conversion/ensight/mesh/ensightMeshOptions.C 191 additions, 21 deletionssrc/conversion/ensight/mesh/ensightMeshOptions.C
- src/conversion/ensight/output/ensightOutputVolField.H 10 additions, 30 deletionssrc/conversion/ensight/output/ensightOutputVolField.H
- src/conversion/ensight/output/ensightOutputVolFieldTemplates.C 131 additions, 119 deletions...onversion/ensight/output/ensightOutputVolFieldTemplates.C
- src/fileFormats/Make/files 8 additions, 0 deletionssrc/fileFormats/Make/files
- src/fileFormats/ensight/file/ensightCase.C 21 additions, 28 deletionssrc/fileFormats/ensight/file/ensightCase.C
- src/fileFormats/ensight/file/ensightCase.H 53 additions, 37 deletionssrc/fileFormats/ensight/file/ensightCase.H
- src/fileFormats/ensight/file/ensightCaseOptions.C 5 additions, 5 deletionssrc/fileFormats/ensight/file/ensightCaseOptions.C
- src/fileFormats/ensight/file/ensightCaseTemplates.C 15 additions, 6 deletionssrc/fileFormats/ensight/file/ensightCaseTemplates.C
- src/fileFormats/ensight/output/ensightOutput.C 490 additions, 0 deletionssrc/fileFormats/ensight/output/ensightOutput.C
Please register or sign in to comment