Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O OpenFOAM-plus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 339
    • Issues 339
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • OpenFOAM-plus
  • Issues
  • #439
Closed
Open
Created Mar 21, 2017 by Andrew Heather@andyOwner

Checking to see if the function object is time-based sub-optimal

In functionObjectList explicit checks on whether the input dictionary includes the entries writeControl or outputControl are used to determine whether to instantiate a time-based or plain- function object. This misses local entries used by the timeControl class, e.g. timeStart and timeEnd which are independent of the *Control entries.

Suggest moving the logic into the class that knows whether or not the dict will be used to create a time-based function object (or not)

Assignee
Assign to
Time tracking