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

Add WellModel #129

Merged
merged 30 commits into from
Aug 1, 2019
Merged

Add WellModel #129

merged 30 commits into from
Aug 1, 2019

Commits on Apr 5, 2019

  1. Configuration menu
    Copy the full SHA
    586f145 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f11ff5d View commit details
    Browse the repository at this point in the history
  3. rename radius to distances in WellModel,

    add support for distances to WellModel
    dbrakenhoff committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    4ab2dd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfe2518 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. add simple wellmodel consistency notebook

    add notebook that only runs the relevant model between tmin and tmax,
    edit original notebook to fix path to data
    dbrakenhoff committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    fd6c3d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Configuration menu
    Copy the full SHA
    5c1f27c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75db9f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa550c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cb7db0 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Configuration menu
    Copy the full SHA
    4d576a2 View commit details
    Browse the repository at this point in the history
  2. refactor stress arg

    dbrakenhoff committed May 2, 2019
    Configuration menu
    Copy the full SHA
    52f0491 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Configuration menu
    Copy the full SHA
    3497906 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. change Hantush.step to allow different steady-state

    for different wells in WellModel
    dbrakenhoff committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    5dea986 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Configuration menu
    Copy the full SHA
    6b743d4 View commit details
    Browse the repository at this point in the history
  2. update examples

    dbrakenhoff committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    8485bda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1639c9b View commit details
    Browse the repository at this point in the history
  4. improve documentation,

    add option to sort wells in WellModel
    dbrakenhoff committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    22388e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bb44a0 View commit details
    Browse the repository at this point in the history
  6. update docs

    dbrakenhoff committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    03c423b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    56f4cf1 View commit details
    Browse the repository at this point in the history
  8. also sort stresses

    dbrakenhoff committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    61334ea View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    5433d94 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Configuration menu
    Copy the full SHA
    e0d213f View commit details
    Browse the repository at this point in the history
  2. Remove objfunction value from fit report

    should be another PR
    raoulcollenteur committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    6ddd6a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4299ddd View commit details
    Browse the repository at this point in the history
  4. Few minor typos

    raoulcollenteur committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    2a14bb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. add HantushWellModel

    - remove changes related to WellModel from Hantush
    - add new rfunc HantushWellModel
    - change params to A, lab, cS
    - set initial, pmin, pmax for lab to 100, 1, 1e6
    - set gain() method to calculate the A Hantush returns now
    - set meanstress to the max of the std of the stresses
    dbrakenhoff committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    0382d61 View commit details
    Browse the repository at this point in the history
  2. Modify WellModel to work with new rfunc HantushWellModel, add get_par…

    …ameters option to get parameters with distance
    dbrakenhoff committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    53b485e View commit details
    Browse the repository at this point in the history
  3. update example

    dbrakenhoff committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    861d13c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa1bb0d View commit details
    Browse the repository at this point in the history