Skip to content

Draft: INT: introduce demand-driven fvSchemes and fvSolution

Mark OLESEN requested to merge demand-driven-schemes+solution into develop
  • 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).

Merge request reports