File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
source/user/manual/section Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ The **ElasticFrame** section implements a general linear elastic :ref:`Frame <Fr
19
19
.. py :method :: Model.section(" ElasticFrame" , tag, ** kwds)
20
20
:no-index:
21
21
22
- :param E,G: Young's modulus :math: `E` and shear modulus :math: `G` (see :ref: `ElasticIsotropic `)
23
- :param A: cross sectional area
24
- :param Iy: Moment of inertia about the :math: `\color {green}{y}` axis
25
- :param Iz: Moment of inertia about the :math: `\color {blue}{z}` axis
22
+ :param E,G: Young's modulus :math: `E` and shear modulus :math: `G` (see :ref: `ElasticIsotropic `) [ 1 ]_
23
+ :param A: cross sectional area [ 1 ]_
24
+ :param Iy: Moment of inertia about the :math: `\color {green}{y}` axis [ 1 ]_
25
+ :param Iz: Moment of inertia about the :math: `\color {blue}{z}` axis [ 1 ]_
26
26
:param J: Torsion constant
27
27
:param kwds: additional keyword arguments
28
28
29
29
30
- .. tab :: Tcl
30
+ .. tab :: OpenSees
31
31
32
32
.. function :: section ElasticFrame tag? E? A? Iz? Iy? G? J?
33
33
@@ -40,6 +40,9 @@ The **ElasticFrame** section implements a general linear elastic :ref:`Frame <Fr
40
40
$tag, |integer |, unique section tag
41
41
42
42
43
+ .. [1 ] These arguments are supported by the :ref: `parameter <parameter >` commands.
44
+
45
+
43
46
The valid :ref: `eleResponse ` queries are
44
47
45
48
* ``"force" ``, and
You can’t perform that action at this time.
0 commit comments