OK Programs
214 subscribers
37 photos
26 files
5 links
Download Telegram
👉opsmatcal Version 1.2:
Material calibration is the process of deriving material behaviors from sets of material test data.
opsmatcal is a package for calibrating opensees uniaxial materials using genetic algorithm.

New in this version:
- Using various error calculation methods.
Coefficient of determination (R2 or R-squared)
Mean square error (MSE)
Root mean square error (RMSE)
Mean absolute error (MAE)
Mean absolute percentage error (MAPE)
Symmetric mean absolute percentage error (SMAPE)
- Automatically changing (narrowing) the range of variables according to the progress of the optimization operation.

👉Developer:
Oktay Alizadeh Arasi

👉Installing opsmatcal
pip install opsmatcal
👉opsmatcal Version 1.2 Manual:👇👇
👉opsmatcal Version 1.2 Example:👇👇
In some models we need to apply imperfection to the model or part of it. One of these cases is when we conduct push over (monotonic or cyclic) analysis on braced frames.
In these videos you will learn how to model a steel braced frame in ABAQUS FEM software and how to apply imperfection using mode shapes and conduct cyclic loading analysis . 👇👇👇
Part 1:
Part 2:
Part 3:
tcl Codes for 10 story reinforced concrete building with base isolation👇
👉opsanalyze Version 1.2:
opsanalyze is a python package to perform different kinds of analysis on opensees models. This program, automatically adjusts displacement/time increments according to the convergence of the solution in pushover (monotonic and cyclic) and transient analysis. In addition, this program has a function to apply damping to the structure or part of it. The region in which damping will be applied is defined by specifying x, y and z limits inside the domain. Program automatically determines the elements and nodes inside the specific region and calculates mass and stiffness coefficients and applies damping using region or rayleigh command.

👉Developer:
Okhtay Alizadeh Arasi

👉Installing opsanalyze
pip install opsanalyze