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 426
    • Issues 426
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Repository
Switch branch/tag
  • openfoam
  • applications
  • solvers
  • incompressible
  • simpleFoam
  • createFields.H
Find file BlameHistoryPermalink
  • Henry Weller's avatar
    BUG: simpleFoam: moved createFvOptions.H into createFields.H for -postProcess option · 798ac98a
    Henry Weller authored Oct 23, 2017 and Andrew Heather's avatar Andrew Heather committed Oct 23, 2017
    To unsure fvOptions are instantiated for post-processing createFvOptions.H must
    be included in createFields.H rather than in the solver directly.
    
    Resolves bug-report https://bugs.openfoam.org/view.php?id=2733
    
    BUG: porousSimpleFoam: moved createFvOptions.H into createFields.H for -postProcess option
    
    Resolves bug-report https://bugs.openfoam.org/view.php?id=2733
    
    BUG: solvers: Moved fvOption construction into createFields.H for post-processing
    
    This ensures that the fvOptions are constructed for the -postProcessing option
    so that functionObjects which process fvOption data operate correctly in this
    mode.
    798ac98a