Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 426
    • Issues 426
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #1271
Closed
Open
Issue created Apr 04, 2019 by Mattijs Janssens@MattijsMaintainer

foamToVTK writes to undecomposed case

Steps to reproduce

On any case:

decomposePar
cd processor0
foamToVTK

this will create ../VTK since it uses the globalPath but does not check for parallel running.

Possible fixes

    const fileName outputDir(runTime.globalPath()/vtkDirName);

should check for Pstream::parRun() and use runTime.path() if not parallel

Assignee
Assign to
Time tracking