Skip to content

Commit 81f1a26

Browse files
IgarizzaIAntonau
andauthored
Adding SI benchmarks (#153)
* scenario_1 * scenario_2 * scenarion 3 * scenarion 4 * scenario_5 * fine meshes * read me * readme * editing read me * read me * adding kratos version --------- Co-authored-by: IAntonau <ihar.antonau@tu-bs.de>
1 parent 60667ae commit 81f1a26

File tree

147 files changed

+321157
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+321157
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Benchmarks: Verification Cases
2+
3+
**Author:** Ihar Antonau
4+
5+
**Kratos version:** 10.4.1
6+
7+
## Benchmarks Specification
8+
9+
This benchmark suit contains five scenarios to test damage localizations in structures. All examples are based on 2D Plate with a hole. The source file to prepare model can be find in /prep_mdpa folder. Each scenario folder contains three folders:
10+
- /damaged_system: simple FE run to compute displacements and strains of the damaged model. One can modify the damage intensity or position by choosing different sub mesh in Material.JSON file. The CAD and mesh is generated using SALOME, see plate_w_hole.hdf file.
11+
- /sensor_placement contains sensor_data.json to describe the sensor set to use in damage identification process.
12+
- /system_identification contains all file to run SI process. Here you can change all optimization settings or redefine optimization problem.
13+
14+
15+
Figure below schematically describes the FE-model of the benchmark. The 2D plate is clamped at the left edge, and a distributed force is applied on the right side ($Q = 5\times10^{2}$ kN). The force has been chosen to keep the displacements relatively small for linear modeling. We are using 3D shell elements.
16+
17+
![FE Model](pictures/plate_with_hole.png)
18+
19+
To generate synthetic measurement data, the finite element model is first
20+
evaluated in a damaged configuration by assigning reduced material proper-
21+
ties to the predefined damage zones. The resulting displacement (or strain)
22+
fields are then sampled at designated virtual sensor locations and stored
23+
as the measured response. Because the ability to identify damaged regions
24+
is highly sensitive to sensor placement, a uniform 5 mm sensor grid is em-
25+
ployed to simplify the benchmark and mitigate sensor-location effects, see Figure below. This results in a total of 55 sensors, providing sufficient spatial coverage
26+
to detect most damage zones located within the grid.
27+
28+
![Sensor Set Up](pictures/sensor_position.png)
29+
1.28 MB
Loading
179 KB
Loading

0 commit comments

Comments
 (0)