Skip to content

Commit 349fc9b

Browse files
committed
cmp - follower loads
1 parent 5b49a63 commit 349fc9b

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

content/en/examples/FrameOffsets/diamond.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
"""
2+
^ P
3+
|
4+
.<|o
5+
.
6+
.
7+
y ^ .
8+
| .
9+
_._ ---> x
10+
o o
11+
12+
"""
113
import opensees.openseespy as ops
214
import numpy as np
315
import veux

content/en/examples/ShaftBuckling/e0020/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ description: This example demonstrates the simulation of follower loading applie
55
downloads:
66
Python: ["e0020.py"]
77
render: e0020.glb
8-
draft: true
8+
draft: false
99
---
1010

1111
This example demonstrates the simulation of *follower loading* applied to frame elements.
1212
Our model is a basic cantilever composed of `ne`, `ExactFrame` elements.
1313

14-
In order to define the follower loading, we first add a [`Plain`](https://opensees.stairlab.io/user/manual/model/pattern/plainPattern.html)
15-
load pattern to the current [`Model`](https://opensees.stairlab.io/user/manual/model/model_class.html) instance,
14+
In order to define the follower loading, we first add a [`Plain`](https://xara.so/user/manual/model/pattern/plainPattern.html)
15+
load pattern to the current [`Model`](https://xara.so/user/manual/model/model_class.html) instance,
1616
labeled with the tag `1` and scaled in time by a `Linear` time series:
1717

1818
```python
1919
model.pattern("Plain", 1, "Linear")
2020
```
2121

22-
Next we add a [`FrameLoad`](https://opensees.stairlab.io/user/manual/model/elements/frame/FrameLoad.html)
22+
Next we add a [`FrameLoad`](https://xara.so/user/manual/model/elements/frame/FrameLoad.html)
2323
to this pattern, applied to the element with tag `ne` (ie, the last element).
2424

2525
```python

0 commit comments

Comments
 (0)