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 421
    • Issues 421
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #692
Closed
Open
Issue created Jan 04, 2018 by Mark OLESEN@markMaintainer

add additional information in header of decomposedBlockData

We already have a blocks entry, but it would be quite convenient for downstream users (eg, paraview) if we also could pass along the underlying data-type in an easy to find place.

Eg,

FoamFile
{
    version     2.0;
    format      binary;
    class       decomposedBlockData;
    blocks      4;
    object      U;
    dataClass   volVectorField;
}

At the moment it is a bit of a pain to get at this information.

Would it be useful to have this dataClass information present as IOobject::headerDataClassName() with it being identical to IOobject::headerClassName() when dataClass isn't present?

Assignee
Assign to
Time tracking