-
- Downloads
BUG: collated ensight not working with isosurfaces (closes #318)
- the problem arises since the various surface writers are stateless. The collated output format hacks around this limitation by adding in its own fieldDict caching (to disk). Now include an updateMesh() method to hook into geometry changes. This is considered a stop-gap measure until the surface output handling is improved.
Showing
- src/fileFormats/ensight/file/ensightCase.C 1 addition, 1 deletionsrc/fileFormats/ensight/file/ensightCase.C
- src/fileFormats/ensight/file/ensightCase.H 1 addition, 1 deletionsrc/fileFormats/ensight/file/ensightCase.H
- src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.C 17 additions, 6 deletions...sampling/sampledSurface/sampledSurfaces/sampledSurfaces.C
- src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H 3 additions, 0 deletions...sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H
- src/sampling/sampledSurface/sampledSurfaces/sampledSurfacesTemplates.C 7 additions, 0 deletions...sampledSurface/sampledSurfaces/sampledSurfacesTemplates.C
- src/sampling/sampledSurface/writers/ensight/ensightSurfaceWriter.C 100 additions, 11 deletions...ing/sampledSurface/writers/ensight/ensightSurfaceWriter.C
- src/sampling/sampledSurface/writers/ensight/ensightSurfaceWriter.H 25 additions, 1 deletion...ing/sampledSurface/writers/ensight/ensightSurfaceWriter.H
- src/sampling/sampledSurface/writers/ensight/ensightSurfaceWriterTemplates.C 58 additions, 52 deletions...edSurface/writers/ensight/ensightSurfaceWriterTemplates.C
- src/sampling/sampledSurface/writers/surfaceWriter.H 10 additions, 0 deletionssrc/sampling/sampledSurface/writers/surfaceWriter.H
- tutorials/compressible/rhoSimpleFoam/squareBend/system/controlDict 1 addition, 0 deletions.../compressible/rhoSimpleFoam/squareBend/system/controlDict
- tutorials/compressible/rhoSimpleFoam/squareBend/system/samplingDebug 1 addition, 0 deletions...ompressible/rhoSimpleFoam/squareBend/system/samplingDebug
Loading
Please register or sign in to comment