Stress-Strain Diagrams of Concrete

Calculates stress value of concrete given strain and material properties
299 Downloads
Updated 6 Jun 2019

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 (2024). Stress-Strain Diagrams of Concrete (https://www.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

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.1

description

1.0.0