# StructuralLoadCombination

## Load Combination

Object serves for definition a load combination. The combination is created from the existing load cases in the model, in [StructuralLoadCase](/loads/structuralloadcase.md#load-case) sheet.

### Specification in the excel

| Name of the column header | Type of data |                                                                                                                                                                             Value example or enum definition                                                                                                                                                                            | Required value                                        | Description                                                                                                                                                                                                                                                             |
| ------------------------- | ------------ | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | ----------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name                      | String       |                                                                                                                                                                                           COM1                                                                                                                                                                                          | yes                                                   | Human readable unique name of the object                                                                                                                                                                                                                                |
| Description               | String       |                                                                                                                                                                                 varibale\_1 + dead load                                                                                                                                                                                 | no                                                    | The description of the load combination                                                                                                                                                                                                                                 |
| Category                  | Enum         |                                                                                                     <p>ULS (Ultimate Limit State)<br></p><p>SLS (Serviceability Limit State)<br></p><p>ALS (Accidental Limit State)<br></p><p>According national standard<br></p><p>Not defined</p>                                                                                                     | yes                                                   | The category of the load combination                                                                                                                                                                                                                                    |
| National standard         | Enum         | <p>EN-ULS(STR/GEO) Set B<br></p><p>EN-ULS (STR/GEO) Set C<br></p><p>EN-Accidental 1<br></p><p>EN-Accidental 2<br></p><p>EN-Seismic<br></p><p>EN-SLS</p><p>Characteristic<br></p><p>EN-SLS Frequent<br></p><p>EN-SLS Quasi-permanent<br></p><p>IBC-LRFD ultimate<br></p><p>IBC-ASD ultimate<br></p><p>IBC-ASD<br>serviceability<br></p><p>IBC-ASD seismic<br></p><p>IBC-LRFD seismic</p> | Yes, If Category =According national standard         | The National code application                                                                                                                                                                                                                                           |
| Load factor #             | double       |                                                                                                                                                                                           1,35                                                                                                                                                                                          | yes, If Category in not "According national standard" | Load factor of the load case. # means indexing of the Load factor column, e.g. Load factor 1, Load factor 2, … Load factor 99. It depends on how many load case is considered in combination.                                                                           |
| Multiplier #              | double       |                                                                                                                                                                                           0,9                                                                                                                                                                                           | yes                                                   | A multiplier for e.g. increase the selfweight of the structure . # means indexing of the Multiplier column, e.g. Multiplier 1, Multiplier 2, … Multiplier 99. It depends on how many load case is considered in combination.                                            |
| Load case name #          | String       |                                                                                                                                                                                           LC1                                                                                                                                                                                           | yes                                                   | Valid name of the load case ([StructuralLoadCase](/loads/structuralloadcase.md#load-case)). # means indexing of the load case name column, e.g. Load case name 1, Load case name 2, … load case name 99. It depends on how many load case is considered in combination. |
| 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/structuralloadcombination.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.
