|
SU2
|
this class defines a constant viscosity a child class for each particular Model (Power law, Sutherland, Chung, etc.) More...
#include <transport_model.hpp>
Public Member Functions | |
| CSutherland (void) | |
| Constructor of the class. | |
| CSutherland (su2double mu_ref, su2double t_ref, su2double s) | |
| Constructor of the class. | |
| virtual | ~CSutherland (void) |
| Destructor of the class. | |
| void | SetViscosity (su2double T, su2double rho) |
| Set Viscosity. | |
| void | SetDerViscosity (su2double T, su2double rho) |
| Set Viscosity Derivatives. | |
Public Member Functions inherited from CViscosityModel | |
| 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. | |
Protected Attributes | |
| su2double | Mu_ref |
| Internal Energy. | |
| su2double | T_ref |
| DpDd_e. | |
| su2double | S |
| DpDe_d. | |
Protected Attributes inherited from CViscosityModel | |
| su2double | Mu |
| Dynamic viscosity. | |
| su2double | dmudrho_T |
| DmuDrho_T. | |
| su2double | dmudT_rho |
| DmuDT_rho. | |
this class defines a constant viscosity a child class for each particular Model (Power law, Sutherland, Chung, etc.)
1.8.12