update authored by Selim Grote's avatar Selim Grote
...@@ -108,12 +108,12 @@ These parameters control where panels and structure groups are placed in space. ...@@ -108,12 +108,12 @@ These parameters control where panels and structure groups are placed in space.
| Parameter | Unit | Description | | Parameter | Unit | Description |
|---|---|---| |---|---|---|
| `Height` | m | Base elevation of the panel array above the ground | | `Height` | meters | Base elevation of the panel array above the ground |
| `TiltY` | ° | Tilt angle of the panels around the Y axis | | `TiltY` | degrees | Tilt angle of the panels around the Y axis |
| `PanelOffset` | m | Offset applied to panel positioning | | `PanelOffset` | meters | Offset applied to panel positioning |
| `PoleSpacingX` | m | Total distance between the two poles along X | | `PoleSpacingX` | meters | Total distance between the two poles along X |
| `StructureSpacingY` | m | Spacing between structure groups along Y | | `StructureSpacingY` | meters | Spacing between structure groups along Y |
| `PoleGroundPositioning` | m | Vertical offset relative to ground level (0 = flush, negative = buried) | | `PoleGroundPositioning` | meters | Vertical offset relative to ground level (0 = flush, negative = buried) |
--- ---
...@@ -137,10 +137,10 @@ Vertical posts that carry the entire structure. ...@@ -137,10 +137,10 @@ Vertical posts that carry the entire structure.
| Parameter | Unit | Description | | Parameter | Unit | Description |
|---|---|---| |---|---|---|
| `PoleShape` | — | Cross-section type: `Square`, `Rectangle`, or `Cylinder` | | `PoleShape` | — | Cross-section type: `Square`, `Rectangle`, or `Cylinder` |
| `PoleSide` | m | Side length (square profile) | | `PoleSide` | meters | Side length (square profile) |
| `PoleWidth` / `PoleHeight` | m | Width and height (rectangular profile) | | `PoleWidth` / `PoleHeight` | meters | Width and height (rectangular profile) |
| `PoleRadius` | m | Radius (cylindrical profile) | | `PoleRadius` | meters | Radius (cylindrical profile) |
| `PoleLength` | m | Total pole length along Z | | `PoleLength` | meters | Total pole length along Z |
#### Purlins #### Purlins
...@@ -149,7 +149,7 @@ Horizontal beams running along the **Y axis**, connecting poles and supporting p ...@@ -149,7 +149,7 @@ Horizontal beams running along the **Y axis**, connecting poles and supporting p
| Parameter | Unit | Description | | Parameter | Unit | Description |
|---|---|---| |---|---|---|
| `PurlinShape` | — | Cross-section type | | `PurlinShape` | — | Cross-section type |
| `PurlinSide` / `PurlinWidth` / `PurlinHeight` / `PurlinRadius` | m | Profile dimensions | | `PurlinSide` / `PurlinWidth` / `PurlinHeight` / `PurlinRadius` | meters | Profile dimensions |
| `NumberOfPurlins` | — | Number of purlins per group (1–10) | | `NumberOfPurlins` | — | Number of purlins per group (1–10) |
#### Rafters #### Rafters
...@@ -159,8 +159,8 @@ Beams oriented along the **X axis**, used to carry purlins or panels across the ...@@ -159,8 +159,8 @@ Beams oriented along the **X axis**, used to carry purlins or panels across the
| Parameter | Unit | Description | | Parameter | Unit | Description |
|---|---|---| |---|---|---|
| `RafterShape` | — | Cross-section type | | `RafterShape` | — | Cross-section type |
| `RafterSide` / `RafterWidth` / `RafterHeight` / `RafterRadius` | m | Profile dimensions | | `RafterSide` / `RafterWidth` / `RafterHeight` / `RafterRadius` | meters | Profile dimensions |
| `RafterLength` | m | Length of each rafter | | `RafterLength` | meters | Length of each rafter |
| `NumberOfRafters` | — | Number of rafters per group (1–10) | | `NumberOfRafters` | — | Number of rafters per group (1–10) |
#### Diagonals #### Diagonals
...@@ -170,7 +170,7 @@ Diagonal bracing bars connecting two poles to stiffen the structure against late ...@@ -170,7 +170,7 @@ Diagonal bracing bars connecting two poles to stiffen the structure against late
| Parameter | Unit | Description | | Parameter | Unit | Description |
|---|---|---| |---|---|---|
| `DiagonalShape` | — | Cross-section type | | `DiagonalShape` | — | Cross-section type |
| `DiagonalSide` / `DiagonalWidth` / `DiagonalHeight` / `DiagonalRadius` | m | Profile dimensions | | `DiagonalSide` / `DiagonalWidth` / `DiagonalHeight` / `DiagonalRadius` | meters | Profile dimensions |
| `DiagonalEpsilon` | — | Small numerical offset to avoid degenerate geometry | | `DiagonalEpsilon` | — | Small numerical offset to avoid degenerate geometry |
--- ---
...@@ -224,11 +224,11 @@ PoleShape: ...@@ -224,11 +224,11 @@ PoleShape:
PoleLength: PoleLength:
Value: 3.8 Value: 3.8
PoleSpacingX: PoleSpacingX:
Value: 0.2 Value: 2.0
NumberOfPurlins: NumberOfPurlins:
Value: 5 Value: 5
NumberOfRafters: NumberOfRafters:
Value: 3 Value: 2
``` ```
![PV Table](uploads/structure/PVTable.png) ![PV Table](uploads/structure/PVTable.png)
...@@ -280,7 +280,7 @@ NumberOfPurlins: ...@@ -280,7 +280,7 @@ NumberOfPurlins:
NumberOfRafters: NumberOfRafters:
Value: 3 Value: 3
``` ```
![HSATS](uploads/structure/HSATS.png) ![HSATS](uploads/structure/HSATS.jpg)
Figure 7 - HSATS structure with highlighting objects representing the different components. This object represent a group you can duplicate along the X axis and Y axis to form a full AV system. Figure 7 - HSATS structure with highlighting objects representing the different components. This object represent a group you can duplicate along the X axis and Y axis to form a full AV system.
... ...
......