Evaluate results of a modified geotechnical triaxial test with permeability measurement
With this evaluation tool you can check and interpret the results of a modified
geotechnical triaxial test
.
With this appliance it is possible to confine a probe, rise the axial stress and measure the permeability of the probe at all stages.
The tool was developed as part of a joint project called MERID (Microstructural Influence on Reservoir Integrity at Variable Hydromechanical Conditions) funded by the German Federal Ministry of Education and Research as part of GEO:N Project (Geoforschung für Nachhaltigkeit) to evaluate the results of a special assembled large triaxial cell.
This tool consists of a backend and a frontend both assembled in MathWorks Matlab.
The backend creates a connection to a MySQL-Database where the results of all experiments stored.
ExperimentsMetaData
, measured values ExperimentsData
, rock/soil related data ExperimentsSpecimenData
, MySQL database connection MeridDB
, interface to frontend (GUI) TriaxTestHandler
water-properties
repository.BrewerMap
from DrosteEffect which provides all ColorBrewer colorschemes (designed by Cynthia A. Brewer) for MATLAB.javaclasspath
(dynamic or static)javaclasspath
dynamic part
>> javaaddpath('/your_folder/mysql-connector-java-8.0.20.jar')
Check if adding was successful
>> javaclasspath
/some_other_folder/some_file.jar
DYNAMIC JAVA PATH
/your_folder/mysql-connector-java-8.0.20.jar
water-properties
additionally. As an alternative you can clone the repository viagit clone --recurse-submodules --remote-submodules https://github.com/froido/triaxial_test_evaluation_tool.git
GUI.mlapp
Triaxial Test Evaluation Tool
via GUI.mlapp
.+02:00
.
SET GLOBAL time_zone = '+02:00';
SET GLOBAL innodb_buffer_pool_size=4294967296;
Reach out to me at one of the following places!
www.gut.rwth-aachen.de
This project is licensed under the GNU General Public License v3.0 - see LICENSE.md file for details