Draft: INT: introduce demand-driven fvSchemes and fvSolution
-
functionality similar to that introduced by openfoam.org
fvSchemes/fvSolution now demand-driven and accessed by their respective member functions schemes() and solution().
This means that the corresponding system files are not required upon construction (which simplifies initialization) and potentially allows supporting different file locations (TBD).