Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change how the blackoilmodules are setup #725

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Sep 20, 2022

  1. BlackOilBrineModule: remove member function for initing from EclipseS…

    …tate
    
    instead add a method to provide parameters externally.
    this decouples the class from the structures in opm-common,
    and at the same time adds the ability to use the classes
    without an EclipseState, making the code more reusable.
    akva2 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    e2f27af View commit details
    Browse the repository at this point in the history
  2. BlackOilExtboModule: remove member function for initing from EclipseS…

    …tate
    
    instead add a method to provide parameters externally.
    this decouples the class from the structures in opm-common,
    and at the same time adds the ability to use the classes
    without an EclipseState, making the code more reusable.
    akva2 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    65c4906 View commit details
    Browse the repository at this point in the history
  3. BlackOilFoamModule: remove member function for initing from EclipseState

    instead add a method to provide parameters externally.
    this decouples the class from the structures in opm-common,
    and at the same time adds the ability to use the classes
    without an EclipseState, making the code more reusable.
    akva2 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    25c2219 View commit details
    Browse the repository at this point in the history
  4. BlackOilMICPModule: remove member function for initing from EclipseState

    instead add a method to provide parameters externally.
    this decouples the class from the structures in opm-common,
    and at the same time adds the ability to use the classes
    without an EclipseState, making the code more reusable.
    akva2 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    563e195 View commit details
    Browse the repository at this point in the history
  5. BlackOilPolymerModule: remove member function for initing from Eclips…

    …eState
    
    instead add a method to provide parameters externally.
    this decouples the class from the structures in opm-common,
    and at the same time adds the ability to use the classes
    without an EclipseState, making the code more reusable.
    akva2 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    0cf2a79 View commit details
    Browse the repository at this point in the history
  6. BlackOilSolventModule: remove member function for initing from Eclips…

    …eState
    
    instead add a method to provide parameters externally.
    this decouples the class from the structures in opm-common,
    and at the same time adds the ability to use the classes
    without an EclipseState, making the code more reusable.
    akva2 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    1bc8cb2 View commit details
    Browse the repository at this point in the history