# StructuralLoadCase

## Load case

Individual loads are not defined "freely". They must be included in load cases. A load case is a group, commonly used to group loads from the same action source. The load cases correspond with the professional terminology specified in national technical standards dealing with loads of civil engineering structures. The application of load cases follows the load management procedures that are usual and also obligatory in civil engineering practice.

### Specification in the excel

| Name of the column header | Type of data |                                                                                                    Value example or enum definition                                                                                                    | Required value                 | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| ------------------------- | ------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Name                      | String       |                                                                                                                   LC1                                                                                                                  | yes                            | Human readable unique name of the object                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Description               | String       |                                                                                                             Offices – Cat.B                                                                                                            | no                             | Description of the load case                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Action type               | Enum         |                                                                                        <p>Permanent<br></p><p>Variable<br></p><p>Accidental</p>                                                                                        | yes                            | Type of load in general. Other parameters depend on the adjustment of the load case type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Load group                | String       |                                                                                                                  LG 1                                                                                                                  | yes                            | Name reference to existing [StructuralLoadGroup](/loads/structuralloadgroup.md#load-group) object with appropriate settings of Load group type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Load type                 | Enum         | <p>Self weight<br></p><p>Others<br></p><p>Prestress<br></p><p>Dynamic<br></p><p>Static<br></p><p>Temperature<br></p><p>Wind<br></p><p>Snow<br></p><p>Maintenance<br></p><p>Fire<br></p><p>Moving<br><br>Seismic<br></p><p>Standard</p> | yes                            | <p>Define subtype of load. Depends on Action type property.</p><p>Subtypes for <strong>Permanent</strong>:</p><p>Self weight; Others ;Prestress; Standard</p><p>Use value "Self weight" only for cases of automatically generated load.</p><p>If your app is exporting self weight load as load objects, use type "Standard" and use field "Description" to carry the information it is Self weight (example: "Self weight load impulses")</p><p>Subtypes for <strong>Variable</strong>:</p><p>Others; Dynamic; Static; Temperature; Wind; Snow; Maintenance; Fire; Moving; Seismic; Standard</p><p>Subtypes for <strong>Accidental</strong>:</p><p>Others; Dynamic; Static; Temperature; Wind; Snow; Maintenance; Fire; Moving; Seismic; Standard</p> |
| Duration                  | Enum         |                                                                                  <p>Long<br></p><p>Medium</p><p><br>Short</p><p><br>Instantaneous</p>                                                                                  | yes, if Action type = Variable | For static standard loads, the duration of the load impact can be specified                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 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/structuralloadcase.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.
