|
SU2
|
Headers of the main subroutines for creating the geometrical structure. The subroutines and functions are in the geometry_structure.cpp file. More...
#include "./mpi_structure.hpp"#include <string>#include <fstream>#include <sstream>#include <cmath>#include <algorithm>#include <string.h>#include <stdio.h>#include <stdlib.h>#include "primal_grid_structure.hpp"#include "dual_grid_structure.hpp"#include "config_structure.hpp"#include "geometry_structure.inl"Go to the source code of this file.
Classes | |
| class | CGeometry |
| Parent class for defining the geometry of the problem (complete geometry, multigrid agglomerated geometry, only boundary geometry, etc..) More... | |
| class | CPhysicalGeometry |
| Class for reading a defining the primal grid which is read from the grid file in .su2 format. More... | |
| class | CMultiGridGeometry |
| Class for defining the multigrid geometry, the main delicated part is the agglomeration stage, which is done in the declaration. More... | |
| class | CPeriodicGeometry |
| Class for defining a periodic boundary condition. More... | |
| struct | CMultiGridQueue |
| Class for a multigrid queue system. More... | |
Headers of the main subroutines for creating the geometrical structure. The subroutines and functions are in the geometry_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