|
25 | 25 | * License along with SU2. If not, see <http://www.gnu.org/licenses/>. |
26 | 26 | */ |
27 | 27 |
|
28 | | -/*! |
| 28 | +/*! |
29 | 29 | * \mainpage SU2 version 7.5.1 "Blackbird" |
30 | 30 | * SU2 suite is an open-source collection of C++ based software tools |
31 | | - * to perform PDE analysis and PDE constrained optimization. The toolset is designed with |
| 31 | + * to perform PDE analysis and PDE constrained optimization. The toolset is designed with |
32 | 32 | * computational fluid dynamics and aerodynamic shape optimization in mind, but is extensible to |
33 | 33 | * include other families of governing equations such as potential flow, electrodynamics, chemically reacting |
34 | 34 | * flows, and many others. SU2 is released under an open-source license. |
|
66 | 66 |
|
67 | 67 | /*! |
68 | 68 | * \defgroup ConvDiscr Discretization of the convective terms |
69 | | - * \brief Group of classes which define the numerical methods for |
70 | | - * discretizing the convective terms of a Partial Differential Equation. |
71 | | - * There are methods for solving the direct, adjoint and linearized |
| 69 | + * \brief Group of classes which define the numerical methods for |
| 70 | + * discretizing the convective terms of a Partial Differential Equation. |
| 71 | + * There are methods for solving the direct, adjoint and linearized |
72 | 72 | * systems of equations. |
73 | 73 | */ |
74 | 74 |
|
75 | 75 | /*! |
76 | 76 | * \defgroup ViscDiscr Discretization of the viscous terms |
77 | | - * \brief Group of classes which define the numerical methods for |
78 | | - * discretizing the viscous terms of a Partial Differential Equation. |
79 | | - * There are methods for solving the direct, adjoint and linearized |
| 77 | + * \brief Group of classes which define the numerical methods for |
| 78 | + * discretizing the viscous terms of a Partial Differential Equation. |
| 79 | + * There are methods for solving the direct, adjoint and linearized |
80 | 80 | * systems of equations. |
81 | 81 | */ |
82 | 82 |
|
83 | 83 | /*! |
84 | 84 | * \defgroup SourceDiscr Discretization of the source terms |
85 | | - * \brief Group of classes which define the numerical methods for |
86 | | - * discretizing the source terms of a Partial Differential Equation. |
87 | | - * There are methods for solving the direct, adjoint and linearized |
| 85 | + * \brief Group of classes which define the numerical methods for |
| 86 | + * discretizing the source terms of a Partial Differential Equation. |
| 87 | + * There are methods for solving the direct, adjoint and linearized |
88 | 88 | * systems of equations. |
89 | 89 | */ |
90 | 90 |
|
91 | 91 | /*! |
92 | 92 | * \defgroup Euler_Equations Solving the Euler equations |
93 | | - * \brief Group of classes which define the system of Euler equations in |
| 93 | + * \brief Group of classes which define the system of Euler equations in |
94 | 94 | * three formulations: direct, adjoint, and linearized. |
95 | 95 | */ |
96 | 96 |
|
97 | 97 | /*! |
98 | 98 | * \defgroup Navier_Stokes_Equations Solving the Navier-Stokes equations |
99 | | - * \brief Group of classes which define the system of Navier-Stokes equations in |
| 99 | + * \brief Group of classes which define the system of Navier-Stokes equations in |
100 | 100 | * three formulations: direct, adjoint, and linearized. |
101 | 101 | */ |
102 | 102 |
|
103 | 103 | /*! |
104 | 104 | * \defgroup Turbulence_Model Solving the turbulence model equations |
105 | | - * \brief Group of classes which define the turbulence model in |
| 105 | + * \brief Group of classes which define the turbulence model in |
106 | 106 | * three formulations: direct, adjoint, and linearized. |
107 | 107 | */ |
108 | 108 |
|
|
130 | 130 | * space and time integration. The latter use mostly the "Solvers". |
131 | 131 | */ |
132 | 132 |
|
| 133 | +/*! |
| 134 | + * \defgroup PySU2 Python Wrapper functions |
| 135 | + * \brief Functions of the driver classes (\ref Drivers) that can be used to customize SU2 |
| 136 | + * via Python. For example, set custom temperature distributions at boundaries, |
| 137 | + * deform the mesh, etc. |
| 138 | + */ |
| 139 | + |
133 | 140 | /*! |
134 | 141 | * \defgroup Variable Storing solution variables |
135 | 142 | * \brief Classes used to store and access the solution variables of all types of problems. |
|
0 commit comments