Skip to content

Commit b447463

Browse files
committed
Added changes to structural mechanics tutorials.
1 parent 804d44a commit b447463

File tree

4 files changed

+28
-30
lines changed

4 files changed

+28
-30
lines changed

_tutorials/structural_mechanics/Linear_Dynamics.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Linear Dynamics
33
permalink: /tutorials/Linear_Dynamics/
44
written_by: rsanfer
5-
for_version: 7.0.0
5+
for_version: 7.0.2
66
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
99
solver: Elasticity
1010
requires: SU2_CFD
1111
complexity: basic
@@ -25,8 +25,8 @@ The problem that we will be solving consists of a vertical, slender cantilever,
2525

2626
### Resources
2727

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).
3030

3131
### Background
3232

@@ -93,7 +93,7 @@ where ```SINE_LOAD_COEFF=``` ($$A$$, $$f$$, $$\phi$$). We have set a phase angle
9393
### Running SU2
9494

9595
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.
9797
2. Run the executable by entering
9898

9999
```

_tutorials/structural_mechanics/Linear_Elasticity.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Linear Elasticity
33
permalink: /tutorials/Linear_Elasticity/
44
written_by: rsanfer
5-
for_version: 7.0.0
5+
for_version: 7.0.2
66
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
99
solver: Elasticity
1010
requires: SU2_CFD
1111
complexity: basic
@@ -28,8 +28,8 @@ The problem that we will be solving consists of a vertical, slender cantilever,
2828

2929
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.
3030

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).
3333

3434
### Background
3535

@@ -74,7 +74,7 @@ POISSON_RATIO = 0.35
7474
FORMULATION_ELASTICITY_2D = PLANE_STRESS
7575
```
7676

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
7878

7979
```
8080
MESH_FORMAT = SU2
@@ -128,7 +128,7 @@ RESTART_FILENAME = restart_linear_elastic
128128
### Running SU2
129129

130130
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.
132132
2. Run the executable by entering
133133

134134
```

_tutorials/structural_mechanics/Multiple_Material.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
---
22
title: Non-linear Elasticity with Multiple Materials
33
permalink: /tutorials/Multiple_Material/
4+
written_by: rsanfer
5+
for_version: 7.0.2
6+
revised_by: ransfer
7+
revision_date: 2020-01-30
8+
revised_version: 7.0.2
9+
solver: Elasticity
10+
requires: SU2_CFD
11+
complexity: intermediate
12+
follows: Nonlinear_Elasticity
413
---
514

6-
| Written by | for Version | Revised by | Revision date | Revised version |
7-
| --- | --- | --- | --- | --- |
8-
| [@rsanfer](https://github.com/rsanfer) | 7.0.1 | [@rsanfer](https://github.com/rsanfer) | Jan 30, 2020 | 7.0.1 |
9-
10-
###### **At one glance**
11-
12-
###### Solver: ```ELASTICITY```
13-
###### Uses: ```SU2_CFD```
14-
###### Complexity: <span style="color: orange;">**Intermediate**</span>
15-
###### Prerequisites: [**Nonlinear Elasticity**](../Nonlinear_Elasticity/)
16-
1715

1816
### Goals
1917

@@ -25,7 +23,7 @@ In this tutorial, we use the same problem definition as for the nonlinear elasti
2523

2624
### Resources
2725

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)
2927
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)
3028

3129
### Background
@@ -85,7 +83,7 @@ Finally, given the flexibility of the regions R1 and R3, an incremental approach
8583

8684
### Running SU2
8785

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
8987

9088
```
9189
SU2_CFD config_nonlinear_multimaterial.cfg

_tutorials/structural_mechanics/Nonlinear_Elasticity.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Non-linear Elasticity
33
permalink: /tutorials/Nonlinear_Elasticity/
44
written_by: rsanfer
5-
for_version: 7.0.0
5+
for_version: 7.0.2
66
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
99
solver: Elasticity
1010
requires: SU2_CFD
11-
complexity: advanced
11+
complexity: intermediate
1212
follows: Linear_Elasticity
1313
---
1414

0 commit comments

Comments
 (0)