Skip to content

Commit 57846fe

Browse files
committed
test with ccx 2.13, add test.py
1 parent 91721de commit 57846fe

File tree

9 files changed

+15
-7
lines changed

9 files changed

+15
-7
lines changed

Contact/Tubes/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# Telescoping Tubes Under Bending Load
2-
Tested with CGX 2.13/CCX 2.12
2+
Tested with CGX 2.13 / CCX 2.13
33

44
+ Telescopic structure of linear elastic tubes
55
+ Loaded in pure bending (no shear)
66
+ Surface-to-surface contact
77

8-
| File | Contents |
9-
| :------------- | :------------- |
10-
| [pre.fbd](pre.fbd) | Pre-processing script for CGX |
11-
| [post.fbd](post.fbd) | Post-processing script for cgx |
12-
| [solve.inp](solve.inp) | CCX input |
13-
| [moment.plt](moment.plt) | Gnuplot input for the moment-time-curve |
8+
File | Contents
9+
:------------- | :-------------
10+
[pre.fbd](pre.fbd) | Pre-processing script for CGX
11+
[post.fbd](post.fbd) | Post-processing script for cgx
12+
[solve.inp](solve.inp) | CCX input
13+
[moment.plt](moment.plt) | Gnuplot input for the moment-time-curve
14+
[test.py](test.py) | Python script to run the full simulation
1415

1516
## Preprocessing
1617

Contact/Tubes/SE.png

0 Bytes
Loading

Contact/Tubes/SE_zoom.png

0 Bytes
Loading

Contact/Tubes/contact.png

0 Bytes
Loading

Contact/Tubes/cpress.png

0 Bytes
Loading

Contact/Tubes/cpress_rot.png

0 Bytes
Loading

Contact/Tubes/sets.png

0 Bytes
Loading

Contact/Tubes/solve.png

7.3 KB
Loading

Contact/Tubes/test.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/python
2+
import os
3+
4+
os.system("cgx -b pre.fbd")
5+
os.system("ccx solve")
6+
os.system("monitor.py solve")
7+
os.system("cgx -b post.fbd")

0 commit comments

Comments
 (0)