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

Issue47 drawborehole #55

Commits on Dec 28, 2020

  1. git claims these files have been modified

    j_c_cook committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    4cded39 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'issue47_drawborehole' of https://github.com/MassimoCimm…

    …ino/pygfunction into issue47_drawborehole
    
    setting upstream to be on cimmino's
    j_c_cook committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    d084842 View commit details
    Browse the repository at this point in the history
  3. revert changes to borehole.py

    j_c_cook committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    a38a53d View commit details
    Browse the repository at this point in the history
  4. create an example for a custom borehole. Show 1) checking geometry, a…

    …nd 2) visualizing
    j_c_cook committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    019699a View commit details
    Browse the repository at this point in the history
  5. add end of line to example file

    j_c_cook committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    f13edab View commit details
    Browse the repository at this point in the history
  6. undo local changes I had made for other tasks...

    j_c_cook committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    3dfd1ff View commit details
    Browse the repository at this point in the history
  7. add the borehole top view plots

    j_c_cook committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    ba3435a View commit details
    Browse the repository at this point in the history
  8. reduce the line width of the pipe plotting to make the thickness of t…

    …he pipe easier to see
    j_c_cook committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    b10059f View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. clean master

    j_c_cook committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    ef67d76 View commit details
    Browse the repository at this point in the history
  2. remove the additions to the boreholes module

    j_c_cook committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    010c203 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. merge in issue47 changes, replace the accidentally removed borehole c…

    …lass, includes custom borehole example, change to line width on pipes
    j_c_cook committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    202d6a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bb3950 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b109410 View commit details
    Browse the repository at this point in the history
  4. a class aiming at being an acceptable common interface (currently onl…

    …y has a few boundary conditions available to show its potential), example file showing two methods of use and two boundary conditions computed
    j_c_cook committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    73845ce View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

  1. Configuration menu
    Copy the full SHA
    c0d9832 View commit details
    Browse the repository at this point in the history
  2. Update documentation

    MassimoCimmino committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    5b3fc38 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Revert "git claims these files have been modified"

    This reverts commit 4cded39.
    j_c_cook committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    5285ceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9aa35d View commit details
    Browse the repository at this point in the history
  3. Revert "Merge branch 'master' of https://github.com/j-c-cook/pygfunction

    "
    
    This reverts commit c9aa35d, reversing
    changes made to 5285ceb.
    j_c_cook committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    6e366ce View commit details
    Browse the repository at this point in the history
  4. Implemented _check_geometry in _BasePipe to validate the geometry of …

    …the borehole
    MassimoCimmino authored and j_c_cook committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    0120473 View commit details
    Browse the repository at this point in the history
  5. create an example for a custom borehole. Show 1) checking geometry, a…

    …nd 2) visualizing
    j_c_cook committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    9f0fd9a View commit details
    Browse the repository at this point in the history
  6. add end of line to example file

    j_c_cook committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    19ec4ae View commit details
    Browse the repository at this point in the history
  7. undo local changes I had made for other tasks...

    j_c_cook committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    8e20010 View commit details
    Browse the repository at this point in the history
  8. add the borehole top view plots

    j_c_cook committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    37ca918 View commit details
    Browse the repository at this point in the history
  9. reduce the line width of the pipe plotting to make the thickness of t…

    …he pipe easier to see
    j_c_cook committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    69385ea View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'upstream/issue47_drawBorehole_j-c-cook'…

    … into issue47_drawborehole
    j_c_cook committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    45f5136 View commit details
    Browse the repository at this point in the history
  11. for custom borehole design go ahead and compute the borehole resistan…

    …ce and print it
    j_c_cook committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    acae945 View commit details
    Browse the repository at this point in the history
  12. remove the draw_borehole method from boreholes.py module, was previou…

    …sly removed, but showed up again
    j_c_cook committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    2dbc0c3 View commit details
    Browse the repository at this point in the history
  13. remove the imports in boreholes.py associated with the removed draw_b…

    …orehole method
    j_c_cook committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    c4dcb36 View commit details
    Browse the repository at this point in the history
  14. change the filename to custom_borehole_design

    j_c_cook committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    b2a56dd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    293a490 View commit details
    Browse the repository at this point in the history
  16. change custom_borehole_design module definition to be more representa…

    …tive and accurate
    j_c_cook committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    7e2809f View commit details
    Browse the repository at this point in the history