-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
153 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# A TEST MODEL FOR SUBLOADINGVISCOUS1D MATERIAL | ||
|
||
node 1 0 0 | ||
node 2 4 0 | ||
node 3 0 -3 | ||
|
||
material SubloadingViscous1D 1 2E5 \ | ||
200 0 0 0 \ | ||
100 10 0 0 \ | ||
4E1 2 3E2 4 \ | ||
2E1 1E1 0 | ||
|
||
element T2D2 1 1 2 1 10 | ||
element T2D2 2 3 2 1 10 | ||
|
||
hdf5recorder 1 Element PEEQ 1 | ||
hdf5recorder 2 Element E 1 | ||
|
||
fix 1 P 1 3 | ||
|
||
displacement 1 0 0.2 2 2 | ||
|
||
step static 1 | ||
set fixed_step_size 1 | ||
set ini_step_size 1E-1 | ||
set symm_mat 0 | ||
|
||
converger RelIncreDisp 1 1E-10 10 1 | ||
|
||
analyze | ||
|
||
# Node 2: | ||
# Coordinate: | ||
# 4.0000e+00 0.0000e+00 | ||
# Displacement: | ||
# -4.6072e-02 2.0000e-01 | ||
# Resistance: | ||
# 4.0400e-09 1.5923e+03 | ||
peek node 2 | ||
|
||
reset | ||
clear | ||
exit |
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,9 @@ | ||
material SubloadingViscous1D 1 2E5 \ | ||
200 0 0 0 \ | ||
100 10 0 0 \ | ||
4E1 2 300 4 \ | ||
2E1 1E1 0 | ||
|
||
materialTest1D 1 1E-4 100 200 200 | ||
|
||
exit |
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
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