An error occurred while fetching participants.
isoSurfaceTopo does not respect bounds keyword
Summary
isoSurface and isoSurfaceCell are properly truncated using bounds
, but isoSurfaceTopo is not, the keyword seems to be ignored. Since I see
const boundBox& bounds = boundBox::invertedBox
as a parameter to the constructor, I figure this is a bug, and not a missing feature.
Steps to reproduce
- Grab the damBreak tutorial and run it.
- Put the attached
test
file intosystem
. - Run
postProcess -func test
- Open the generated vtp files in Paraview and observe that the interfaceIsoSurfaceTopo.vtp is not truncated and x = 0.25, whereas the other two are.
Environment information
- OpenFOAM version : v1912
- Operating system : irrelevant
- Hardware info : irrelevant
- Compiler : irrelevant