8000 GitHub - sahilkur36/material-calibrator: OpenSees Material Model Calibrator - A tool for calibrating material models using experimental data via Bayesian search
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

OpenSees Material Model Calibrator - A tool for calibrating material models using experimental data via Bayesian search

License

Notifications You must be signed in to change notification settings

sahilkur36/material-calibrator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSees uniaxialMaterial parameter calibration via Bayesian search

A tool for calibrating OpenSees material models using experimental data. This application uses Bayesian optimization to find the best material parameters that match experimental hysteresis curves.

Author

S. Mohammad Hosseini V.
Shahid Beheshti University
Civil, Water, and Environmental Engineering Faculty
Email: smo.hosseini@mail.sbu.ac.ir

Demo

Check out the demo of this application on LinkedIn: View Demo

Features

  • Interactive web interface built with Streamlit
  • Automatic parameter detection from OpenSees material commands
  • Bayesian optimization using Optuna
  • Real-time visualization of optimization progress
  • Comparison plots between experimental and optimized model responses
  • Support for various OpenSees uniaxial material models

Installation

  1. Clone the repository:
git clone https://github.com/FEMquake/material-calibrator.git
cd material-calibrator
  1. Create a virtual environment (recommended):
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt

Usage

  1. Start the application:
streamlit run src/app.py
  1. Upload your experimental data:

    • Strain/deformation data file (text format)
    • Stress/force data file (text format)
  2. Define your OpenSees material model command

  3. Set parameter bounds for optimization

  4. Run the calibration

Example

# Example material command
uniaxialMaterial('Steel02', 1, Fy, E0, b, R0, cR1, cR2, a1, 1.0, a3, 1.0, 0.0)

Dependencies

  • streamlit: Web interface
  • numpy: Numerical computations
  • matplotlib: Plotting
  • optuna: Bayesian optimization
  • hysteresis: Hysteresis curve analysis
  • openseespy: OpenSees integration
  • plotly: Interactive visualizations

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

About

OpenSees Material Model Calibrator - A tool for calibrating material models using experimental data via Bayesian search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0