SU2
Public Member Functions | Protected Attributes | List of all members
CSutherland Class Reference

this class defines a constant viscosity a child class for each particular Model (Power law, Sutherland, Chung, etc.) More...

#include <transport_model.hpp>

Inheritance diagram for CSutherland:
CViscosityModel

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.
 

Detailed Description

this class defines a constant viscosity a child class for each particular Model (Power law, Sutherland, Chung, etc.)

Author
S.Vitale, M.Pini
Version
1.0

The documentation for this class was generated from the following files: