Skip to content
Snippets Groups Projects
  • Bernd Flemisch's avatar
    cd8191fb
    harmonize phase names · cd8191fb
    Bernd Flemisch authored and Kilian Weishaupt's avatar Kilian Weishaupt committed
    Implement decision made in !1137:
    - 1p gas: `gas`
    - 1p liquid: `liq`
    - 2p gas/liquid: `gas` and `liq`
    - 2p liquid/liquid: `aq` and `napl`
    - 3p: `gas`, `aq` and `napl`
    - solid: `s`
    
    Add `IsAqueous` to components to detect if a component is aqueous or not.
    Adapt reference solutions.
    Adjust `primaryVariableName` only where necessary to make the tests pass.
    Will be treated in general in !1212.
    cd8191fb
    History
    harmonize phase names
    Bernd Flemisch authored and Kilian Weishaupt's avatar Kilian Weishaupt committed
    Implement decision made in !1137:
    - 1p gas: `gas`
    - 1p liquid: `liq`
    - 2p gas/liquid: `gas` and `liq`
    - 2p liquid/liquid: `aq` and `napl`
    - 3p: `gas`, `aq` and `napl`
    - solid: `s`
    
    Add `IsAqueous` to components to detect if a component is aqueous or not.
    Adapt reference solutions.
    Adjust `primaryVariableName` only where necessary to make the tests pass.
    Will be treated in general in !1212.