Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 762
    • Issues 762
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 205
    • Merge requests 205
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTK
  • VTKVTK
  • Merge requests
  • !7602

update openfoam reader to improve zone support, bugfixes etc.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged olesen requested to merge olesen/vtk:openfoam-updates into master Feb 05, 2021
  • Overview 204
  • Commits 36
  • Pipelines 45
  • Changes 395

Convert volume fields onto cellZones and faceZones while reading the field file. Previously, the cellZone data were "bolted on" as an afterthought. The implementation simply copied the relevant items from the volume mesh. This seems ok, except if you wish to only view a subsection of your mesh (eg, for the near field region of an aero case). You needed to load the entire mesh and then use extract block to reduce to the zone of interest. There was no support for fields on faceZones.

some cross-referenced issues:

  • #18094 (closed)
  • #18103 (closed)
  • #18125 (closed)
  • #18179 (closed)
Edited Apr 22, 2021 by olesen
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: openfoam-updates