|
SU2
|
this class defines a constant thermal conductivity using a constant Prandtl's number More...
#include <transport_model.hpp>
Public Member Functions | |
| CConstantPrandtl (void) | |
| Constructor of the class. | |
| virtual | ~CConstantPrandtl (void) |
| Destructor of the class. | |
| CConstantPrandtl (su2double pr_const) | |
| Constructor of the class. | |
| void | SetConductivity (su2double T, su2double rho, su2double mu, su2double cp) |
| Set Thermal conductivity. More... | |
| void | SetDerConductivity (su2double T, su2double rho, su2double dmudrho_T, su2double dmudT_rho, su2double cp) |
| Set Thermal conductivity derivatives. | |
Public Member Functions inherited from CConductivityModel | |
| CConductivityModel (void) | |
| Constructor of the class. | |
| virtual | ~CConductivityModel (void) |
| Destructor of the class. | |
| su2double | GetConductivity (void) |
| return viscosity value. | |
| su2double | Getdktdrho_T (void) |
| return viscosity partial derivative value. | |
| su2double | GetdktdT_rho (void) |
| return viscosity partial derivative value. | |
Protected Attributes | |
| su2double | Pr_const |
| Prandtl's number. | |
Protected Attributes inherited from CConductivityModel | |
| su2double | Kt |
| Thermal conductivity. | |
| su2double | dktdrho_T |
| DktDrho_T. | |
| su2double | dktdT_rho |
| DktDT_rho. | |
this class defines a constant thermal conductivity using a constant Prandtl's number
this class defines a non-constant thermal conductivity using a constant Prandtl's number
|
virtual |
1.8.12