VMTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkvmtkMeshWallShearRate Class Reference

calculates wall shear rate from velocity components in a mesh More...

#include <vtkvmtkMeshWallShearRate.h>

Inheritance diagram for vtkvmtkMeshWallShearRate:
[legend]
Collaboration diagram for vtkvmtkMeshWallShearRate:
[legend]

Public Types

typedef vtkPolyDataAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkvmtkMeshWallShearRateNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE
 
virtual void SetVelocityArrayName (const char *)
 
virtual char * GetVelocityArrayName ()
 
virtual void SetWallShearRateArrayName (const char *)
 
virtual char * GetWallShearRateArrayName ()
 
virtual void SetComputeIndividualPartialDerivatives (int)
 
virtual int GetComputeIndividualPartialDerivatives ()
 
virtual void ComputeIndividualPartialDerivativesOn ()
 
virtual void ComputeIndividualPartialDerivativesOff ()
 
virtual void SetConvergenceTolerance (double)
 
virtual double GetConvergenceTolerance ()
 
virtual void SetQuadratureOrder (int)
 
virtual int GetQuadratureOrder ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkvmtkMeshWallShearRateSafeDownCast (vtkObjectBase *o)
 
static vtkvmtkMeshWallShearRateNew ()
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkvmtkMeshWallShearRate ()
 
 ~vtkvmtkMeshWallShearRate ()
 
int FillInputPortInformation (int, vtkInformation *info) VTK_OVERRIDE
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE
 

Protected Attributes

char * VelocityArrayName
 
char * WallShearRateArrayName
 
int ComputeIndividualPartialDerivatives
 
double ConvergenceTolerance
 
int QuadratureOrder
 

Detailed Description

calculates wall shear rate from velocity components in a mesh

Date
2006/07/27 08:28:36
Revision
1.1

Definition at line 34 of file vtkvmtkMeshWallShearRate.h.

Member Typedef Documentation

◆ Superclass

typedef vtkPolyDataAlgorithm vtkvmtkMeshWallShearRate::Superclass

Definition at line 37 of file vtkvmtkMeshWallShearRate.h.

Constructor & Destructor Documentation

◆ vtkvmtkMeshWallShearRate()

vtkvmtkMeshWallShearRate::vtkvmtkMeshWallShearRate ( )
protected

◆ ~vtkvmtkMeshWallShearRate()

vtkvmtkMeshWallShearRate::~vtkvmtkMeshWallShearRate ( )
protected

Member Function Documentation

◆ IsTypeOf()

static int vtkvmtkMeshWallShearRate::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkvmtkMeshWallShearRate::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkvmtkMeshWallShearRate* vtkvmtkMeshWallShearRate::SafeDownCast ( vtkObjectBase *  o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkMeshWallShearRate::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkMeshWallShearRate* vtkvmtkMeshWallShearRate::NewInstance ( ) const

◆ PrintSelf()

void vtkvmtkMeshWallShearRate::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ New()

static vtkvmtkMeshWallShearRate* vtkvmtkMeshWallShearRate::New ( )
static

◆ SetVelocityArrayName()

virtual void vtkvmtkMeshWallShearRate::SetVelocityArrayName ( const char *  )
virtual

◆ GetVelocityArrayName()

virtual char* vtkvmtkMeshWallShearRate::GetVelocityArrayName ( )
virtual

◆ SetWallShearRateArrayName()

virtual void vtkvmtkMeshWallShearRate::SetWallShearRateArrayName ( const char *  )
virtual

◆ GetWallShearRateArrayName()

virtual char* vtkvmtkMeshWallShearRate::GetWallShearRateArrayName ( )
virtual

◆ SetComputeIndividualPartialDerivatives()

virtual void vtkvmtkMeshWallShearRate::SetComputeIndividualPartialDerivatives ( int  )
virtual

◆ GetComputeIndividualPartialDerivatives()

virtual int vtkvmtkMeshWallShearRate::GetComputeIndividualPartialDerivatives ( )
virtual

◆ ComputeIndividualPartialDerivativesOn()

virtual void vtkvmtkMeshWallShearRate::ComputeIndividualPartialDerivativesOn ( )
virtual

◆ ComputeIndividualPartialDerivativesOff()

virtual void vtkvmtkMeshWallShearRate::ComputeIndividualPartialDerivativesOff ( )
virtual

◆ SetConvergenceTolerance()

virtual void vtkvmtkMeshWallShearRate::SetConvergenceTolerance ( double  )
virtual

◆ GetConvergenceTolerance()

virtual double vtkvmtkMeshWallShearRate::GetConvergenceTolerance ( )
virtual

◆ SetQuadratureOrder()

virtual void vtkvmtkMeshWallShearRate::SetQuadratureOrder ( int  )
virtual

◆ GetQuadratureOrder()

virtual int vtkvmtkMeshWallShearRate::GetQuadratureOrder ( )
virtual

◆ FillInputPortInformation()

int vtkvmtkMeshWallShearRate::FillInputPortInformation ( int  ,
vtkInformation *  info 
)
protected

◆ RequestData()

virtual int vtkvmtkMeshWallShearRate::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual

Member Data Documentation

◆ VelocityArrayName

char* vtkvmtkMeshWallShearRate::VelocityArrayName
protected

Definition at line 65 of file vtkvmtkMeshWallShearRate.h.

◆ WallShearRateArrayName

char* vtkvmtkMeshWallShearRate::WallShearRateArrayName
protected

Definition at line 66 of file vtkvmtkMeshWallShearRate.h.

◆ ComputeIndividualPartialDerivatives

int vtkvmtkMeshWallShearRate::ComputeIndividualPartialDerivatives
protected

Definition at line 68 of file vtkvmtkMeshWallShearRate.h.

◆ ConvergenceTolerance

double vtkvmtkMeshWallShearRate::ConvergenceTolerance
protected

Definition at line 70 of file vtkvmtkMeshWallShearRate.h.

◆ QuadratureOrder

int vtkvmtkMeshWallShearRate::QuadratureOrder
protected

Definition at line 71 of file vtkvmtkMeshWallShearRate.h.


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