File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change
1
+ """
2
+ ^ P
3
+ |
4
+ .<|o
5
+ .
6
+ .
7
+ y ^ .
8
+ | .
9
+ _._ ---> x
10
+ o o
11
+
12
+ """
1
13
import opensees .openseespy as ops
2
14
import numpy as np
3
15
import veux
Original file line number Diff line number Diff line change @@ -5,21 +5,21 @@ description: This example demonstrates the simulation of follower loading applie
5
5
downloads :
6
6
Python : ["e0020.py"]
7
7
render : e0020.glb
8
- draft : true
8
+ draft : false
9
9
---
10
10
11
11
This example demonstrates the simulation of * follower loading* applied to frame elements.
12
12
Our model is a basic cantilever composed of ` ne ` , ` ExactFrame ` elements.
13
13
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,
16
16
labeled with the tag ` 1 ` and scaled in time by a ` Linear ` time series:
17
17
18
18
``` python
19
19
model.pattern(" Plain" , 1 , " Linear" )
20
20
```
21
21
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 )
23
23
to this pattern, applied to the element with tag ` ne ` (ie, the last element).
24
24
25
25
``` python
You can’t perform that action at this time.
0 commit comments