Fiber-Reinforced Concrete Finite Element Solver

버전 1.0.1 (73.9 KB) 작성자: Ayad Al-Rumaithi
Fiber-Reinforced Concrete Finite Element Solver
다운로드 수: 101
업데이트 날짜: 2022/9/30

라이선스 보기

Fiber-Reinforced concrete finite element solver based on the mesoscale model described in the reference [1]. Example files for the analysis of FRC beams subjected to three-point bending tests are provided in the folder Run Flexure as follows:
1-Example_One_Realization.m: executes one realization of the analysis.
2-Example_Multiple_Realizations.m: executes multiple realizations of the analysis, then the results are saved in a folder.
3-Example_Multiple_Realizations_Size_Effect.m: executes multiple realizations of the analysis for a certain size scale, then the results are saved in a folder.
4-Example_Multiple_Realizations_Size_Effect_Meso_Macro.m: executes multiple realizations of the analysis for a certain size scale, then the results are saved in a folder. In order to save computation time for large size scales, steel fibers are simulated only in the center of the beam near the notch location.
In the above examples, Orientation=[]; which means the fibers are randomly oriented. In order to generate alligned fibers, change Orientation variable to the following values:
1-Alligned to x-axis: Orientation=[1 ; 1e-6 ; 1e-6];
2-Alligned to y-axis: Orientation=[1e-6 ; 1 ; 1e-6];
3-Alligned to z-axis: Orientation=[1e-6 ; 1e-6 ; 1];
references:
[1] Al-Ahmed, Ali Hussein Ali, et al. "Mesoscale analysis of Fiber-Reinforced concrete beams." Engineering Structures 266 (2022): 114575.

인용 양식

Ayad Al-Rumaithi (2024). Fiber-Reinforced Concrete Finite Element Solver (https://www.mathworks.com/matlabcentral/fileexchange/118305-fiber-reinforced-concrete-finite-element-solver), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2017b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.1

Description

1.0.0