SU2
Variables
compute_stability.py File Reference

Python script for performing the shape optimization. More...

Variables

 compute_stability.parser = OptionParser()
 
 compute_stability.dest
 
 compute_stability.help
 
 compute_stability.metavar
 
 compute_stability.default
 
 compute_stability.options
 
 compute_stability.args
 
 compute_stability.partitions
 
 compute_stability.iterations
 
 compute_stability.config = SU2.io.Config(options.filename)
 
 compute_stability.state = SU2.io.State()
 
 compute_stability.NUMBER_PART
 
 compute_stability.EXT_ITER
 
 compute_stability.drag_alpha = SU2.eval.func('D_DRAG_D_ALPHA',config,state)
 
 compute_stability.moment_y_alpha = SU2.eval.func('D_MOMENT_Z_D_ALPHA',config,state)
 
 compute_stability.grad_moment_y_alpha = SU2.eval.grad('D_MOMENT_Z_D_ALPHA','CONTINUOUS_ADJOINT',config,state)
 

Detailed Description

Python script for performing the shape optimization.

Author
T. Lukaczyk, F. Palacios
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/.