|
SU2
|
Headers of the main subroutines for storing all the variables for each kind of governing equation (direct, adjoint and linearized). The subroutines and functions are in the variable_structure.cpp file. More...
#include "../../Common/include/mpi_structure.hpp"#include <cmath>#include <iostream>#include <cstdlib>#include "../../Common/include/config_structure.hpp"#include "fluid_model.hpp"#include "variable_structure.inl"Go to the source code of this file.
Classes | |
| class | CVariable |
| Main class for defining the variables. More... | |
| class | CBaselineVariable |
| Main class for defining the variables of a baseline solution from a restart file (for output). More... | |
| class | CPotentialVariable |
| Main class for defining the variables of the potential solver. More... | |
| class | CWaveVariable |
| Main class for defining the variables of the wave equation solver. More... | |
| class | CHeatVariable |
| Main class for defining the variables of the Heat equation solver. More... | |
| class | CFEM_ElasVariable |
| Main class for defining the variables of the FEM Linear Elastic structural problem. More... | |
| class | CFEABoundVariable |
| Main class for defining the variables on the FEA boundaries for FSI applications. More... | |
| class | CEulerVariable |
| Main class for defining the variables of the compressible Euler solver. More... | |
| class | CIncEulerVariable |
| Main class for defining the variables of the incompressible Euler solver. More... | |
| class | CNSVariable |
| Main class for defining the variables of the compressible Navier-Stokes solver. More... | |
| class | CIncNSVariable |
| Main class for defining the variables of the incompressible Navier-Stokes solver. More... | |
| class | CTurbVariable |
| Main class for defining the variables of the turbulence model. More... | |
| class | CTurbSAVariable |
| Main class for defining the variables of the turbulence model. More... | |
| class | CTurbMLVariable |
| Main class for defining the variables of the turbulence model. More... | |
| class | CTransLMVariable |
| Main class for defining the variables of the turbulence model. More... | |
| class | CTurbSSTVariable |
| Main class for defining the variables of the turbulence model. More... | |
| class | CAdjEulerVariable |
| Main class for defining the variables of the adjoint Euler solver. More... | |
| class | CAdjIncEulerVariable |
| Main class for defining the variables of the adjoint incompressible Euler solver. More... | |
| class | CAdjNSVariable |
| Main class for defining the variables of the adjoint Navier-Stokes solver. More... | |
| class | CAdjIncNSVariable |
| Main class for defining the variables of the adjoint incompressible Navier-Stokes solver. More... | |
| class | CAdjTurbVariable |
| Main class for defining the variables of the adjoint turbulence model. More... | |
| class | CTemplateVariable |
| Main class for defining the variables of the potential solver. More... | |
| class | CDiscAdjVariable |
| Main class for defining the variables of the adjoint solver. More... | |
Headers of the main subroutines for storing all the variables for each kind of governing equation (direct, adjoint and linearized). The subroutines and functions are in the variable_structure.cpp file.
SU2 Original Developers: Dr. Francisco D. Palacios. Dr. Thomas D. Economon.
SU2 Developers: Prof. Juan J. Alonso's group at Stanford University. Prof. Piero Colonna's group at Delft University of Technology. Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology. Prof. Alberto Guardone's group at Polytechnic University of Milan. Prof. Rafael Palacios' group at Imperial College London. Prof. Edwin van der Weide's group at the University of Twente. Prof. Vincent Terrapon's group at the University of Liege.
Copyright (C) 2012-2017 SU2, the open-source CFD code.
SU2 is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
SU2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with SU2. If not, see http://www.gnu.org/licenses/.
1.8.12