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 425
    • Issues 425
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

Planned maintenance at 14:00 - platform may be offline until 15:00 (UK times)

  • Development
  • openfoamopenfoam
  • Issues
  • #439
Closed
Open
Issue created Mar 21, 2017 by Admin@OpenFOAM-adminMaintainer

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