Navigation Menu

Skip to content

simpeg-research/heagy-2018-emcyl

Repository files navigation

| Overview | Launching the notebooks | Running the notebooks | Citation | Issues | License |

Modeling electromagnetics on cylindrical meshes with applications to steel-cased wells

Build Status Binder Azure Notebooks DOI License SimPEG

Overview

This repository contains the notebooks used to generate the examples shown in "Modeling electromagnetics on cylindrical meshes with applications to steel-cased wells" by Lindsey J. Heagy and Douglas W. Oldenburg and Chapter 3 of the thesis Electromagnetic imaging of subsurface injections. There are two directories of notebooks

Launching the notebooks

Online

The notebooks can be run online through mybinder or azure notebooks.

Locally

To run them locally, you will need to have python installed, preferably through anaconda.

You can then clone this repository. From a command line, run

git clone https://github.com/simpeg-research/heagy-2018-emcyl.git

Then cd into the heagy-2018-emcyl

cd heagy-2018-emcyl

To setup your software environment, we recommend you use the provided conda environment

conda env create -f environment.yml
source activate emcyl-environment

alternatively, you can install dependencies through pypi

pip install -r requirements.txt

You can then launch Jupyter

jupyter notebook

Jupyter will then launch in your web-browser.

Running the notebooks

Each cell of code can be run with shift + enter or you can run the entire notebook by selecting cell, Run All in the toolbar.

For more information on running Jupyter notebooks, see the Jupyter Documentation

Citation

Heagy, L. J., & Oldenburg, D. W. (2018). Modeling electromagnetics on cylindrical meshes with applications to steel-cased wells. http://arxiv.org/abs/1804.07991

@article{Heagy2018a,
    archivePrefix = {arXiv},
    arxivId = {1804.07991},
    author = {Heagy, Lindsey J. and Oldenburg, Douglas W.},
    eprint = {1804.07991},
    month = {apr},
    title = {{Modeling electromagnetics on cylindrical meshes with applications to steel-cased wells}},
    url = {http://arxiv.org/abs/1804.07991},
    year = {2018}
}

Issues

If you run into problems or bugs, please let us know by creating an issue in this repository.

License

These notebooks are licensed under the MIT License which allows academic and commercial re-use and adaptation of this work.

Version

Version: 0.0.2

About

notebooks used to generate the examples shown in "Finite volume electromagnetic modelling on 2D and 3D cylindrical meshes with applications to steel cased wells"

Resources

License

Stars

Watchers

Forks

Packages

No packages published