MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
VelocityPressureTraverseData Class Reference

#include <Planar.h>

Inheritance diagram for VelocityPressureTraverseData:
TraversePlane

Public Member Functions

double getPv3Value () const
 
double get75percentRule () const
 

Protected Member Functions

 VelocityPressureTraverseData (const double pitotTubeCoefficient, std::vector< std::vector< double > > traverseHoleData)
 

Protected Attributes

double pitotTubeCoefficient
 
double pv3 = 0
 
double percent75Rule = 0
 
std::vector< std::vector< double > > traverseHoleData
 

Friends

class PlaneData
 

Detailed Description

Contains calculations for Planar Data

Author
Preston Shires (pshires)
Allie Ledbetter (Aeledbetter)
Bug:
No Known Bugs.

Definition at line 14 of file Planar.h.

Constructor & Destructor Documentation

◆ VelocityPressureTraverseData()

VelocityPressureTraverseData::VelocityPressureTraverseData ( const double  pitotTubeCoefficient,
std::vector< std::vector< double > >  traverseHoleData 
)
inlineprotected

Definition at line 22 of file Planar.h.

Member Function Documentation

◆ get75percentRule()

double VelocityPressureTraverseData::get75percentRule ( ) const
inline

Definition at line 18 of file Planar.h.

◆ getPv3Value()

double VelocityPressureTraverseData::getPv3Value ( ) const
inline

Definition at line 16 of file Planar.h.

Friends And Related Symbol Documentation

◆ PlaneData

friend class PlaneData
friend

Definition at line 58 of file Planar.h.

Member Data Documentation

◆ percent75Rule

double VelocityPressureTraverseData::percent75Rule = 0
protected

Definition at line 54 of file Planar.h.

◆ pitotTubeCoefficient

double VelocityPressureTraverseData::pitotTubeCoefficient
protected

Definition at line 53 of file Planar.h.

◆ pv3

double VelocityPressureTraverseData::pv3 = 0
protected

Definition at line 54 of file Planar.h.

◆ traverseHoleData

std::vector<std::vector<double> > VelocityPressureTraverseData::traverseHoleData
protected

Definition at line 56 of file Planar.h.


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