Version: 8.3.0
VISCOUS_3D::AverageHyp Struct Reference

Layers parameters got by averaging several hypotheses. More...

Public Member Functions

 AverageHyp (const StdMeshers_ViscousLayers *hyp=0)
 
void Add (const StdMeshers_ViscousLayers *hyp)
 
double GetTotalThickness () const
 
double GetStretchFactor () const
 
int GetNumberLayers () const
 
int GetMethod () const
 
bool UseSurfaceNormal () const
 
bool ToSmooth () const
 
bool IsOffsetMethod () const
 

Private Attributes

int _nbLayers
 
int _nbHyps
 
int _method
 
double _thickness
 
double _stretchFactor
 

Detailed Description

Layers parameters got by averaging several hypotheses.

Constructor & Destructor Documentation

VISCOUS_3D::AverageHyp::AverageHyp ( const StdMeshers_ViscousLayers hyp = 0)

Member Function Documentation

void VISCOUS_3D::AverageHyp::Add ( const StdMeshers_ViscousLayers hyp)
int VISCOUS_3D::AverageHyp::GetMethod ( ) const
int VISCOUS_3D::AverageHyp::GetNumberLayers ( ) const
double VISCOUS_3D::AverageHyp::GetStretchFactor ( ) const
bool VISCOUS_3D::AverageHyp::IsOffsetMethod ( ) const

Field Documentation

int VISCOUS_3D::AverageHyp::_method
private
int VISCOUS_3D::AverageHyp::_nbHyps
private
int VISCOUS_3D::AverageHyp::_nbLayers
private
double VISCOUS_3D::AverageHyp::_stretchFactor
private
double VISCOUS_3D::AverageHyp::_thickness
private