This source modified from LearnEDFM. 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
Find a file
2018-04-26 15:31:35 +02:00
DFN Added the analytical H benchmark. 2018-01-26 10:52:27 +01:00
examples Brought InputFiles to newest conventions. Fixed some mistakes in comments. Updated README. 2018-04-11 10:34:15 +02:00
tests Added the analytical H benchmark. 2018-01-26 10:52:27 +01:00
util Initial THERMAID code release. 2017-11-15 11:40:04 +01:00
.gitignore Updated .travis.yml. 2018-01-10 14:49:52 +01:00
.travis.yml Updated read_dfn_data_from_file.m for newest stable octave (4.2.1). 2018-01-15 10:34:40 +01:00
attach_post_timestep.m Initial THERMAID code release. 2017-11-15 11:40:04 +01:00
attach_pre_timestep.m Initial THERMAID code release. 2017-11-15 11:40:04 +01:00
calc_d_mean.m Initial THERMAID code release. 2017-11-15 11:40:04 +01:00
calc_density.m Initial THERMAID code release. 2017-11-15 11:40:04 +01:00
calc_frac_flux_mat.m Initial THERMAID code release. 2017-11-15 11:40:04 +01:00
calc_frac_grad_expand_mat.m Initial THERMAID code release. 2017-11-15 11:40:04 +01:00
calc_frac_grad_mat.m Initial THERMAID code release. 2017-11-15 11:40:04 +01:00
calc_frac_mean_mat.m Initial THERMAID code release. 2017-11-15 11:40:04 +01:00
calc_frac_stability.m Faults can have different stress tensor orientations now. Does not break API. 2018-04-26 15:31:35 +02:00
calc_interface_values.m Initial THERMAID code release. 2017-11-15 11:40:04 +01:00
calc_interface_values_fracture.m Initial THERMAID code release. 2017-11-15 11:40:04 +01:00
calcVelocity.m Initial THERMAID code release. 2017-11-15 11:40:04 +01:00
initialize.m Modified reading DFN data from file. On the way to octave compatibility. 2018-01-08 15:42:42 +01:00
InputFile.m Brought InputFiles to newest conventions. Fixed some mistakes in comments. Updated README. 2018-04-11 10:34:15 +02:00
intersectionsGrid.m Initial THERMAID code release. 2017-11-15 11:40:04 +01:00
intersectionsSegments.m Modified reading DFN data from file. On the way to octave compatibility. 2018-01-08 15:42:42 +01:00
LICENSE Initial commit 2017-11-14 09:57:26 +01:00
pressureSystem.m Initial THERMAID code release. 2017-11-15 11:40:04 +01:00
README.md Brought InputFiles to newest conventions. Fixed some mistakes in comments. Updated README. 2018-04-11 10:34:15 +02:00
startup.m Initial THERMAID code release. 2017-11-15 11:40:04 +01:00
THERMAID.m Added MOxUnit tests for the examples and a first travis configuration. 2018-01-09 14:20:24 +01:00
THERMAID_Quick_Start_Guide_v1_01.pdf Added new Quick Start Guide version. 2018-02-19 12:58:12 +01:00
transport_heat_Advection.m Updated README.m. Restricted internal BC in temperature to injections. 2018-03-28 11:03:39 +02:00
transport_heat_Diffusion.m Updated README.m. Restricted internal BC in temperature to injections. 2018-03-28 11:03:39 +02:00
transport_heat_System.m Initial THERMAID code release. 2017-11-15 11:40:04 +01:00

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!