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/Advanced-AD-Techniques.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ we can build an internal representation of each expression to directly compute a
25
25
The picture below shows the computational graph for the expression `φ=cos(v1)v2` and the compile-time representation as object with `su2double` being the general datatype used throughout SU2.
This object can be traversed to compute and store the partial derivatives `∂φ/∂v1=cos(v1)` and `∂φ/∂v2=-sin(v1)v2` based on the derivatives of each involved unary or binary operation. If recording is enabled the traversal of the computational graph of each
28
+
This object can be traversed to compute and store the partial derivatives `∂φ/∂v1=-sin(v1)v2` and `∂φ/∂v2=cos(v1)` based on the derivatives of each involved unary or binary operation. If recording is enabled the traversal of the computational graph of each
29
29
expression is started as soon as it occurs on the right-hand side in a statement. Note that the partial derivatives are only stored if the corresponding argument has some dependency on the input variables set by the user. This kind of dependency or
30
30
activity tracking is relatively easy to accomplish since every variable stores an index along with its value. A
31
31
zero index represents passive variables while a non-zero index identifies active variables. This index will be
@@ -35,7 +35,7 @@ as an argument.
35
35
### AD Tool Wrapper
36
36
37
37
The CoDi library provides a special datatype and is automatically included
38
-
during the compilation if AD support is requested by the user (see [[AD Build]]) . For developers of SU2 there is no need to deal
38
+
during the compilation if AD support is requested by the user (see the build instructions for further information). For developers of SU2 there is no need to deal
39
39
with this library explicitly which is why there are simple wrapper routines for the most important features
Copy file name to clipboardExpand all lines: _docs_v7/Theory.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Governing Equations in SU2
3
3
permalink: /docs_v7/Theory/
4
4
---
5
5
6
-
This page contains a very brief summary of the different governing equation sets that are treated in each of the solvers within SU2. The reader will be referred to other references for the full detail of the numerical implementations, but we will also describe the approaches at a high level here.
6
+
This page contains a very brief summary of the different governing equation sets that are treated in each of the solvers within SU2. The reader will be referred to other references in some instances for the full detail of the numerical implementations, but the approaches are also described at a high level here.
7
7
8
8
---
9
9
@@ -94,7 +94,9 @@ Within the `EULER` solvers, we discretize the equations in space using a finite
94
94
|`INC_NAVIER_STOKES`, `INC_RANS`| 7.0.0 |
95
95
96
96
97
-
SU2 solves the incompressible Navier-Stokes equations in a general form allowing for variable density due to heat transfer through the low-Mach approximation (or incompressible ideal gas formulation). The equations can be expressed in differential form as
97
+
SU2 solves the incompressible Navier-Stokes equations in a general form allowing for variable density due to heat transfer through the low-Mach approximation (or incompressible ideal gas formulation).
98
+
The reader is referred to [this paper](https://arc.aiaa.org/doi/10.2514/1.J058222) for extended details on the incompressible Navier-Stokes and Euler solvers in SU2.
99
+
The equations can be expressed in differential form as
@@ -164,6 +166,8 @@ Within the `INC_EULER` solver, we discretize the equations in space using a fini
164
166
165
167
# Turbulence Modeling #
166
168
169
+
Available for `RANS`, `INC_RANS`.
170
+
167
171
SU2 implements several variants of the SST and SA turbulence models, for specifics of the models please see the [NASA Turbulence Modeling Resource](https://turbmodels.larc.nasa.gov/index.html) (TMR).
168
172
For information on how to use turbulence models in SU2 see the [users guide](https://su2code.github.io/docs_v7/Physical-Definition/).
169
173
@@ -173,7 +177,7 @@ The edge-based finite volume discretization of flow solvers is also used in turb
173
177
174
178
# Species Transport #
175
179
176
-
Compatible with `NAVIER_STOKES`, `RANS`, `INC_NAVIER_STOKES`, `INC_RANS`
180
+
Compatible with `NAVIER_STOKES`, `RANS`, `INC_NAVIER_STOKES`, `INC_RANS`.
<!-- Begin Special Banner for temporary announcements. End the comment here to enable... --->
37
+
<divclass="row">
38
+
<divclass="col-lg-12">
39
+
<hr>
40
+
<center>
41
+
<h1>3rd Annual SU2 Conference</h1>
42
+
<h3><ahref="https://www.eventbrite.com/e/3rd-annual-su2-conference-tickets-375147244507?aff=ebdsoporgprofile">Registration</a> and <ahref="https://su2foundation.org/su2conference2022/">Abstract Submission</a> Open!</h3>
43
+
<h3>Combined In-Person (<ahref="https://www.google.com/maps/search/villa+monastero/@46.0084623,9.284619,17z/data=!3m1!4b1">Varenna/Italy</a>) and Virtual Event,
44
+
September 5 - 7, 2022</h3>
45
+
<h3>More information on abstract submission, registration etc. are posted on the <ahref="https://su2foundation.org/su2conference2022/">conference website</a> and will always contain the latest updates.</h3>
0 commit comments