Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Triaxial Test Analyzer

A professional desktop application for analyzing triaxial rock mechanics test data.

License: MIT


📚 Documentation


▶️ Running the Application

Run from project root:

python -m gui.app

📁 Example Data

Example triaxial test files are located in:

examples/

📊 Features

  • Load CSV/XLSX triaxial test files
  • Compute peak stress & strain
  • Compute σ₁ and σ₃
  • Generate Mohr circles (perfectly round)
  • Fit Mohr–Coulomb envelope
  • Export TXT, PDF, DOCX reports
  • Clean PySide6 GUI

📈 Mohr Circles

  • Equal aspect ratio
  • Legend outside plot
  • Tangent points shown
  • Envelope drawn over correct domain
  • Exported plots not stretched

📤 Report Export

Formats:

  • .txt
  • .pdf
  • .docx

PDF/DOCX include embedded Mohr plot.