Git Product home page Git Product logo

roubinet-2012's Introduction

//////////////////////
// Code description //
//////////////////////
// The code PERFORM is dedicated to simulate solute transport in heterogeneous fractured porous media.

// Simulation conditions are described in the folder "Input" where the file "File_names.txt" contains the names of the parameter file (located in the folder "Param_files") and the domain file (located in the folder "Domain_files"). 

// Examples of these files are present in each of these two folders corresponding to the simulations presenting in the article [Roubinet et al., 2012].

// The code requires the following libraries:
- CGAL-3.2.1
- boost_1_49_0

// For more information, please see the related documentation file and article [Roubinet et al., 2012] 


//////////////////////
// Code compilation //
//////////////////////
- create a new C++ project 
- import the source files located in the folder "src"
- add the following include folders 
(in Properties -> C/C++ General -> Paths and Symbols -> Includes):
your_path_to_libraries/CGAL-3.2.1/include
your_path_to_libraries/CGAL-3.2.1/include/CGAL/config/msvc7
boost_1_49_0
- add the library in libCGAL.a
(in Properties -> C/C++ General -> Paths and Symbols -> Libraries)

- .vcproj and .sln files for Visual Studio are located in the folder VStudio 

////////////////////
// Code execution //
////////////////////
// When running the code, user should enter the path containing the folders "Input" and "Output"

// Simulation results corresponding to solute arrival times will be located in the folder "Output" 


////////////////
// References //
////////////////
// D. Roubinet, J.-R. de Dreuzy, and D. M. Tartakovsky, Particle-tracking simulations of anomalous transport in hierarchically fractured rocks, Computer and Geosciences, 2012

roubinet-2012's People

Contributors

roubinet avatar

Watchers

 avatar

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.