-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://gitlab.com/dlr-perihub/PeriLab.jl
- Loading branch information
Showing
11 changed files
with
7,097 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# SPDX-FileCopyrightText: 2023 Christian Willberg <christian.willberg@dlr.de>, Jan-Timo Hesse <jan-timo.hesse@dlr.de> | ||
# | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
PeriLab: | ||
Discretization: | ||
Node Sets: | ||
Node Set 1: 1 5 9 | ||
Node Set 2: 4 8 12 | ||
Type: "Text File" | ||
Input Mesh File: "simpleMesh.txt" | ||
Physics: | ||
Material Models: | ||
Aluminium: | ||
Material Model: "Bond-based Elastic" | ||
Bulk Modulus: 2.0e5 | ||
Shear Modulus: 1.0e5 | ||
Symmetry: "isotropic plane stress" | ||
Zero Energy Control: "Global" | ||
Damage Models: | ||
Damage: | ||
Critical Value: 0.1 | ||
Damage Model: Critical Stretch | ||
Blocks: | ||
block_1: | ||
Material Model: "Aluminium" | ||
Damage Model: Damage | ||
Density: 2.7e-9 | ||
Horizon: 2.7221534653465347 | ||
block_2: | ||
Material Model: "Aluminium" | ||
Density: 2.7e-9 | ||
Horizon: 2.7221534653465347 | ||
Boundary Conditions: | ||
BC_1: | ||
Type: "Displacements" | ||
Node Set: "Node Set 1" | ||
Coordinate: "x" | ||
Value: "0" | ||
BC_2: | ||
Type: "Displacements" | ||
Node Set: "Node Set 2" | ||
Coordinate: "x" | ||
Value: "2*t" | ||
Solver: | ||
Material Models: True | ||
Damage Models: True | ||
Initial Time: 0.0 | ||
Final Time: 5.2e-6 | ||
Numerical Damping: 5e-06 | ||
Verlet: | ||
Safety Factor: 1.00 | ||
Outputs: | ||
Output1: | ||
Flush File: False | ||
Output Filename: "test_1" | ||
Output File Type: "Exodus" | ||
Number of Output Steps: 10 | ||
Output Variables: | ||
Forces: True | ||
Displacements: True | ||
Volume: True | ||
Number of Neighbors: True | ||
Damage: True | ||
Testvalues: True | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# SPDX-FileCopyrightText: 2023 Christian Willberg <christian.willberg@dlr.de>, Jan-Timo Hesse <jan-timo.hesse@dlr.de> | ||
# | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
header: x y block_id volume | ||
0 0 1 1.e-01 | ||
1 0 1 1.e-01 | ||
2 0 1 1.e-01 | ||
3 0 1 1.e-01 | ||
0 1 1 1.e-01 | ||
1 1 1 1.e-01 | ||
2 1 1 1.e-01 | ||
3 1 1 1.e-01 | ||
0 2 2 1.e-01 | ||
1 2 2 1.e-01 | ||
2 2 2 1.e-01 | ||
3 2 2 1.e-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# SPDX-FileCopyrightText: 2023 Christian Willberg <christian.willberg@dlr.de>, Jan-Timo Hesse <jan-timo.hesse@dlr.de> | ||
# | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
header: x y block_id volume myNamex myNamey | ||
0 0 1 1.e-01 1.123 5.123 | ||
1 0 1 1.e-01 1.3 1.3 | ||
2 0 1 1.e-01 1.3 1.3 | ||
3 0 1 1.e-01 1.3 1.3 | ||
0 1 1 1.e-01 1.3 1.3 | ||
1 1 1 1.e-01 1.1 1.1 | ||
2 1 1 1.e-01 2. 2. | ||
3 1 1 1.e-01 1.23 1.23 | ||
0 2 2 1.e-01 3. -3. | ||
1 2 2 1.e-01 4. -4. | ||
2 2 2 1.e-01 1.23 -1.23 | ||
3 2 2 1.e-01 1.1 1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# SPDX-FileCopyrightText: 2023 Christian Willberg <christian.willberg@dlr.de>, Jan-Timo Hesse <jan-timo.hesse@dlr.de> | ||
# | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
header: x y block_id volume Angles | ||
0 0 1 1.e-01 90 | ||
1 0 1 1.e-01 90 | ||
2 0 1 1.e-01 90 | ||
3 0 1 1.e-01 90 | ||
0 1 1 1.e-01 90 | ||
1 1 1 1.e-01 90 | ||
2 1 1 1.e-01 90 | ||
3 1 1 1.e-01 90 | ||
0 2 2 1.e-01 90 | ||
1 2 2 1.e-01 90 | ||
2 2 2 1.e-01 90 | ||
3 2 2 1.e-01 90 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# SPDX-FileCopyrightText: 2023 Christian Willberg <christian.willberg@dlr.de>, Jan-Timo Hesse <jan-timo.hesse@dlr.de> | ||
# | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
header: x y block_id volume myName | ||
0 0 1 1.e-01 1.123 | ||
1 0 1 1.e-01 1.3 | ||
2 0 1 1.e-01 1.3 | ||
3 0 1 1.e-01 1.3 | ||
0 1 1 1.e-01 1.3 | ||
1 1 1 1.e-01 1.1 | ||
2 1 1 1.e-01 2. | ||
3 1 1 1.e-01 1.23 | ||
0 2 2 1.e-01 3. | ||
1 2 2 1.e-01 4. | ||
2 2 2 1.e-01 1.23 | ||
3 2 2 1.e-01 1.1 |
Oops, something went wrong.