SU2
Classes | Functions
iteration_structure.hpp File Reference

Headers of the main subroutines used by SU2_CFD. The subroutines and functions are in the definition_structure.cpp file. More...

#include "../../Common/include/mpi_structure.hpp"
#include <ctime>
#include "solver_structure.hpp"
#include "integration_structure.hpp"
#include "output_structure.hpp"
#include "numerics_structure.hpp"
#include "transfer_structure.hpp"
#include "../../Common/include/geometry_structure.hpp"
#include "../../Common/include/grid_movement_structure.hpp"
#include "../../Common/include/config_structure.hpp"

Go to the source code of this file.

Classes

class  CIteration
 Parent class for defining a single iteration of a physics problem. More...
 
class  CMeanFlowIteration
 Class for driving an iteration of the mean flow system. More...
 
class  CWaveIteration
 Class for driving an iteration of the wave system. More...
 
class  CHeatIteration
 Class for driving an iteration of the heat system. More...
 
class  CPoissonIteration
 Class for driving an iteration of the poisson system. More...
 
class  CFEM_StructuralAnalysis
 Class for driving an iteration of structural analysis. More...
 
class  CAdjMeanFlowIteration
 Class for driving an iteration of the adjoint mean flow system. More...
 
class  CDiscAdjMeanFlowIteration
 Class for driving an iteration of the discrete adjoint mean flow system. More...
 

Functions

void FEM_StructuralIteration (COutput *output, CIntegration ***integration_container, CGeometry ***geometry_container, CSolver ****solver_container, CNumerics *****numerics_container, CConfig **config_container, CSurfaceMovement **surface_movement, CVolumetricMovement **grid_movement, CFreeFormDefBox ***FFDBox)
 Iteration function for structural analysis using the Finite Element Method. More...
 

Detailed Description

Headers of the main subroutines used by SU2_CFD. The subroutines and functions are in the definition_structure.cpp file.

Author
F. Palacios, T. Economon
Version
5.0.0 "Raven"

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/.

Function Documentation

§ FEM_StructuralIteration()

void FEM_StructuralIteration ( COutput output,
CIntegration ***  integration_container,
CGeometry ***  geometry_container,
CSolver ****  solver_container,
CNumerics *****  numerics_container,
CConfig **  config_container,
CSurfaceMovement **  surface_movement,
CVolumetricMovement **  grid_movement,
CFreeFormDefBox ***  FFDBox 
)

Iteration function for structural analysis using the Finite Element Method.

Author
R. Sanchez.
Parameters
[in]output- Pointer to the COutput class.
[in]integration_container- Container vector with all the integration methods.
[in]geometry_container- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]numerics_container- Description of the numerical method (the way in which the equations are solved).
[in]config_container- Definition of the particular problem.
[in]surface_movement- Surface movement classes of the problem.
[in]grid_movement- Volume grid movement classes of the problem.
[in]FFDBox- FFD FFDBoxes of the problem.
[in]ExtIter- Current physical time iteration number.