Skip to content
Snippets Groups Projects
Commit 798ac98a authored by Henry Weller's avatar Henry Weller Committed by Andrew Heather
Browse files

BUG: simpleFoam: moved createFvOptions.H into createFields.H for -postProcess option

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.
parent 85a2ae6e
No related merge requests found
Showing
with 19 additions and 16 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment