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 738
    • Issues 738
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 205
    • Merge requests 205
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTK
  • VTKVTK
  • Issues
  • #16939

Closed
Open
Created Dec 16, 2016 by Mayur@mayur

which VTK version is supportable to read "Decompose FOAM File"

Hi,

I am not able to read "Decompose FOAM File" in VTK 5.10.1 with below code:

vtkSmartPointer<vtkPOpenFOAMReader> reader = vtkSmartPointer<vtkPOpenFOAMReader>::New();
reader->SetFileName("D:/DecomposeData/abc/abc.foam");
reader->SetCaseType(0);
reader->ReadZonesOn();
reader->Update();

May be I missing something while building solution files for VS2012 in CMake ? Is anyone who will track loop hole?

Can any one help me? I'd appreciate any suggestion to solve this.

Assignee
Assign to
Time tracking