# StructuralLoadGroup

## Load group

Load groups define "how the individual load cases may be combined together" if inserted into a load case combination. Thanks to the load groups, the user can easily specify which load cases MUST, MUST NOT, or CAN act together. Each load group may be used either for permanent loads or for variable loads. Permanent and variable loads cannot appear in the same group.

### Specification in the excel

| Name of the column header | Type of data |                                       Value example or enum definition                                      | Required value                     | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| ------------------------- | ------------ | :---------------------------------------------------------------------------------------------------------: | ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name                      | String       |                                                     LG1                                                     | yes                                | Human readable unique name of the object                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Load group type           | Enum         | <p>Permanent<br></p><p>Variable</p><p>Accidental</p><p>Seismic</p><p>Moving</p><p>Tensioning</p><p>Fire</p> | yes                                | <p>This parameters tell whether the load group is used for permanent or variable loads.</p><p>Applicable Load group types for:</p><p><strong>Permanent load case:</strong> Permanent</p><p><strong>Variable load case:</strong> Variable, Seismic, Moving, Tensioning, Fire</p><p><strong>Accidental load case:</strong> Accidental</p>                                                                                                                                                                                                                                                                                                                                                                              |
| Relation                  | Enum         |                                <p>Exclusive</p><p>Standard</p><p>Together</p>                               | yes                                | <p>The relation tells what the relation of load cases in the particular load group is.</p><p><strong>Exclusive</strong>: Two load cases from the same load group of this type will never appear in the same combination.<br>Applicable for Load group types: Variable, Accidental, Seismic, Moving, Tensioning, Fire</p><p><strong>Standard</strong>: It allows the user to sort load cases but it does not affect the process of generation of load case combinations.</p><p>Applicable for Load group types: All</p><p><strong>Together</strong>: All load cases in the same load group of this type are always inserted into every new load case combination</p><p>Applicable for Load group types: Permanent</p> |
| Load type                 | String       |                                                   Domestic                                                  | yes, if Load group type = Variable | <p>Define type of variable load, E.g. Domestic,</p><p>Offices,</p><p>Congregation,</p><p>Shopping,</p><p>Storage,</p><p>Vehicle < 30kN,</p><p>Vehicle > 30kN,</p><p>Roofs,</p><p>Snow,</p><p>Wind,</p><p>Temperature</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Id                        | String       |                                     39f238a5-01d0-45cf-a2eb-958170fd4f39                                    | no                                 | Unique attribute designation                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gitbook.saf.guide/loads/structuralloadgroup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
