Stress-Strain Diagrams of Concrete

Calculates stress value of concrete given strain and material properties
357 Downloads
Updated 5 Sep 2024

View License

Calculates stress value of concrete given strain and material properties using the model in the reference [1].
function Stress=CONCRETE(Strain,Properties)
%Input
Strain: Strain value
Properties: A vector defining concrete properties as shown (with posative values):
(1):Compressive strength
(2):Tensile strength
(3):Strain at stress=compressive strength
(4):Strain at stress=tensile strength
(5):Modulus of elasticity
Output
Stress: Stress value
Example file is also provided.
References:
[1] Карпенко, Н. И., Т. А. Мухамедиев, and А. Н. Петров. "Исходные и трансформированные диаграммы деформирования бетона и арматуры." Напряженно деформирован ное состояние бетонных и железобетон ных конструкций. М.: НИИЖБ (1986): 69.

Cite As

Ayad Al-Rumaithi (2025). Stress-Strain Diagrams of Concrete (https://uk.mathworks.com/matlabcentral/fileexchange/71769-stress-strain-diagrams-of-concrete), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2017b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Material Sciences in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.2

Added website

1.0.1

description

1.0.0