Skip to content

Commit 57cdb66

Browse files
committed
Updates to linear elasticity tutorial.
1 parent b56b20e commit 57cdb66

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

_tutorials/structural_mechanics/Linear_Elasticity.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ permalink: /tutorials/Linear_Elasticity/
77
| --- | --- | --- | --- | --- |
88
| [@rsanfer](https://github.com/rsanfer) | 7.0.0 | [@rsanfer](https://github.com/rsanfer) | Jan 27, 2020 | 7.0.1 |
99

10+
11+
###### **At one glance**
12+
13+
###### Solver: ```ELASTICITY```
14+
###### Requires: ```SU2_CFD```
15+
###### Complexity: <span style="color: green;">**Basic**</span>
16+
1017
### Goals
1118

1219
As a first approach to the structural solver in SU2, this tutorial will cover the solution of linear elastic problems. This tutorial will guide you through the basic commands for structural analysis, including:
@@ -134,7 +141,7 @@ This is a very small example that we will run in serial. To run this test case,
134141
3. SU2 will print the residual of the linear solver, and the simulation will finish after one iteration.
135142
4. Files containing the results will be written upon exiting SU2. The flow solution can be visualized in ParaView (.vtk) or Tecplot (.dat for ASCII).
136143
137-
For this particular problem, the solver should have run very quickly. The output of the code will go over your settings, before initializing the solver. Once done so, you will obtain an output such as
144+
For this particular problem, the solver should have run very quickly. The screen output of the code will go over your settings, before initializing the solver. Once done so, you will obtain an output such as
138145
139146
```
140147
+---------------------------------------------------+
@@ -156,7 +163,7 @@ The output file contains the displacement field, the nodal tensions $$\sigma_{xx
156163
157164
If you are using this content for your research, please kindly cite the following reference in your work:
158165
159-
Sanchez, R. _et al._ (2016), [Towards a Fluid-Structure Interaction solver for problems with large deformations within the open-source SU2 suite](https://economon.github.io/docs/AIAA-2016-0205.pdf), 57th AIAA/ASCE/AHS/ASC Structures, Structural Dynamics, and Materials Conference, 4-8 January 2016, San Diego, California, USA. DOI: [10.2514/6.2016-0205](https://doi.org/10.2514/6.2016-0205)
166+
Sanchez, R. _et al._ (2016), [Towards a Fluid-Structure Interaction solver for problems with large deformations within the open-source SU2 suite](https://spiral.imperial.ac.uk/handle/10044/1/28633), 57th AIAA/ASCE/AHS/ASC Structures, Structural Dynamics, and Materials Conference, 4-8 January 2016, San Diego, California, USA. DOI: [10.2514/6.2016-0205](https://doi.org/10.2514/6.2016-0205)
160167
161168
162169
<dl>

0 commit comments

Comments
 (0)