-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from prashjha/main
Update joss branch
- Loading branch information
Showing
8 changed files
with
577 additions
and
3 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
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,82 @@ | ||
Model: | ||
Dimension: 2 | ||
Discretization_Type: | ||
Spatial: finite_difference | ||
Time: central_difference | ||
Final_Time: 1.000000e-02 | ||
Time_Steps: 20000 | ||
Particle_Sim_Type: Single_Particle | ||
# Zone block is optional | ||
# For Single_Particle simulation, zone = 1 is fixed | ||
Zone: | ||
Zones: 1 | ||
# Particle block is not needed if mesh file is provided but if we are creating mesh | ||
# using in-built function, we need geometry information within this block | ||
Particle: | ||
# optional | ||
Test_Name: test_peridynamics | ||
Zone_1: | ||
Type: circle | ||
Parameters: [3.000000e-03, 0.000000e+00, 0.000000e+00, 0.000000e+00] | ||
Mesh: | ||
Zone_1: | ||
File: mesh_cir_1_0.msh | ||
Material: | ||
Zone_1: | ||
Type: PDState | ||
Horizon: 6.000000e-04 | ||
Density: 1.200000e+03 | ||
Compute_From_Classical: true | ||
K: 2.160000e+05 | ||
G: 1.296000e+05 | ||
Gc: 5.000000e+02 | ||
Influence_Function: | ||
Type: 1 | ||
Displacement_BC: | ||
Sets: 2 | ||
Set_1: | ||
Region: | ||
Geometry: | ||
Type: rectangle | ||
Parameters: [-0.001, -0.001, 0, -0.0005, -0.0005, 0] | ||
Direction: [1,2] | ||
Time_Function: | ||
Type: constant | ||
Parameters: | ||
- 0.0 | ||
Spatial_Function: | ||
Type: constant | ||
Zero_Displacement: true | ||
Set_2: | ||
Region: | ||
Geometry: | ||
Type: rectangle | ||
Parameters: [0.0005, 0.0005, 0, 0.001, 0.001, 0] | ||
Direction: [1,2] | ||
Time_Function: | ||
Type: linear | ||
Parameters: | ||
- 0.005 | ||
Spatial_Function: | ||
Type: constant | ||
Output: | ||
Path: ./out/ | ||
Tags: | ||
- Displacement | ||
- Velocity | ||
- Force | ||
- Force_Density | ||
- Damage_Z | ||
- Damage | ||
- Nodal_Volume | ||
- Zone_ID | ||
- Particle_ID | ||
- Fixity | ||
- Force_Fixity | ||
- Theta | ||
Output_Interval: 1000 | ||
Compress_Type: zlib | ||
Perform_FE_Out: true | ||
Perform_Out: true | ||
Debug: 3 | ||
Tag_PP: 0 |
Oops, something went wrong.