Draft: INT: introduce demand-driven fvSchemes and fvSolution
1 unresolved thread
1 unresolved thread
Compare changes
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).