|
| 1 | +--- |
| 2 | +layout: |
| 3 | + title: |
| 4 | + visible: true |
| 5 | + description: |
| 6 | + visible: false |
| 7 | + tableOfContents: |
| 8 | + visible: true |
| 9 | + outline: |
| 10 | + visible: true |
| 11 | + pagination: |
| 12 | + visible: true |
| 13 | +--- |
| 14 | + |
1 | 15 | # Lips |
2 | 16 |
|
| 17 | +<figure><img src="../../.gitbook/assets/examples_lips.png" alt=""><figcaption></figcaption></figure> |
| 18 | + |
| 19 | +In this tutorial, we modify the force diagram to create a lip at the edge of the shell. By "lip," we refer to historical examples such as Heinz Isler's _Wyss Garten Haus_. These folds at the boundary play a key structural role in stiffening the edges of a shell. |
| 20 | + |
| 21 | +To achieve this modification, we must redirect the flow of the greatest forces. Typically, in our shell form-finding process, the greatest forces have been concentrated along the outermost edge of the shell, flowing down to the support points at the corners. However, in this case, we aim to direct these forces through an edge that is not at the very perimeter of the shell. |
| 22 | + |
| 23 | +To accomplish this, we will set the force diagram edge length parameters [**lmin**](../../manual/7.-modify-diagrams/supports-1.md) and [**lmax**](../../manual/7.-modify-diagrams/supports-1.md) to 1 and 3, respectively, for all boundary edges. For the inner loop of edges, we will use a range of 10–15. These values are arbitrary and serve to illustrate the principle. |
| 24 | + |
| 25 | +{% file src="../../.gitbook/assets/examples_lips.3dm" %} |
| 26 | + |
| 27 | +*** |
| 28 | + |
| 29 | +## 1. Create Pattern |
| 30 | + |
| 31 | +**Command:** `RV_pattern` > `RhinoMesh` |
| 32 | + |
| 33 | +Create a pattern from a mesh. You can start with the attached Rhino file or a session file. |
| 34 | + |
| 35 | +<figure><img src="../../.gitbook/assets/examples_lips_0.png" alt=""><figcaption></figcaption></figure> |
| 36 | + |
| 37 | +{% file src="../../.gitbook/assets/examples_lips_0.json" %} |
| 38 | + |
| 39 | +*** |
| 40 | + |
| 41 | +## 2. Identify Supports |
| 42 | + |
| 43 | +**Command:** `RV_pattern_supports` > `Add`> `Manual`> `Select Vertices` |
| 44 | + |
| 45 | +Manually set the boundary points from the three boundary arches. |
| 46 | + |
| 47 | +<figure><img src="../../.gitbook/assets/examples_lips_1.png" alt=""><figcaption></figcaption></figure> |
| 48 | + |
| 49 | +{% file src="../../.gitbook/assets/examples_lips_1.json" %} |
| 50 | + |
| 51 | +*** |
| 52 | + |
| 53 | +## 3. Form Diagram |
| 54 | + |
| 55 | +**Command:** `RV_form` |
| 56 | + |
| 57 | +The mesh geometry is converted into a line preview, marked with green lines. |
| 58 | + |
| 59 | +<figure><img src="../../.gitbook/assets/examples_lips_2.png" alt=""><figcaption></figcaption></figure> |
| 60 | + |
| 61 | +{% file src="../../.gitbook/assets/examples_lips_2.json" %} |
| 62 | + |
| 63 | +*** |
| 64 | + |
| 65 | +## 4. Force Diagram |
| 66 | + |
| 67 | +**Command:** `RV_force` |
| 68 | + |
| 69 | +Create a force diagram that shows the angle differences between the form and force diagrams. Ideally, they should become orthogonal to each other to achieve a compression-only shell. |
| 70 | + |
| 71 | +<figure><img src="../../.gitbook/assets/examples_lips_3.png" alt=""><figcaption></figcaption></figure> |
| 72 | + |
| 73 | +{% file src="../../.gitbook/assets/examples_lips_3.json" %} |
| 74 | + |
| 75 | +*** |
| 76 | + |
| 77 | +## 5. Horizontal Equilibrium |
| 78 | + |
| 79 | +**Command:** `RV_tna_horizontal` > `Iterations` > `1000` |
| 80 | + |
| 81 | +Set the iteration to 1000 to achieve horizontal equilibrium. Horizontal equilibrium is reached when no TextDot is visible, indicating that the angles between the force and form diagrams are orthogonal within the defined tolerance. |
| 82 | + |
| 83 | +<figure><img src="../../.gitbook/assets/examples_lips_4.png" alt=""><figcaption><p>.</p></figcaption></figure> |
| 84 | + |
| 85 | +{% file src="../../.gitbook/assets/examples_lips_4.json" %} |
| 86 | + |
| 87 | +*** |
| 88 | + |
| 89 | +## 6. Modify Force Diagram |
| 90 | + |
| 91 | +**Command:** `RV_force_modify`> `EdgeAttributes` > `Manual` |
| 92 | + |
| 93 | +Set the boundary edge length range ([lmin](../../manual/7.-modify-diagrams/supports-1.md) and [lmax](../../manual/7.-modify-diagrams/supports-1.md)) to \[1, 3], and the mesh edges representing the lip to \[10, 15]. |
| 94 | + |
| 95 | +<figure><img src="../../.gitbook/assets/examples_lips_5_0.png" alt=""><figcaption></figcaption></figure> |
| 96 | + |
| 97 | +<figure><img src="../../.gitbook/assets/examples_lips_5_1.png" alt=""><figcaption></figcaption></figure> |
| 98 | + |
| 99 | +{% file src="../../.gitbook/assets/examples_lips_5.json" %} |
| 100 | + |
| 101 | +*** |
| 102 | + |
| 103 | +## 7. Horizontal Equilibrium |
| 104 | + |
| 105 | +**Command:** `RV_tna_horizontal` > `Iterations` > `1000` |
| 106 | + |
| 107 | +Rerun the horizontal equilibrium. |
| 108 | + |
| 109 | +<figure><img src="../../.gitbook/assets/examples_lips_6.png" alt=""><figcaption></figcaption></figure> |
| 110 | + |
| 111 | +{% file src="../../.gitbook/assets/examples_lips_6.json" %} |
| 112 | + |
| 113 | +*** |
| 114 | + |
| 115 | +## 8. Vertical Equilibrium |
| 116 | + |
| 117 | +**Command:** `RV_tna_vertical` |
| 118 | + |
| 119 | +The final geometry is computed by running the vertical equilibrium command, keeping the z-height unchanged. For preview, we use the following options:`RV_settings > Drawing > show_pipes` and `show_forces`. |
| 120 | + |
| 121 | +<figure><img src="../../.gitbook/assets/examples_lips_7.png" alt=""><figcaption></figcaption></figure> |
| 122 | + |
| 123 | +{% file src="../../.gitbook/assets/examples_lips_7.json" %} |
0 commit comments