# T2D2S

2D Linear Truss Using Section

* Number of Nodes: 2
* Number of DoFs: 2 (Translation, Translation)
* DoF Label: U1, U2

## Syntax

```
element T2D2S (1) (2) (3) (4) [6] [7] [8]
# (1) int, unique element tag
# (2) int, node i
# (3) int, node j
# (4) int, section tag
# [5] bool string, nonlinear geometry switch, default: false
# [6] bool string, if to use log strain, default: false
```

## Remarks

1. Compared to `T2D2` , `T2D2S` use section instead of material. Hence, sectional area is handled by the corresponding section model.
2. The nonlinearity cannot propagate into the section level. So it is not possible to update area in `T2D2S`.


---

# 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://tlcfem.gitbook.io/suanpan-manual/element/truss/t2d2s.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.
