Skip to content
GitLab
  • Menu
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 381
    • Issues 381
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #2438
Closed
Open
Created Apr 12, 2022 by Kutalmış Berçin@kutiMaintainer

sets started to produce different number of output files

I am not sure the following change was intentional or not. Some of my VV cases started to break down at the level of plot production, hence realised the following behaviour change.

Minimal test case: sample-issue.zip - to reproduce the issue, just execute Allrun and inspect postProcessing content for different HEADs.

The following system/sample file yields different number of output files for v2112 (14aeaf8d) vs dev (d7c87390) for the minimal test case:

type                sets;                                                       
libs                (sampling);                                                 
fields                                                                          
(                                                                               
    U                                                                           
    turbulenceProperties:k                                                      
    turbulenceProperties:R                                                      
);
...

For v2112 (14aeaf8d) or for the develop at least six weeks ago (1a55829e), three files were produced:

y_turbulenceProperties:k.xy
y_turbulenceProperties:R.xy
y_U.xy

For dev (d7c87390), a single file was produced:

y_turbulenceProperties:k_U_turbulenceProperties:R.xy

Could you tell me if this output change is intentional or not? @andy @mark @Prashant

Assignee
Assign to
Time tracking