Skip to content

Commit d198677

Browse files
committed
add example
1 parent 758414a commit d198677

28 files changed

+456
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,8 @@ This page uses animated gifs. In Firefox, you might want to install the plugin [
231231
width="200"
232232
title="Application of moment load via kinematic coupling">
233233
](Linear/BiaxBending)
234+
[<img
235+
src="Test/Supports1/Refs/shape_3.gif"
236+
width="200"
237+
title="Modelling of bearings with distributing coupling">
238+
](Test/Supports1)

Test/Supports1/README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Supports using distributing coupling
2+
Tested with CGX/CCX 2.12
3+
4+
+ Use of distributing coupling to model bearings of a shaft
5+
+ Modal analysis
6+
7+
8+
File | Contents
9+
:------------- | :-------------
10+
[Welle.stp](Welle.stp) | Geometry, STEP format, generated using Autodesk INVENTOR
11+
[pre.fbl](pre.fbl) | CGX script, meshing with CGX
12+
[gmsh.fbl](gmsh.fbl) | CGX script, meshing with Gmsh
13+
14+
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.
15+
16+
Note that this works only for solid elements (not for shells).
17+
18+
The mesh is generated using Gmsh, as the meshing in CGX fails (massive production of elements with negative Jacobian, see issue #19).
19+
20+
<img src="Refs/mesh.png" width="400">
21+
22+
Constraints of the ref nodes
23+
24+
+ red: ux,uy,uz = 0
25+
+ blue: uy, uz = 0
26+
27+
28+
The shaft is free to rotate.
29+
30+
<img src="Refs/shape_1.gif" width="400">
31+
32+
Bending modes rotate about the centers of the bearing surfaces
33+
34+
<img src="Refs/shape_3.gif" width="400"><img src="Refs/shape_6.gif" width="400">
35+
36+
The left bearing is constrained in longitudinal direction (x), the right one is not. It is clearly visible that the bearing surfaces can deform (which they could not with kinematic coupling)
37+
38+
<img src="Refs/shape_12.gif" width="400">

Test/Supports1/Refs/mesh.png

23.2 KB
Loading

Test/Supports1/Refs/shape_1.gif

257 KB
Loading

Test/Supports1/Refs/shape_10.gif

277 KB
Loading

Test/Supports1/Refs/shape_11.gif

274 KB
Loading

Test/Supports1/Refs/shape_12.gif

272 KB
Loading

Test/Supports1/Refs/shape_13.gif

280 KB
Loading

Test/Supports1/Refs/shape_14.gif

271 KB
Loading

Test/Supports1/Refs/shape_15.gif

277 KB
Loading

0 commit comments

Comments
 (0)