You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples.md
+18-21Lines changed: 18 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,16 @@ Discover and manage applications on DesignSafe.
7
7
8
8
---
9
9
10
-
### Material Point Method (MPM) Jobs
10
+
### Database Queries
11
+
Access DesignSafe research databases (NGL, Earthquake Recovery, Vp).
12
+
13
+
[](https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/dapi/db.ipynb)
14
+
15
+
[Full documentation](examples/database.md)
16
+
17
+
---
18
+
19
+
### Material Point Method (MPM)
11
20
Submit and monitor MPM simulations.
12
21
13
22
[](https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/dapi/mpm/mpm-minimal.ipynb)
@@ -16,12 +25,12 @@ Submit and monitor MPM simulations.
16
25
17
26
---
18
27
19
-
### PyLauncher Parameter Sweeps
20
-
Run many independent tasks within a single SLURM allocation.
28
+
### OpenFOAM CFD
29
+
Computational fluid dynamics with OpenFOAM.
21
30
22
-
[](https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/dapi/pylauncher/pylauncher_sweep.ipynb)
31
+
[](https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/dapi/openfoam/openfoam-minimal.ipynb)
23
32
24
-
[Full documentation](examples/pylauncher.md)
33
+
[Full documentation](examples/openfoam.md)
25
34
26
35
---
27
36
@@ -34,28 +43,16 @@ Earthquake engineering simulations with OpenSees.
34
43
35
44
---
36
45
37
-
### OpenFOAM CFD
38
-
39
-
Computational fluid dynamics with OpenFOAM.
40
-
41
-
[](https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/dapi/openfoam/openfoam-minimal.ipynb)
42
-
43
-
[Full documentation](examples/openfoam.md)
44
-
45
-
---
46
-
47
-
### Database Queries
48
-
49
-
Access DesignSafe research databases (NGL, Earthquake Recovery, Vp).
46
+
### PyLauncher Parameter Sweeps
47
+
Run many independent tasks within a single SLURM allocation.
50
48
51
-
[](https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/dapi/db.ipynb)
49
+
[](https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/dapi/pylauncher/pylauncher_sweep.ipynb)
52
50
53
-
[Full documentation](examples/database.md)
51
+
[Full documentation](examples/pylauncher.md)
54
52
55
53
---
56
54
57
55
### TMS Credentials
58
-
59
56
Manage SSH credentials on TACC execution systems.
60
57
61
58
[](https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/dapi/tms_credentials.ipynb)
Copy file name to clipboardExpand all lines: docs/examples/pylauncher.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ Two styles are supported for command templates:
87
87
88
88
## OpenSees Example
89
89
90
-
A parameter sweep for a cantilever pushover analysis:
90
+
A parameter sweep for a cantilever pushover analysis. See the full notebook: [](https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/dapi/pylauncher/pylauncher_opensees.ipynb)
A parameter sweep over a 2D cantilever pushover analysis using PyLauncher.
4
+
5
+
[](https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/dapi/pylauncher/pylauncher_opensees.ipynb)
6
+
7
+
For PyLauncher basics, see [PyLauncher Parameter Sweeps](pylauncher.md).
8
+
9
+
## The model
10
+
11
+
```
12
+
^Y
13
+
|
14
+
2 __
15
+
| |
16
+
| |
17
+
| |
18
+
(1) LCol
19
+
| |
20
+
| |
21
+
| |
22
+
=1= ---- -------->X
23
+
```
24
+
25
+
- Node 1: fixed base
26
+
- Node 2: free top with `NodalMass`
27
+
- Elastic beam-column element (A=3.6e9, E=4227, I=1.08e6)
0 commit comments