Skip to content

[fluidsystems] Add a 1p adapter fluidsystem for multi-phase fluid systems

Timo Koch requested to merge feature/one-phase-fluidsystem-adapter into master

Fixes #528 (closed).

  • Adds the 1p adapter

  • Uses it in the 1p tests

  • uses it in the fluid system tests

  • other models can incrementally follow this implementation as everything is compatible

  • VtkOutputModule doesn't need phaseOffset anymore (once no model uses it anymore)
  • fluidsystem phase index is now always 0 and main component index also 0 (to keep the convention the component indices are switched by the adapter if the second/third phase is chosen)
Edited by Timo Koch

Merge request reports