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: _tutorials/structural_mechanics/Linear_Dynamics.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
title: Linear Dynamics
3
3
permalink: /tutorials/Linear_Dynamics/
4
4
written_by: rsanfer
5
-
for_version: 7.0.0
5
+
for_version: 7.0.2
6
6
revised_by: ransfer
7
-
revision_date: Jan 28, 2020
8
-
revised_version: 7.0.1
7
+
revision_date: 2020-01-28
8
+
revised_version: 7.0.2
9
9
solver: Elasticity
10
10
requires: SU2_CFD
11
11
complexity: basic
@@ -25,8 +25,8 @@ The problem that we will be solving consists of a vertical, slender cantilever,
25
25
26
26
### Resources
27
27
28
-
For this tutorial, it is assumed that you have first completed the guide on [Linear Elasticity](../Linear_Elasticity/) guide. You can find the resources for this tutorial in the same [structural_mechanics/cantilever](https://github.com/rsanfer/Tutorials/blob/master/structural_mechanics/cantilever) folder in the [Tutorials repository](https://github.com/rsanfer/Tutorials). You can reuse the mesh file [mesh_cantilever.su2](https://github.com/rsanfer/Tutorials/blob/master/structural_mechanics/cantilever/mesh_cantilever.su2)
29
-
but need a new config file, [config_dynamic.cfg](https://github.com/rsanfer/Tutorials/blob/master/structural_mechanics/cantilever/config_dynamic.cfg).
28
+
For this tutorial, it is assumed that you have first completed the guide on [Linear Elasticity](../Linear_Elasticity/) guide. You can find the resources for this tutorial in the same [structural_mechanics/cantilever](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever) folder in the [Tutorials repository](https://github.com/su2code/Tutorials). You can reuse the mesh file [mesh_cantilever.su2](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever/mesh_cantilever.su2)
29
+
but need a new config file, [config_dynamic.cfg](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever/config_dynamic.cfg).
30
30
31
31
### Background
32
32
@@ -93,7 +93,7 @@ where ```SINE_LOAD_COEFF=``` ($$A$$, $$f$$, $$\phi$$). We have set a phase angle
93
93
### Running SU2
94
94
95
95
This is a very small example that we can run in serial. To run this test case, follow these steps at a terminal command line:
96
-
1. Move to the directory containing the config file ([config_dynamic.cfg](https://github.com/rsanfer/Tutorials/blob/master/structural_mechanics/cantilever/config_dynamic.cfg)) and the mesh file ([mesh_cantilever.su2](https://github.com/rsanfer/Tutorials/blob/master/structural_mechanics/cantilever/mesh_cantilever.su2)). Make sure that the SU2 tools were compiled, installed, and that their install location was added to your path.
96
+
1. Move to the directory containing the config file ([config_dynamic.cfg](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever/config_dynamic.cfg)) and the mesh file ([mesh_cantilever.su2](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever/mesh_cantilever.su2)). Make sure that the SU2 tools were compiled, installed, and that their install location was added to your path.
Copy file name to clipboardExpand all lines: _tutorials/structural_mechanics/Linear_Elasticity.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
title: Linear Elasticity
3
3
permalink: /tutorials/Linear_Elasticity/
4
4
written_by: rsanfer
5
-
for_version: 7.0.0
5
+
for_version: 7.0.2
6
6
revised_by: ransfer
7
-
revision_date: Jan 27, 2020
8
-
revised_version: 7.0.1
7
+
revision_date: 2020-01-27
8
+
revised_version: 7.0.2
9
9
solver: Elasticity
10
10
requires: SU2_CFD
11
11
complexity: basic
@@ -28,8 +28,8 @@ The problem that we will be solving consists of a vertical, slender cantilever,
28
28
29
29
First, please make sure you have followed the [installation guide](https://su2code.github.io/docs_v7/home/) and that you have SU2 up and running in your system. You will only need the `SU2_CFD` binary for this tutorial. If you are [building the code from source](https://su2code.github.io/docs_v7/Build-SU2-Linux-MacOS/), a single core version of the code is sufficient for this tutorial.
30
30
31
-
You can find the resources for this tutorial in the folder [structural_mechanics/cantilever](https://github.com/rsanfer/Tutorials/blob/master/structural_mechanics/cantilever) in the [Tutorials repository](https://github.com/rsanfer/Tutorials). You will need the mesh file [mesh_cantilever.su2](https://github.com/rsanfer/Tutorials/blob/master/structural_mechanics/cantilever/mesh_cantilever.su2)
32
-
and the config file [config_linear.cfg](https://github.com/rsanfer/Tutorials/blob/master/structural_mechanics/cantilever/config_linear.cfg).
31
+
You can find the resources for this tutorial in the folder [structural_mechanics/cantilever](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever) in the [Tutorials repository](https://github.com/su2code/Tutorials). You will need the mesh file [mesh_cantilever.su2](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever/mesh_cantilever.su2)
32
+
and the config file [config_linear.cfg](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever/config_linear.cfg).
33
33
34
34
### Background
35
35
@@ -74,7 +74,7 @@ POISSON_RATIO = 0.35
74
74
FORMULATION_ELASTICITY_2D = PLANE_STRESS
75
75
```
76
76
77
-
The configuration requires to input a mesh file. The mesh that we will be using in this problem is provided for download [here](https://github.com/rsanfer/Tutorials/blob/master/structural_mechanics/cantilever/mesh_cantilever.su2), in SU2 format. The options to be added to the config file are
77
+
The configuration requires to input a mesh file. The mesh that we will be using in this problem is provided for download [here](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever/mesh_cantilever.su2), in SU2 format. The options to be added to the config file are
This is a very small example that we will run in serial. To run this test case, follow these steps at a terminal command line:
131
-
1. Move to the directory containing the config file ([config_linear.cfg](https://github.com/rsanfer/Tutorials/blob/master/structural_mechanics/cantilever/config_linear.cfg)) and the mesh file ([mesh_cantilever.su2](https://github.com/rsanfer/Tutorials/blob/master/structural_mechanics/cantilever/mesh_cantilever.su2)). Make sure that the SU2 tools were compiled, installed, and that their install location was added to your path.
131
+
1. Move to the directory containing the config file ([config_linear.cfg](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever/config_linear.cfg)) and the mesh file ([mesh_cantilever.su2](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever/mesh_cantilever.su2)). Make sure that the SU2 tools were compiled, installed, and that their install location was added to your path.
@@ -25,7 +23,7 @@ In this tutorial, we use the same problem definition as for the nonlinear elasti
25
23
26
24
### Resources
27
25
28
-
You can find the resources for this tutorial in the same [structural_mechanics/cantilever](https://github.com/rsanfer/Tutorials/blob/master/structural_mechanics/cantilever) folder in the [Tutorials repository](https://github.com/rsanfer/Tutorials). You can reuse the mesh file [mesh_cantilever.su2](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever/mesh_cantilever.su2)
26
+
You can find the resources for this tutorial in the same [structural_mechanics/cantilever](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever) folder in the [Tutorials repository](https://github.com/su2code/Tutorials). You can reuse the mesh file [mesh_cantilever.su2](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever/mesh_cantilever.su2)
29
27
from the Non-linear Elasticity tutorial, but you will need a new config file, [config_nonlinear_multimaterial.cfg](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever/config_nonlinear_multimaterial.cfg), and an element properties file, [element_properties.dat](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever/element_properties.dat)
30
28
31
29
### Background
@@ -85,7 +83,7 @@ Finally, given the flexibility of the regions R1 and R3, an incremental approach
85
83
86
84
### Running SU2
87
85
88
-
Follow the links provided to download the [config](https://github.com/rsanfer/Tutorials/blob/master/structural_mechanics/cantilever/config_nonlinear_multimaterial.cfg), [mesh](https://github.com/rsanfer/Tutorials/blob/master/structural_mechanics/cantilever/mesh_cantilever.su2) and [element_properties](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever/element_properties.dat) files. Execute the code with the standard command
86
+
Follow the links provided to download the [config](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever/config_nonlinear_multimaterial.cfg), [mesh](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever/mesh_cantilever.su2) and [element_properties](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever/element_properties.dat) files. Execute the code with the standard command
0 commit comments