Skip to content

Commit

Permalink
test with ccx 2.13, add test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mkraska committed Nov 3, 2017
1 parent 91721de commit 57846fe
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Contact/Tubes/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Telescoping Tubes Under Bending Load
Tested with CGX 2.13/CCX 2.12
Tested with CGX 2.13 / CCX 2.13

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

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

## Preprocessing

Expand Down
Binary file modified Contact/Tubes/SE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Contact/Tubes/SE_zoom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Contact/Tubes/contact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Contact/Tubes/cpress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Contact/Tubes/cpress_rot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Contact/Tubes/sets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Contact/Tubes/solve.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions Contact/Tubes/test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/python
import os

os.system("cgx -b pre.fbd")
os.system("ccx solve")
os.system("monitor.py solve")
os.system("cgx -b post.fbd")

0 comments on commit 57846fe

Please sign in to comment.