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 branches found
No related tags found
No related merge requests found
Showing
with 19 additions and 16 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment