Skip to content

Commit c74c374

Browse files
committed
Update ElasticFrame.rst
1 parent e9776ba commit c74c374

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

source/user/manual/section/ElasticFrame.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ The **ElasticFrame** section implements a general linear elastic :ref:`Frame <Fr
1919
.. py:method:: Model.section("ElasticFrame", tag, **kwds)
2020
:no-index:
2121

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]_
2626
:param J: Torsion constant
2727
:param kwds: additional keyword arguments
2828

2929

30-
.. tab:: Tcl
30+
.. tab:: OpenSees
3131

3232
.. function:: section ElasticFrame tag? E? A? Iz? Iy? G? J?
3333

@@ -40,6 +40,9 @@ The **ElasticFrame** section implements a general linear elastic :ref:`Frame <Fr
4040
$tag, |integer|, unique section tag
4141

4242

43+
.. [1] These arguments are supported by the :ref:`parameter <parameter>` commands.
44+
45+
4346
The valid :ref:`eleResponse` queries are
4447

4548
* ``"force"``, and

0 commit comments

Comments
 (0)