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 07608d3 commit bc8046b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Linear/BiaxBending/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Unsymmetric Bending
Tested with CGX 2.13 / CCX 2.12
Tested with CGX 2.13 / CCX 2.13

+ Application of bending moment via kinematic coupling without transverse constraints
+ Display of the neutral fiber

File | Contents
:------------- | :-------------
[par.run.fbl](par.run.fbl) | CGX script top level script, parametrized with param.py
[Biegung.inp](Biegung.inp) | CCX input
:------------- | :-------------
[par.run.fbl](par.run.fbl) | CGX script top level script, parametrized with param.py
[Biegung.inp](Biegung.inp) | CCX input
[test.py](test.py) | Python script to run the full simulation

## Model

Expand Down
Binary file modified Linear/BiaxBending/Refs/disp.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 Linear/BiaxBending/Refs/mesh.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 Linear/BiaxBending/Refs/neutral.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 Linear/BiaxBending/Refs/sxx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions Linear/BiaxBending/test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/python
import os

os.system("param.py par.run.fbl")
os.system("cgx -b run.fbl")

0 comments on commit bc8046b

Please sign in to comment.