Skip to content

Commit f7f26f0

Browse files
GITBOOK lips and barrel update.
1 parent a83e5ca commit f7f26f0

File tree

2 files changed

+229
-0
lines changed

2 files changed

+229
-0
lines changed
Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,123 @@
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+
115
# Lips
216

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" %}
Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,110 @@
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+
115
# Barrel Vault
216

17+
<figure><img src="../../.gitbook/assets/examples_barrel.png" alt=""><figcaption></figcaption></figure>
18+
19+
In this tutorial, we will explore the basic features of RhinoVAULT to determine the equilibrium shape of a barrel vault with two boundary supports. To form-find the barrel vault, we will adjust the form diagram parameters for the allowable internal horizontal force limits: [**hmax**](../../manual/7.-modify-diagrams/supports.md) (upper limit) and [**hmin**](../../manual/7.-modify-diagrams/supports.md) (lower limit).
20+
21+
A barrel vault is unique because its edges orthogonal to the arches carry almost no load (e.g., **1e-5**), while the edges along the arches share the same internal horizontal force (e.g., **2**). The exception occurs at the boundary, where half of the horizontal force is used (e.g., **1**) for the small tributary area. Due to this special force distribution, the force diagram collapses into a single line.
22+
23+
{% file src="../../.gitbook/assets/examples_barrel.3dm" %}
24+
25+
***
26+
27+
## 1. Create Pattern
28+
29+
**Command:** `RV_pattern` > `RhinoMesh`
30+
31+
Create a pattern from a mesh. You can start with the attached Rhino file or a session file.
32+
33+
<figure><img src="../../.gitbook/assets/examples_barrel_0.png" alt=""><figcaption></figcaption></figure>
34+
35+
{% file src="../../.gitbook/assets/examples_barrel_0.json" %}
36+
37+
***
38+
39+
## 2. Identify Supports
40+
41+
**Command:** `RV_pattern_supports` > `Add`> `Manual`> `Select Vertices`
42+
43+
Manually set the boundary points on the top and bottom edges of the mesh.
44+
45+
<figure><img src="../../.gitbook/assets/examples_barrel_1.png" alt=""><figcaption></figcaption></figure>
46+
47+
{% file src="../../.gitbook/assets/examples_barrel_1.json" %}
48+
49+
***
50+
51+
## 3. Form Diagram
52+
53+
**Command:** `RV_form`
54+
55+
The mesh geometry is converted into a line preview, marked with green lines.
56+
57+
<figure><img src="../../.gitbook/assets/examples_barrel_2.png" alt=""><figcaption></figcaption></figure>
58+
59+
{% file src="../../.gitbook/assets/examples_barrel_2.json" %}
60+
61+
***
62+
63+
## 4. Modify Form Diagram
64+
65+
**Command:** `RV_form_modify`> `Edge Constraints` > `Manual`\
66+
Set the horizontal edge constraints (h\_min and h\_max) to: a) 0.00001, b) vertical edges to 2, and c) vertical boundary edges to 1. This is done because horizontal edges ideally carry no load, and boundary arches have a tributary area twice as large as the outer ones.
67+
68+
<figure><img src="../../.gitbook/assets/examples_barrel_3_0.png" alt=""><figcaption></figcaption></figure>
69+
70+
<figure><img src="../../.gitbook/assets/examples_barrel_3_1.png" alt=""><figcaption></figcaption></figure>
71+
72+
<figure><img src="../../.gitbook/assets/examples_barrel_3_2.png" alt=""><figcaption></figcaption></figure>
73+
74+
{% file src="../../.gitbook/assets/examples_barrel_3.json" %}
75+
76+
***
77+
78+
## 5. Force Diagram
79+
80+
**Command:** `RV_force`
81+
82+
On the right side, the force diagram is created with TextDots marking the angle deviation between the form edge and its 90-degree rotated force edge. In the next step, horizontal equilibrium will be applied to reduce this deviation to zero.
83+
84+
<figure><img src="../../.gitbook/assets/examples_barrel_4.png" alt=""><figcaption><p>.</p></figcaption></figure>
85+
86+
{% file src="../../.gitbook/assets/examples_barrel_4.json" %}
87+
88+
***
89+
90+
## 6. Horizontal Equilibrium
91+
92+
**Command:** `RV_tna_horizontal` > `Iterations` > `1000`
93+
94+
Set the iteration to 1000 to reach the horizontal equilibrium. Since horizontal segments have almost no force, the force diagram collapses to a line.
95+
96+
<figure><img src="../../.gitbook/assets/examples_barrel_5.png" alt=""><figcaption></figcaption></figure>
97+
98+
{% file src="../../.gitbook/assets/examples_barrel_5.json" %}
99+
100+
***
101+
102+
## 7. Vertical Equilibrium
103+
104+
**Command:** `RV_tna_vertical`
105+
106+
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`.
107+
108+
<figure><img src="../../.gitbook/assets/examples_barrel_6.png" alt=""><figcaption></figcaption></figure>
109+
110+
{% file src="../../.gitbook/assets/examples_barrel_6.json" %}

0 commit comments

Comments
 (0)