|
SU2
|
Main class for defining the Transport-Physical Model a child class for each particular Model (Power law, Sutherland, Chung, etc.) More...
#include <transport_model.hpp>
Public Member Functions | |
| CViscosityModel (void) | |
| Constructor of the class. More... | |
| virtual | ~CViscosityModel (void) |
| Destructor of the class. | |
| su2double | GetViscosity (void) |
| return viscosity value. | |
| su2double | Getdmudrho_T (void) |
| return viscosity partial derivative value. | |
| su2double | GetdmudT_rho (void) |
| return viscosity partial derivative value. | |
| virtual void | SetViscosity (su2double T, su2double rho) |
| Set Viscosity. | |
| virtual void | SetDerViscosity (su2double T, su2double rho) |
| Set Viscosity Derivatives. | |
Protected Attributes | |
| su2double | Mu |
| Dynamic viscosity. | |
| su2double | dmudrho_T |
| DmuDrho_T. | |
| su2double | dmudT_rho |
| DmuDT_rho. | |
Main class for defining the Transport-Physical Model a child class for each particular Model (Power law, Sutherland, Chung, etc.)
| CViscosityModel::CViscosityModel | ( | void | ) |
Constructor of the class.
Source of the main transport properties subroutines of the SU2 solvers.
transport_model.cpp
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