|
SU2
|
Main subroutines used by SU2_CFD. More...
#include "../include/iteration_structure.hpp"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... | |
Main subroutines used by SU2_CFD.
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/.
| 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.
| [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. |
1.8.12