Giter Club home page Giter Club logo

thermaid's Introduction

DOI Build Status

THERMAID

A numerical code to solve flow and heat transport in fractured porous media by the embedded discrete fracture method

THERMAID is a thermo-hydraulic code for fractured media that accounts for mechanical stability of the fractures, slip-induced transmissivity increase and thermally induced stresses.

Important note: Our documentation is currently under construction. Please don't hesistate to contact the author's directly should any questions arise.

What is Thermaid?

THERMAID is short for Thermo-Hydraulic Energy Resource Modelling for Application and Development and is a MATLAB program solving flow and heat transport in fractured porous media using the embedded discrete fracture method. It is targeted at researchers in the field of subsurface simulations who want to investigate energy resources in the subsurface and understand the embedded discrete fracture model.

For the impatient:

Download or clone the THERMAID repository. If you downloaded the repository as .zip or .tar.gz unpack it. If you have downloaded the repository, please rename it to THERMAID

Let's say you've stored everything in a directory /path/to/THERMAID. Then you can run and test the program by opening matlab and running:

>> cd /path/to/THERMAID
>> open examples/README.md
>> ex1

This will run first example of THERMAID. The other examples can be used similarly:

>> ex2
>> ex3
>> ex4
>> ex5

If you recieve an error between running different examples or simulations complaining about matrix dimensions that do not agree it is advised to use

close all; clear all;

in order to remove the persistent matrices which are resolution and DFN dependent. Afterwards the simulation should be able to start!

Detailed instructions can be found in the quick start guide.

License:

We wan't to provide you with the freedom to use and modify the code, but care about sharing with the community. Therefore the EDFM source code is released under the GNU General Public License (GPL) v3. The GNU GPL v3 is a copyleft license that requires anyone who distributes the source code or a derivative work to make the source available under the same terms. Please see the file ./LICENSE for details

Further information:

Please see the THERMAID publication, the quick start guide or direct questions directly to the author!

thermaid's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.