Fiber-Reinforced Concrete Finite Element Solver

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