SU2
Public Member Functions | List of all members
CConstantViscosity 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 CConstantViscosity:
CViscosityModel

Public Member Functions

 CConstantViscosity (void)
 Constructor of the class.
 
 CConstantViscosity (su2double mu_const)
 Constructor of the class.
 
virtual ~CConstantViscosity (void)
 Destructor of the class.
 
- 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.
 
virtual void SetViscosity (su2double T, su2double rho)
 Set Viscosity.
 
virtual void SetDerViscosity (su2double T, su2double rho)
 Set Viscosity Derivatives.
 

Additional Inherited Members

- 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: