Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
openfoam
openfoam
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 333
    • Issues 333
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 6
    • Merge Requests 6
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • Development
  • openfoamopenfoam
  • Issues
  • #1816

Closed
Open
Opened Aug 25, 2020 by Lieven Vervecken@lieven

Incorrect writeEntry argument in csvTableReader

Summary

The csvTableReader is inconsistent in reading and writing the componentColumns_:

  • In the constructor (line 117): componentColumns_(getComponentColumns("valueColumns", dict))
  • Inside write(os) (line 226): os.writeEntry("componentColumns", componentColumns_);

As a result any simulation with e.g. a fan curve read from a csv file crashes when a simulation is continued or when post-processing tools such as foamToVTK are applied because of a "missing entry" error.

The error was not present in v1912.

Possible fixes

Either change line 117 or 226 but make them consistent.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: Development/openfoam#1816