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 bc8046b commit 91721de
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Test/Supports1/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Supports using distributing coupling
Tested with CGX 2.13 /CCX 2.12
Tested with CGX 2.13 /CCX 2.13

+ Use of distributing coupling to model bearings of a shaft
+ Modal analysis


File | Contents
:------------- | :-------------
[Welle.stp](Welle.stp) | Geometry, STEP format, generated using Autodesk INVENTOR
[pre.fbl](pre.fbl) | CGX script, meshing with CGX
[gmsh.fbl](gmsh.fbl) | CGX script, meshing with Gmsh
File | Contents
:------------- | :-------------
[Welle.stp](Welle.stp) | Geometry, STEP format, generated using Autodesk INVENTOR
[pre.fbl](pre.fbl) | CGX script, meshing with CGX
[gmsh.fbl](gmsh.fbl) | CGX script, meshing with Gmsh
[test.py](test.py) | Python script to run the full simulation

The geometry represents a gearbox shaft with bearing journals at the ends. These are modelled using distributing coupling of the cylindrical bearing surfaces. The translations of their centroid is controlled by the displacement of the reference nodes.

Expand Down
Binary file modified Test/Supports1/Refs/cgx-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 Test/Supports1/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 Test/Supports1/Refs/shape_10.gif
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 Test/Supports1/Refs/shape_11.gif
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 Test/Supports1/Refs/shape_12.gif
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 Test/Supports1/Refs/shape_15.gif
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 Test/Supports1/Refs/shape_16.gif
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 Test/Supports1/Refs/shape_17.gif
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 Test/Supports1/Refs/shape_18.gif
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 Test/Supports1/Refs/shape_19.gif
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 Test/Supports1/Refs/shape_20.gif
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 Test/Supports1/Refs/shape_6.gif
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 Test/Supports1/Refs/shape_7.gif
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 Test/Supports1/Refs/shape_8.gif
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 Test/Supports1/test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/python
import os

os.system("cgx -b gmsh.fbl")
os.system("cgx -b run.fbl")

0 comments on commit 91721de

Please sign in to comment.