Skip to content

Commit 69ac65e

Browse files
committed
Update frame-2007.ipynb
1 parent 56d9d2c commit 69ac65e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

gallery2/frames/frame-2007.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"source": [
88
"# Steel Shear Link\n",
99
"\n",
10-
"This example compares the shear response of the `MultiaxialFiber` section with the `NDFiber` section of OpenSees. \n",
10+
"This example compares the shear response of the {ref}`MultiaxialFiber` section with the `NDFiber` section of OpenSees. \n",
1111
"\n",
1212
"## Modeling\n",
1313
"\n",
1414
"### Material\n",
1515
"\n",
16-
"Begin by defining a {py:class}`xara.MultiaxialMaterial`."
16+
"Begin by defining a {py:class}`xara.MultiaxialMaterial` using the {ref}`PlasticJ2` formulation."
1717
]
1818
},
1919
{
@@ -66,7 +66,7 @@
6666
"id": "ce5d8524",
6767
"metadata": {},
6868
"source": [
69-
"Next, a `shape` object is created. This will be used to generate fibers with appropriate shear properties, like the shear correction factor $\\kappa$ used by `NDFiber` and the warping shapes $\\varphi$ used by `MultiaxialFiber`."
69+
"Next, a `shape` object is created. This will be used to generate fibers with appropriate shear properties, like the shear correction factor $\\kappa$ used by `NDFiber` and the warping shapes $\\varphi$ used by {ref}`MultiaxialFiber`."
7070
]
7171
},
7272
{
@@ -95,7 +95,7 @@
9595
"id": "1115e14a",
9696
"metadata": {},
9797
"source": [
98-
"Finally, the `Section` objects are created with the two formulations of interest."
98+
"Finally, the {py:class}`xara.FrameSection` objects are created with the two formulations of interest."
9999
]
100100
},
101101
{
@@ -156,7 +156,7 @@
156156
},
157157
{
158158
"cell_type": "code",
159-
"execution_count": null,
159+
"execution_count": 6,
160160
"id": "d9782ea8",
161161
"metadata": {},
162162
"outputs": [],

0 commit comments

Comments
 (0)